=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/comm/comm.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/comm/comm.1 1996/06/26 05:32:17 1.2 +++ src/usr.bin/comm/comm.1 1998/09/23 04:32:38 1.3 @@ -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 @@ 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 @@ .\" .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 ,