~ubuntu-branches/debian/lenny/netatalk/lenny

« back to all changes in this revision

Viewing changes to man/man1/psorder.1

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2005-10-07 13:46:11 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051007134611-r07qa2g67xwkp2if
Tags: 2.0.3-1ubuntu1
* debian/netatalk.init
  - run cnid_metad if CNID_METAD_RUN=yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH PSORDER 1 "17 Dec 1991" "netatalk 1.2"
 
1
.TH psorder 1 "17 Dec 1991" 2.0.3 Netatalk 
2
2
.SH NAME
3
3
psorder \- PostScript pageorder filter
4
4
.SH SYNOPSIS
5
 
.B psorder
6
 
[
7
 
.B -duf
8
 
]
9
 
.I sourcefile
 
5
\fBpsorder\fR [\-duf] \fBsourcefile\fR 
10
6
.SH DESCRIPTION
11
 
.B psorder
12
 
is a filter that re-orders the pages of a PostScript document.
13
 
The result is written to the standard output.  By default,
14
 
documents are processed into ascending order (the lowest numbered page
15
 
is printed first).  Some PostScript documents specify that the order of
16
 
their pages should never be changed; the default action of
17
 
.B psorder
18
 
is to follow this specification.
19
 
.LP
20
 
If no source file is given, or if 
21
 
.I sourcefile
22
 
is
23
 
.RB ` - ',
24
 
.B psorder
 
7
psorder is a filter that re\-orders the pages of a
 
8
PostScript document. The result is written to the standard output. By
 
9
default, documents are processed into ascending order (the lowest numbered
 
10
page is printed first). Some PostScript documents specify that the order
 
11
of their pages should never be changed; the default action of
 
12
psorder is to follow this specification.
 
13
.PP
 
14
If no source file is given, or if \fIsourcefile\fR
 
15
is `\fI\-\fR', psorder
25
16
reads from the standard input file.
26
 
.br
27
17
.SH OPTIONS
28
 
.TP
29
 
.B \-d
30
 
Re-order the pages of the document in downward or descending
31
 
order.  This is typically used to change the order of a document to
32
 
be printed by a printer that stacks pages face-up,
33
 
such as an Apple LaserWriter or LaserWriter Plus.
34
 
.TP
35
 
.B \-u
36
 
Specifies forward order, and is the default.  It is used to
37
 
try and ensure the correct ordering when a document will be printed
38
 
by a printer that stacks the pages face-down.
39
 
.TP
40
 
.B \-f
41
 
Force
42
 
.B psorder
43
 
to re-order the pages, even if the document claims that its page
44
 
order is not to be trifled with.  This option should only be used 
45
 
experimentally, as it may cause documents to print incorrectly.
46
 
.SH SEE ALSO
47
 
.BR psf (8),
48
 
.BR lpr (1).
 
18
.TP 
 
19
\fB\-d\fR
 
20
Re\-order the pages of the document in downward or descending
 
21
order. This is typically used to change the order of a document to
 
22
be printed by a printer that stacks pages face\-up, such as an Apple
 
23
LaserWriter or LaserWriter Plus.
 
24
.TP 
 
25
\fB\-u\fR
 
26
Specifies forward order, and is the default. It is used to try
 
27
and ensure the correct ordering when a document will be printed by a
 
28
printer that stacks the pages face\-down.
 
29
.TP 
 
30
\fB\-f\fR
 
31
Force psorder to re\-order the pages, even
 
32
if the document claims that its page order is not to be trifled
 
33
with. This option should only be used experimentally, as it may
 
34
cause documents to print incorrectly.
 
35
.SH "SEE ALSO"
 
36
\fBpsf\fR(8),
 
37
\fBlpr\fR(1).
 
38