guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: iproute2: Use @command in description.


From: Tobias Geerinckx-Rice
Subject: 01/06: gnu: iproute2: Use @command in description.
Date: Thu, 2 Mar 2017 00:22:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0204187296366af3ba89ad4319d94ab4125fc2b4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 28 22:18:59 2017 +0100

    gnu: iproute2: Use @command in description.
    
    * gnu/packages/linux.scm (iproute2)[description]: Use @command mark-up when
    referring to the separate tools.
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1036166..6ff6d0b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1096,10 +1096,10 @@ allows a system administrator to make use of all 
iproute2 features, including
 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
address@hidden  @command{ip} controls IPv4 and IPv6 configuration and
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]