[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: doc: cookbook: Use @code for the identifiers of utility functions
From: |
guix-commits |
Subject: |
04/06: doc: cookbook: Use @code for the identifiers of utility functions. |
Date: |
Thu, 15 Oct 2020 12:51:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 48720afb322ab5ad1b6102276f4795a14803fa61
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 15 16:13:00 2020 +0200
doc: cookbook: Use @code for the identifiers of utility functions.
* doc/guix-cookbook.texi (Utility functions): Use @code instead of @asis.
---
doc/guix-cookbook.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index c41daac..9dffbca 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1119,7 +1119,7 @@ Some of those functions can be found in
@samp{$GUIX_CHECKOUT/guix/guix/build/utils.scm}. Most of them mirror the
behaviour
of the traditional Unix system commands:
-@table @asis
+@table @code
@item which
Like the @samp{which} system command.
@item find-files
- branch master updated (3391779 -> 61263e1), guix-commits, 2020/10/15
- 02/06: doc: cookbook: Use @var for meta-syntactic variables., guix-commits, 2020/10/15
- 04/06: doc: cookbook: Use @code for the identifiers of utility functions.,
guix-commits <=
- 03/06: doc: cookbook: More "#true" and "#false"., guix-commits, 2020/10/15
- 05/06: ui: Only suggest modules that export the unbound variable identifier., guix-commits, 2020/10/15
- 01/06: doc: cookbook: Fix 'let' form in example., guix-commits, 2020/10/15
- 06/06: doc: Add "Build Utilities" section., guix-commits, 2020/10/15