diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 04:32:40 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 04:32:40 +0000 |
commit | a2d8aa4124f4856d7675a1cd268dc5a1f1e22350 (patch) | |
tree | 14844c4c8389307d49f87dc4e204b8e859bcbc9c /usr.bin/comm/comm.1 | |
parent | b7253ab25580c3ade3e0f9b14e52111cda23a6a4 (diff) |
usr.bin/ man page repairs, a - e
Diffstat (limited to 'usr.bin/comm/comm.1')
-rw-r--r-- | usr.bin/comm/comm.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 8d55d78b0b1..78a461e56b0 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.2 1996/06/26 05:32:17 deraadt Exp $ +.\" $OpenBSD: comm.1,v 1.3 1998/09/23 04:32:38 aaron Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -80,7 +80,7 @@ For example, if column number two is being suppressed, lines printed in column number one will not have any tabs preceding them, and lines printed in column number three will have one. .Pp -.Nm Comm +.Nm comm assumes that the files are lexically sorted; all characters participate in line comparisons. .\" .Sh ENVIRONMENT @@ -92,8 +92,9 @@ participate in line comparisons. .\" .It Ev LC_MESSAGES .\" .El .Sh DIAGNOSTICS -.Nm Comm -exits 0 on success, >0 if an error occurred. +The +.Nm comm +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr cmp 1 , .Xr diff 1 , |