summaryrefslogtreecommitdiff
path: root/sys/man/1/uniq
diff options
context:
space:
mode:
authorftrvxmtrx <devnull@localhost>2014-05-03 11:38:36 +0200
committerftrvxmtrx <devnull@localhost>2014-05-03 11:38:36 +0200
commit19cdd8c4b97642dca9e61361495e066d79eefc3d (patch)
tree751bec5a2eb4bceef3a99a887596596d4ac06f99 /sys/man/1/uniq
parent306bee92e181a9c8b1cf0e746abdfcee7f246328 (diff)
uniq: document -s option (thanks heaumer)
Diffstat (limited to 'sys/man/1/uniq')
-rw-r--r--sys/man/1/uniq5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/1/uniq b/sys/man/1/uniq
index 65fcd49fa..b03acdc9f 100644
--- a/sys/man/1/uniq
+++ b/sys/man/1/uniq
@@ -4,7 +4,7 @@ uniq \- report repeated lines in a file
.SH SYNOPSIS
.B uniq
[
-.B -udc
+.B -udcs
[
.BI +- num
]
@@ -37,6 +37,9 @@ Implies
and
.BR -d .
.TP
+.B -s
+Count as a duplicate if the prefix matches the previous unique line.
+.TP
.BI - num
The first
.IR num