diff options
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 541281332d..3a426dc293 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -424,8 +424,8 @@ but also provides support for other operations such as searching and listing the table of contents and hyperlinks. The library ships with a rudimentary X11 viewer, and a set of command -line tools for batch rendering (pdfdraw), examining the file structure -(pdfshow), and rewriting files (pdfclean).") +line tools for batch rendering (pdfdraw), rewriting files (pdfclean), +and examining the file structure (pdfshow).") (license license:agpl3+))) (define-public qpdf |