diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-24 19:12:02 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-24 19:12:02 +0000 |
commit | 2cd0ea3f3a2ef041568d53ba25000376ee796ea7 (patch) | |
tree | cd9ac516de15da8861ef8370343ba0363e400d7b /usr.bin/uniq | |
parent | ad5538a97fe3b247f9449b30107b574e6592b750 (diff) | |
download | FreeBSD-src-2cd0ea3f3a2ef041568d53ba25000376ee796ea7.zip FreeBSD-src-2cd0ea3f3a2ef041568d53ba25000376ee796ea7.tar.gz |
Add the word ``fields'' to the description, and change an instance from
fields to num in the SYNOPSIS
Noticed by: keramida
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r-- | usr.bin/uniq/uniq.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index c2c71d4..4e37c14 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -45,7 +45,7 @@ .Nm .Op Fl c | Fl d | Fl u .Op Fl i -.Op Fl f Ar fields +.Op Fl f Ar num .Op Fl s Ar chars .Oo .Ar input_file @@ -71,7 +71,7 @@ Only output lines that are repeated in the input. .It Fl f Ar num Ignore the first .Ar num -in each input line when doing comparisons. +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. |