diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 03:30:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-07 23:58:26 +0200 |
commit | 4ee41a6ac1cd93193684986c584622c0775d4937 (patch) | |
tree | 0860bf0913eaf70e18c049b69ce37daed10ead7c /gnu | |
parent | 7a83eb37ad6ffb23475bbed896bd470b275cf4ae (diff) | |
download | guix-4ee41a6ac1cd93193684986c584622c0775d4937.tar.gz |
gnu: inxi: Fix up synopsis & description.
* gnu/packages/admin.scm (inxi)[synopsis]: Fix typo. [description]: Use @code{}.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fde09b001b..6b8df3fb9b 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 |