summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2011-09-04 11:52:55 +0200
committerSebastian Rasmussen <sebras@gmail.com>2011-09-04 12:35:23 +0200
commit6fd26b4986445305592d0dd503803c4573fd0d55 (patch)
tree02fa98adf3e807b1213938525ee202178e4bad1f /apps
parent4c43949022e7282964a1e3d1b462ebe8664a9eb8 (diff)
downloadmupdf-6fd26b4986445305592d0dd503803c4573fd0d55.tar.xz
Update manpages for tools.
Diffstat (limited to 'apps')
-rw-r--r--apps/man/pdfclean.16
-rw-r--r--apps/man/pdfdraw.19
2 files changed, 11 insertions, 4 deletions
diff --git a/apps/man/pdfclean.1 b/apps/man/pdfclean.1
index aec6f0f3..aa9047af 100644
--- a/apps/man/pdfclean.1
+++ b/apps/man/pdfclean.1
@@ -1,4 +1,4 @@
-.TH PDFCLEAN 1 "July 19, 2010"
+.TH PDFCLEAN 1 "September 4, 2011"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
pdfclean \- pretty print, decompress and garbage collect PDF files
@@ -7,6 +7,7 @@ pdfclean \- pretty print, decompress and garbage collect PDF files
.RI [ options ]
.RI input.pdf
.RI [ output.pdf ]
+.RI [ pages ]
.SH DESCRIPTION
.B pdfclean
pretty prints and rewrites the contents of a PDF file.
@@ -26,6 +27,9 @@ Give it three times to merge and reuse duplicate objects.
.B \-d
Decompress streams. This will make the output file larger, but provides
easy access for reading and editing the contents with a text editor.
+.TP
+.B pages
+Comma separated list of ranges to clean.
.SH SEE ALSO
.BR mupdf (1),
.BR pdfdraw (1).
diff --git a/apps/man/pdfdraw.1 b/apps/man/pdfdraw.1
index 53fbcde9..7fa0e81c 100644
--- a/apps/man/pdfdraw.1
+++ b/apps/man/pdfdraw.1
@@ -1,12 +1,12 @@
-.TH PDFDRAW 1 "July 19, 2010"
+.TH PDFDRAW 1 "September 4, 2011"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
pdfdraw \- render PDF documents
.SH SYNOPSIS
.B pdfdraw
.RI [ options ]
-.RI [ file.pdf\ [ pages ] ]
-.B ...
+.RI input.pdf
+.RI [ pages]
.SH DESCRIPTION
.B pdfdraw
will render a PDF document to image files.
@@ -66,6 +66,9 @@ Some typical values are 0.7 or 1.4 to thin or darken text rendering.
.TP
.B \-I
Invert the output image colors.
+.TP
+.B pages
+Comma separated list of ranges to render.
.SH SEE ALSO
.BR mupdf (1),
.BR pdfclean (1).