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/cap_mkdb | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/cap_mkdb')
-rw-r--r-- | usr.bin/cap_mkdb/cap_mkdb.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index 308960a9c7d..8d2d067402e 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cap_mkdb.1,v 1.15 2007/05/31 19:20:08 jmc Exp $ +.\" $OpenBSD: cap_mkdb.1,v 1.16 2009/01/04 11:19:55 sobrado Exp $ .\" $NetBSD: cap_mkdb.1,v 1.4 1995/03/26 03:59:36 glass Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt CAP_MKDB 1 .Os .Sh NAME @@ -100,9 +100,7 @@ The data field of this key/data pair is used to look up a key/data pair of the first type which has the real data associated with the name. .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std cap_mkdb .Sh FILES .Bl -tag -width /usr/share/misc/terminfo.db -compact .It Pa /usr/share/misc/termcap |