summaryrefslogtreecommitdiff
path: root/usr.bin/gencat
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-01-04 11:19:56 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-01-04 11:19:56 +0000
commitd3f71e83aa457c3da879a748802d457091a47c5f (patch)
tree17c8d21785c3a369ed1c40e82a66c38dc35606cb /usr.bin/gencat
parent826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff)
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/gencat')
-rw-r--r--usr.bin/gencat/gencat.110
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 ,