diff options
Diffstat (limited to 'gnu/packages/groff.scm')
-rw-r--r-- | gnu/packages/groff.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index dce87dde1e..5265faeee5 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -45,7 +45,7 @@ ("perl" ,perl) ("psutils" ,psutils) ("texinfo" ,texinfo))) - (synopsis "GNU Troff text formatting system") + (synopsis "Typesetting from plain text mixed with formatting commands") (description "GNU Troff (Groff) is a software typesetting package which reads plain text mixed with formatting commands and produces formatted output.") |