diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:50:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:50:30 +0200 |
commit | 9e771e3bb67361b509a6d4e9c00b9d21d7f9b123 (patch) | |
tree | 6f8795ad884c963cf612ad70a40866e95894af3c /gnu/packages/admin.scm | |
parent | c5779c931bcfd1073da1031bd8663871a88c2950 (diff) | |
download | guix-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar guix-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar.gz |
gnu: Adjust synopses as recommended by 'guix lint'.
Remove leading articles and trailing periods in package synopses.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index bbf5e0b804..0f5af3f02b 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -897,7 +897,7 @@ development, not the kernel implementation of ACPI.") "1v9vnzlihqfjsxa93hdbrq72pqqk00dkylmlg8jpxhm7s1w9qfl1")))) (build-system gnu-build-system) (home-page "http://packages.debian.org/wheezy/stress") - (synopsis "A tool to impose load on and stress test a computer system") + (synopsis "Impose load on and stress test a computer system") (description "'stress' is a tool that imposes a configurable amount of CPU, memory, I/O, or disk stress on a POSIX-compliant operating system and reports any errors it |