diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-12-15 19:21:08 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2018-12-15 19:21:08 +0100 |
commit | 0afeb7468cb2f2e1003e7a246a01e19bb21d1854 (patch) | |
tree | 5764b2fab6cec68dd5dcd95cf9df9ecdca1ee283 /doc/contributing.texi | |
parent | da19696ec6be8a9f2f448994e82c3093526e0ea9 (diff) | |
download | guix-0afeb7468cb2f2e1003e7a246a01e19bb21d1854.tar 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.texi | 4 |
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 |