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/paste | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/paste')
-rw-r--r-- | usr.bin/paste/paste.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 1e708d4afec..fbf64ae94f0 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: paste.1,v 1.13 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: paste.1,v 1.14 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -33,7 +33,7 @@ .\" .\" from: @(#)paste.1 5.6 (Berkeley) 7/27/91 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt PASTE 1 .Os .Sh NAME @@ -107,7 +107,7 @@ is specified for one or more of the input files, the standard input is used; standard input is read one line at a time, circularly, for each instance of .Dq - . -.Pp +.Sh EXIT STATUS .Ex -std paste .Sh EXAMPLES List the files in the current directory in three columns: |