summaryrefslogtreecommitdiff
path: root/usr.bin/uniq
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/uniq
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
downloadsrc-test2-6a3e8b0adc8c622ae61275a94d5d869980a68069.tar.gz
src-test2-6a3e8b0adc8c622ae61275a94d5d869980a68069.zip
Notes
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r--usr.bin/uniq/uniq.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index c7cb27574c41..3df43db46bb0 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -85,7 +85,7 @@ Ignore the first
fields in each input line when doing comparisons.
A field is a string of non-blank characters separated from adjacent fields
by blanks.
-Field numbers are one based, i.e. the first field is field one.
+Field numbers are one based, i.e., the first field is field one.
.It Fl s Ar chars
Ignore the first
.Ar chars
@@ -97,7 +97,7 @@ option, the first
characters after the first
.Ar num
fields will be ignored.
-Character numbers are one based, i.e. the first character is character one.
+Character numbers are one based, i.e., the first character is character one.
.It Fl u
Only output lines that are not repeated in the input.
.It Fl i
@@ -147,7 +147,7 @@ The
.Nm
utility conforms to
.St -p1003.1-2001
-as amended by Cor. 1-2002.
+as amended by Cor.\& 1-2002.
.Sh HISTORY
A
.Nm