summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2018-12-15 19:21:08 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2018-12-15 19:21:08 +0100
commit0afeb7468cb2f2e1003e7a246a01e19bb21d1854 (patch)
tree5764b2fab6cec68dd5dcd95cf9df9ecdca1ee283 /doc/contributing.texi
parentda19696ec6be8a9f2f448994e82c3093526e0ea9 (diff)
downloadgnu-guix-0afeb7468cb2f2e1003e7a246a01e19bb21d1854.tar
gnu-guix-0afeb7468cb2f2e1003e7a246a01e19bb21d1854.tar.gz
doc: Replace @command by @code for packages
* doc/contributing.texi (Submitting Patches): Replace @command by @code for packages.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 65b33acd87..f24886233d 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -383,8 +383,8 @@ Take a look at the profile reported by @command{guix size}
to other packages unwillingly retained. It may also help determine
whether to split the package (@pxref{Packages with Multiple Outputs}),
and which optional dependencies should be used. In particular, avoid adding
-@command{texlive} as a dependency: because of its extreme size, use
-@command{texlive-tiny} or @command{texlive-union} instead.
+@code{texlive} as a dependency: because of its extreme size, use
+@code{texlive-tiny} or @code{texlive-union} instead.
@item
For important changes, check that dependent package (if applicable) are