updated to -mdoc version 3
[unix-history] / usr / src / usr.bin / comm / comm.1
index 90196da..d2baea5 100644 (file)
@@ -3,10 +3,10 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)comm.1     6.3 (Berkeley) %G%
+.\"     @(#)comm.1     6.5 (Berkeley) %G%
 .\"
 .Dd 
 .\"
 .Dd 
-.Os BSD 4.4
+.Os
 .Dt COMM 1
 .Sh NAME
 .Nm comm
 .Dt COMM 1
 .Sh NAME
 .Nm comm
@@ -30,16 +30,19 @@ lines only in
 .Ar file2 ;
 and lines in both files.
 .Pp
 .Ar file2 ;
 and lines in both files.
 .Pp
-The filename ``-'' means the standard input.
+The filename
+.Ql Fl
+means the standard input.
 .Pp
 The following options are available:
 .Pp
 The following options are available:
-.Tp Fl 1
+.Bl -tag -width Ds
+.It Fl 1
 Suppress printing of column 1.
 Suppress printing of column 1.
-.Tp Fl 2
+.It Fl 2
 Suppress printing of column 2.
 Suppress printing of column 2.
-.Tp Fl 3
+.It Fl 3
 Suppress printing of column 3.
 Suppress printing of column 3.
-.Tp
+.El
 .Pp
 Each column will have a number of tab characters prepended to it
 equal to the number of lower numbered columns that are being printed.
 .Pp
 Each column will have a number of tab characters prepended to it
 equal to the number of lower numbered columns that are being printed.
@@ -61,4 +64,4 @@ exits 0 on success, >0 if an error occurred.
 .Sh STANDARDS
 The
 .Nm comm
 .Sh STANDARDS
 The
 .Nm comm
-function is expected to be POSIX 1003.2 compatible.
+command is expected to be POSIX 1003.2 compatible.