mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Replace @command by @code for packages
* doc/contributing.texi (Submitting Patches): Replace @command by @code for packages.
This commit is contained in:
parent
da19696ec6
commit
0afeb7468c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
to other packages unwillingly retained. It may also help determine
|
||||||
whether to split the package (@pxref{Packages with Multiple Outputs}),
|
whether to split the package (@pxref{Packages with Multiple Outputs}),
|
||||||
and which optional dependencies should be used. In particular, avoid adding
|
and which optional dependencies should be used. In particular, avoid adding
|
||||||
@command{texlive} as a dependency: because of its extreme size, use
|
@code{texlive} as a dependency: because of its extreme size, use
|
||||||
@command{texlive-tiny} or @command{texlive-union} instead.
|
@code{texlive-tiny} or @code{texlive-union} instead.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
For important changes, check that dependent package (if applicable) are
|
For important changes, check that dependent package (if applicable) are
|
||||||
|
|
Loading…
Reference in a new issue