summaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-03 11:09:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-03 11:09:30 +0000
commit25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch)
tree75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/comm
parentd4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff)
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index d135238fffd..2e9c5727f67 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: comm.1,v 1.14 2009/02/08 17:15:09 jmc Exp $
+.\" $OpenBSD: comm.1,v 1.15 2010/09/03 11:09:28 jmc Exp $
.\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)comm.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: February 8 2009 $
+.Dd $Mdocdate: September 3 2010 $
.Dt COMM 1
.Os
.Sh NAME
@@ -91,7 +91,7 @@ participate in line comparisons.
.\" .It Ev LC_COLLATE
.\" .It Ev LC_MESSAGES
.\" .El
-.Pp
+.Sh EXIT STATUS
.Ex -std comm
.Sh SEE ALSO
.Xr cmp 1 ,