diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
commit | d3f71e83aa457c3da879a748802d457091a47c5f (patch) | |
tree | 17c8d21785c3a369ed1c40e82a66c38dc35606cb /usr.bin/paste | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/paste')
-rw-r--r-- | usr.bin/paste/paste.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 5bc3bcf20d9..0cdb50b08d4 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: paste.1,v 1.11 2007/08/06 19:16:06 sobrado Exp $ +.\" $OpenBSD: paste.1,v 1.12 2009/01/04 11:19:55 sobrado 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: August 6 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt PASTE 1 .Os .Sh NAME @@ -108,9 +108,7 @@ input is used; standard input is read one line at a time, circularly, for each instance of .Dq - . .Pp -The -.Nm paste -utility exits 0 on success or >0 if an error occurred. +.Ex -std paste .Sh EXAMPLES List the files in the current directory in three columns: .Pp |