diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-10-15 16:13:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-15 18:50:22 +0200 |
commit | 48720afb322ab5ad1b6102276f4795a14803fa61 (patch) | |
tree | f111e8f927e1bfc6b91756999d46441f4f3b0ed9 /doc/guix-cookbook.texi | |
parent | 345136834579940ff85657ccba08cf092e949579 (diff) | |
download | guix-48720afb322ab5ad1b6102276f4795a14803fa61.tar guix-48720afb322ab5ad1b6102276f4795a14803fa61.tar.gz |
doc: cookbook: Use @code for the identifiers of utility functions.
* doc/guix-cookbook.texi (Utility functions): Use @code instead of @asis.
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index c41daacda9..9dffbca196 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 |