mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
doc: cookbook: Use @code for the identifiers of utility functions.
* doc/guix-cookbook.texi (Utility functions): Use @code instead of @asis.
This commit is contained in:
parent
3451368345
commit
48720afb32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
@samp{$GUIX_CHECKOUT/guix/guix/build/utils.scm}. Most of them mirror the behaviour
|
||||||
of the traditional Unix system commands:
|
of the traditional Unix system commands:
|
||||||
|
|
||||||
@table @asis
|
@table @code
|
||||||
@item which
|
@item which
|
||||||
Like the @samp{which} system command.
|
Like the @samp{which} system command.
|
||||||
@item find-files
|
@item find-files
|
||||||
|
|
Loading…
Reference in a new issue