From 1805b94e6caa317d402e398fa06fa3d93d6827a0 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sat, 5 Jun 1999 01:21:54 +0000 Subject: - remove trailing white space - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ --- usr.bin/comm/comm.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.bin/comm/comm.1') diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 93093a1afb3..cad3d9764b7 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.4 1999/02/17 03:35:49 deraadt Exp $ +.\" $OpenBSD: comm.1,v 1.5 1999/06/05 01:21:22 aaron Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -49,7 +49,7 @@ .Ar file1 file2 .Sh DESCRIPTION The -.Nm comm +.Nm utility reads .Ar file1 and @@ -82,7 +82,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 assumes that the files are lexically sorted; all characters participate in line comparisons. .\" .Sh ENVIRONMENT @@ -95,7 +95,7 @@ participate in line comparisons. .\" .El .Sh DIAGNOSTICS The -.Nm comm +.Nm utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr cmp 1 , @@ -104,6 +104,6 @@ utility exits 0 on success or >0 if an error occurred. .Xr uniq 1 .Sh STANDARDS The -.Nm comm -utility conforms to +.Nm +utility conforms to .St -p1003.2-92 . -- cgit v1.2.3