~ruther/guix-local

9ce89e597e2cf0eba3e5abf82f689530ddf289f7 — Nicolas Goaziou 6 years ago b338c41
doc: Use @option for command-line options

* doc/guix.texi (Invoking guix system): Use @option instead of @code.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 27066,7 27066,7 @@ example, if you intend to build software using Guix inside of the Docker
container, you may need to pass the @option{--privileged} option to
@code{docker create}.

Last, the @code{--network} option applies to @command{guix system
Last, the @option{--network} option applies to @command{guix system
docker-image}: it produces an image where network is supposedly shared
with the host, and thus without services like nscd or NetworkManager.