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/gencat | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/gencat')
-rw-r--r-- | usr.bin/gencat/gencat.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index 5434d844357..decb415ec62 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gencat.1,v 1.12 2007/05/31 19:20:10 jmc Exp $ +.\" $OpenBSD: gencat.1,v 1.13 2009/01/04 11:19:55 sobrado Exp $ .\" .\" Copyright (c) 1997 Ken Stailey .\" @@ -24,9 +24,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: gencat.1,v 1.12 2007/05/31 19:20:10 jmc Exp $ +.\" $Id: gencat.1,v 1.13 2009/01/04 11:19:55 sobrado Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt GENCAT 1 .Os .Sh NAME @@ -173,9 +173,7 @@ is used to continue the line onto the next line, e.g., If the character following the backslash is not one of those specified, the backslash is ignored. .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std gencat .Sh SEE ALSO .Xr catclose 3 , .Xr catgets 3 , |