diff options
Diffstat (limited to 'usr.bin/uniq/uniq.1')
-rw-r--r-- | usr.bin/uniq/uniq.1 | 6 |
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 |