doc: cookbook: Use @code for the identifiers of utility functions.
* doc/guix-cookbook.texi (Utility functions): Use @code instead of @asis.master
parent
3451368345
commit
48720afb32
|
@ -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
|
||||||
|
|
Reference in New Issue