diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/archlinux/man1/psselect.1 | 82 |
1 files changed, 38 insertions, 44 deletions
diff --git a/upstream/archlinux/man1/psselect.1 b/upstream/archlinux/man1/psselect.1 index 785d83ad..626b8b5a 100644 --- a/upstream/archlinux/man1/psselect.1 +++ b/upstream/archlinux/man1/psselect.1 @@ -1,60 +1,54 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. -.TH PSSELECT "1" "February 2023" "psselect 2.10" "User Commands" +.TH PSPDFUTILS "1" "2024\-04\-08" "pspdfutils 3.3.2" "User Commands" .SH NAME -psselect - select pages from a PostScript document +pspdfutils .SH SYNOPSIS -.B psselect -[\fI\,OPTION\/\fR...] [\fI\,INFILE \/\fR[\fI\,OUTFILE\/\fR]] +.B pspdfutils +[OPTION...] [PAGES] [INFILE [OUTFILE]] .SH DESCRIPTION -Select pages from a PostScript document. +.B psselect +calls +.B pstops +to do the rearrangement. +Select pages from a PDF or PostScript document. + .TP -\fB\-R\fR, \fB\-p\fR, \fB\-\-pages\fR=\fI\,PAGES\/\fR +\fBINFILE\fR +`\-' or no INFILE argument means standard input + +.TP +\fBOUTFILE\fR +`\-' or no OUTFILE argument means standard output + +.SH OPTIONS +.TP +\fB\-R\fR \fI\,PAGES\/\fR, \fB\-p\fR \fI\,PAGES\/\fR, \fB\-\-pages\fR \fI\,PAGES\/\fR select the given page ranges + .TP \fB\-e\fR, \fB\-\-even\fR -select even\-numbered pages +select even\-numbered output pages + .TP \fB\-o\fR, \fB\-\-odd\fR -select odd\-numbered pages +select odd\-numbered output pages + .TP \fB\-r\fR, \fB\-\-reverse\fR -reverse the order of the pages -.TP -\fB\-q\fR, \fB\-\-quiet\fR -don't show page numbers being output -.TP -\fB\-\-help\fR -display this help and exit +reverse the order of the output pages + .TP \fB\-v\fR, \fB\-\-version\fR -display version information and exit -.PP +show program's version number and exit + +.TP +\fB\-q\fR, \fB\-\-quiet\fR +don't show progress + +.SH COMMENTS PAGES is a comma\-separated list of pages and page ranges; see pstops(1) for more details. -.B psselect -calls -.B pstops -to do the rearrangement. -.SS "Exit status:" -.TP -0 -if OK, -.TP -1 -if arguments or options are incorrect, or there is some other problem -starting up, -.TP -2 -if there is some problem during processing, typically an error reading or -writing an input or output file. + .SH AUTHOR -Written by Angus J. C. Duggan and Reuben Thomas. -.SH COPYRIGHT -Copyright \(co Reuben Thomas 2016\-2022. -Released under the GPL version 3, or (at your option) any later version. -.SH TRADEMARKS -.B PostScript -is a trademark of Adobe Systems Incorporated. -.SH "SEE ALSO" -.BR psutils (1), -.BR paper (1) +.nf +Reuben Thomas <rrt@sc3d.org> +.fi |