diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/pr/pr.1 | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/pr/pr.1')
-rw-r--r-- | usr.bin/pr/pr.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index d23fbdc3c7e..4e8896e4640 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pr.1,v 1.20 2009/08/16 09:41:08 sobrado Exp $ +.\" $OpenBSD: pr.1,v 1.21 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 1991 Keith Muller. .\" Copyright (c) 1993 @@ -33,7 +33,7 @@ .\" .\" from: @(#)pr.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 16 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt PR 1 .Os .Sh NAME @@ -352,13 +352,7 @@ and .Fl n require that both arguments, if present, not be separated from the option letter. -.Sh ERRORS -If -.Nm pr -receives an interrupt while printing to a terminal, it -flushes all accumulated error messages to the screen before -terminating. -.Pp +.Sh EXIT STATUS The .Nm pr utility exits 0 on success, and 1 if an error occurs. @@ -366,6 +360,12 @@ utility exits 0 on success, and 1 if an error occurs. Error messages are written to standard error during the printing process (if output is redirected) or after all successful file printing is complete (when printing to a terminal). +.Sh ERRORS +If +.Nm pr +receives an interrupt while printing to a terminal, it +flushes all accumulated error messages to the screen before +terminating. .Sh NOTES The interpretation of .Em <form-feed> Ns s |