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:
Tobias Geerinckx-Rice 2017-02-28 22:18:59 +01:00
parent d8bcf08088
commit 0204187296
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 4 additions and 4 deletions

View File

@ -1096,10 +1096,10 @@ allows a system administrator to make use of all iproute2 features, including
traffic control. traffic control.
iproute2 is usually shipped in a package called iproute or iproute2 and 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 consists of several tools, of which the most important are @command{ip} and
controls IPv4 and IPv6 configuration and tc stands for traffic control. Both @command{tc}. @command{ip} controls IPv4 and IPv6 configuration and
tools print detailed usage messages and are accompanied by a set of @command{tc} stands for traffic control. Both tools print detailed usage
manpages.") messages and are accompanied by a set of manpages.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public net-tools (define-public net-tools