summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-18 23:02:25 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-18 23:02:25 +0200
commit35ec07c758f4343417e14f71defc7789c9c093d5 (patch)
tree88016aa597816a8f141240e841290e00a0c5afbb /gnu
parent4bc3fcc77199457ca3e84511c512d0f548b06e9c (diff)
gnu: Improve synopses for Linux-related packages.
* gnu/packages/linux.scm (util-linux, procps, e2fsprogs): Clarify and shrink synopses.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 91f7125e8ad..a66bdae150c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -284,8 +284,7 @@ providing the system administrator with some help in common tasks.")
284 ("ncurses" ,ncurses) 284 ("ncurses" ,ncurses)
285 ("perl" ,perl))) 285 ("perl" ,perl)))
286 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/") 286 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
287 (synopsis 287 (synopsis "Collection of utilities for the Linux kernel")
288 "util-linux is a random collection of utilities for the Linux kernel")
289 (description 288 (description
290 "util-linux is a random collection of utilities for the Linux kernel.") 289 "util-linux is a random collection of utilities for the Linux kernel.")
291 290
@@ -342,8 +341,7 @@ providing the system administrator with some help in common tasks.")
342 ;; What did you expect? Tests? 341 ;; What did you expect? Tests?
343 #:tests? #f)) 342 #:tests? #f))
344 (home-page "http://procps.sourceforge.net/") 343 (home-page "http://procps.sourceforge.net/")
345 (synopsis 344 (synopsis "Utilities that give information about processes")
346 "Utilities that give information about processes using the /proc filesystem")
347 (description 345 (description
348 "procps is the package that has a bunch of small useful utilities 346 "procps is the package that has a bunch of small useful utilities
349that give information about processes using the Linux /proc file system. 347that give information about processes using the Linux /proc file system.
@@ -405,7 +403,7 @@ slabtop, and skill.")
405 ;; filesystem is mounted due to missing mtab file". 403 ;; filesystem is mounted due to missing mtab file".
406 #:tests? #f)) 404 #:tests? #f))
407 (home-page "http://e2fsprogs.sourceforge.net/") 405 (home-page "http://e2fsprogs.sourceforge.net/")
408 (synopsis "Tools for creating and checking ext2/ext3/ext4 filesystems") 406 (synopsis "Creating and checking ext2/ext3/ext4 file systems")
409 (description 407 (description
410 "This package provides tools for manipulating ext2/ext3/ext4 file systems.") 408 "This package provides tools for manipulating ext2/ext3/ext4 file systems.")
411 (license (list gpl2 ; programs 409 (license (list gpl2 ; programs