mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: iproute2: Use @command in description.
* gnu/packages/linux.scm (iproute2)[description]: Use @command mark-up when referring to the separate tools.
This commit is contained in:
parent
d8bcf08088
commit
0204187296
1 changed files with 4 additions and 4 deletions
|
@ -1096,10 +1096,10 @@ (define-public iproute
|
|||
traffic control.
|
||||
|
||||
iproute2 is usually shipped in a package called iproute or iproute2 and
|
||||
consists of several tools, of which the most important are ip and tc. ip
|
||||
controls IPv4 and IPv6 configuration and tc stands for traffic control. Both
|
||||
tools print detailed usage messages and are accompanied by a set of
|
||||
manpages.")
|
||||
consists of several tools, of which the most important are @command{ip} and
|
||||
@command{tc}. @command{ip} controls IPv4 and IPv6 configuration and
|
||||
@command{tc} stands for traffic control. Both tools print detailed usage
|
||||
messages and are accompanied by a set of manpages.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public net-tools
|
||||
|
|
Loading…
Reference in a new issue