guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: inxi: Fix up synopsis & description.


From: Tobias Geerinckx-Rice
Subject: 10/11: gnu: inxi: Fix up synopsis & description.
Date: Thu, 7 Jun 2018 17:59:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ee41a6ac1cd93193684986c584622c0775d4937
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 6 03:30:14 2018 +0200

    gnu: inxi: Fix up synopsis & description.
    
    * gnu/packages/admin.scm (inxi)[synopsis]: Fix typo.
    [description]: Use @code{}.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fde09b0..6b8df3f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2727,10 +2727,10 @@ Python loading in HPC environments.")
                            (string-append %output "/share/man/man1")))
            #t)))
       (home-page "https://smxi.org/docs/inxi.htm";)
-      (synopsis "Full featured system information script")
+      (synopsis "Full-featured system information script")
       (description "Inxi is a system information script that can display
 various things about your hardware and software to users in an IRC chatroom or
-support forum.  It runs with the /exec command in most IRC clients.")
+support forum.  It runs with the @code{/exec} command in most IRC clients.")
       (license license:gpl3+))))
 
 (define-public inxi



reply via email to

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