diff options
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 541281332d..bbd1f66bf3 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -148,7 +148,7 @@ %standard-phases))) (synopsis "Viewer for PDF files based on the Motif toolkit") (description - "Xpdf is a viewer for Portable Document Format (PDF) files") + "Xpdf is a viewer for Portable Document Format (PDF) files.") (license license:gpl3) ; or gpl2, but not gpl2+ (home-page "http://www.foolabs.com/xpdf/"))) @@ -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 |