=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/uniq/uniq.1,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/uniq/uniq.1 2003/06/10 09:12:12 1.9 --- src/usr.bin/uniq/uniq.1 2004/08/10 22:32:05 1.10 *************** *** 1,4 **** ! .\" $OpenBSD: uniq.1,v 1.9 2003/06/10 09:12:12 jmc Exp $ .\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 --- 1,4 ---- ! .\" $OpenBSD: uniq.1,v 1.10 2004/08/10 22:32:05 jmc Exp $ .\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 *************** *** 41,47 **** .Nd report or filter out repeated lines in a file .Sh SYNOPSIS .Nm uniq ! .Op Fl c | Fl d | Fl u .Op Fl f Ar fields .Op Fl s Ar chars .Oo --- 41,47 ---- .Nd report or filter out repeated lines in a file .Sh SYNOPSIS .Nm uniq ! .Op Fl c | d | u .Op Fl f Ar fields .Op Fl s Ar chars .Oo *************** *** 64,70 **** Precede each output line with the count of the number of times the line occurred in the input, followed by a single space. .It Fl d ! Don't output lines that are not repeated in the input. .It Fl f Ar fields Ignore the first .Ar fields --- 64,70 ---- Precede each output line with the count of the number of times the line occurred in the input, followed by a single space. .It Fl d ! Only output lines which have duplicates. .It Fl f Ar fields Ignore the first .Ar fields *************** *** 85,91 **** fields will be ignored. Character numbers are one based, i.e., the first character is character one. .It Fl u ! Don't output lines that are repeated in the input. .\".It Fl Ns Ar n .\"(Deprecated; replaced by .\".Fl f ) . --- 85,91 ---- fields will be ignored. Character numbers are one based, i.e., the first character is character one. .It Fl u ! Only output lines which are unique. .\".It Fl Ns Ar n .\"(Deprecated; replaced by .\".Fl f ) . *************** *** 116,127 **** .Pp The .Nm ! utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr sort 1 .Sh STANDARDS The historic ! .Cm \&\(pl Ns Ar number and .Fl Ns Ar number options have been deprecated but are still supported in this implementation. --- 116,127 ---- .Pp The .Nm ! utility exits 0 on success or \*(Gt0 if an error occurred. .Sh SEE ALSO .Xr sort 1 .Sh STANDARDS The historic ! .Cm + Ns Ar number and .Fl Ns Ar number options have been deprecated but are still supported in this implementation.