Sun Sep 1 18:31:37 2019 UTC ()
Document history
https://www.bell-labs.com/usr/dmr/www/man13.pdf


(sevan)
diff -r1.23 -r1.24 src/usr.bin/pr/pr.1

cvs diff -r1.23 -r1.24 src/usr.bin/pr/pr.1 (expand / switch to unified diff)

--- src/usr.bin/pr/pr.1 2017/07/03 21:34:21 1.23
+++ src/usr.bin/pr/pr.1 2019/09/01 18:31:37 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pr.1,v 1.23 2017/07/03 21:34:21 wiz Exp $ 1.\" $NetBSD: pr.1,v 1.24 2019/09/01 18:31:37 sevan Exp $
2.\" 2.\"
3.\" Copyright (c) 1991 Keith Muller. 3.\" Copyright (c) 1991 Keith Muller.
4.\" Copyright (c) 1993 4.\" Copyright (c) 1993
5.\" The Regents of the University of California. All rights reserved. 5.\" The Regents of the University of California. All rights reserved.
6.\" Copyright (c) 1994-1995, 1997, 1999-2003, 2009, 2012 6.\" Copyright (c) 1994-1995, 1997, 1999-2003, 2009, 2012
7.\" The NetBSD Foundation, Inc. 7.\" The NetBSD Foundation, Inc.
8.\" 8.\"
9.\" This code is derived from software contributed to Berkeley by 9.\" This code is derived from software contributed to Berkeley by
10.\" Keith Muller of the University of California, San Diego. 10.\" Keith Muller of the University of California, San Diego.
11.\" 11.\"
12.\" Redistribution and use in source and binary forms, with or without 12.\" Redistribution and use in source and binary forms, with or without
13.\" modification, are permitted provided that the following conditions 13.\" modification, are permitted provided that the following conditions
14.\" are met: 14.\" are met:
@@ -25,27 +25,27 @@ @@ -25,27 +25,27 @@
25.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 27.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
28.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93 36.\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93
37.\" 37.\"
38.Dd July 31, 2012 38.Dd September 1, 2019
39.Dt PR 1 39.Dt PR 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm pr 42.Nm pr
43.Nd print files 43.Nd print files
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm 45.Nm
46.Op Ar \&+page 46.Op Ar \&+page
47.Op Fl Ar column 47.Op Fl Ar column
48.Op Fl adFfmprt 48.Op Fl adFfmprt
49.Oo 49.Oo
50.Fl e Ns Oo Ar char Oc Ns Op Ar gap 50.Fl e Ns Oo Ar char Oc Ns Op Ar gap
51.Oc 51.Oc
@@ -349,13 +349,18 @@ utility exits 0 on success, and 1 if an  @@ -349,13 +349,18 @@ utility exits 0 on success, and 1 if an
349Error messages are written to standard error during the printing 349Error messages are written to standard error during the printing
350process (if output is redirected) or after all successful 350process (if output is redirected) or after all successful
351file printing is complete (when printing to a terminal). 351file printing is complete (when printing to a terminal).
352.Sh SEE ALSO 352.Sh SEE ALSO
353.Xr cat 1 , 353.Xr cat 1 ,
354.Xr more 1 , 354.Xr more 1 ,
355.Xr strftime 3 355.Xr strftime 3
356.Sh STANDARDS 356.Sh STANDARDS
357The 357The
358.Nm 358.Nm
359utility is 359utility is
360.St -p1003.1-2008 360.St -p1003.1-2008
361compatible. 361compatible.
 362.Sh HISTORY
 363A
 364.Nm
 365utility appeared in
 366.At v1 .