diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/groff.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | guix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar guix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/groff.scm')
-rw-r--r-- | gnu/packages/groff.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index 2c5510a20e..21902ebc8a 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -47,8 +47,8 @@ ("texinfo" ,texinfo))) (synopsis "Typesetting from plain text mixed with formatting commands") (description - "The groff is a typesetting package that reads plain text and produces + "Groff is a typesetting package that reads plain text and produces formatted output based on formatting commands contained within the text. It -is used particularly often in the formatting of \"man\" documentation pages.") +is usually the formatter of \"man\" documentation pages.") (license gpl3+) (home-page "http://www.gnu.org/software/groff/"))) |