summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-04 18:13:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-04 18:13:23 +0000
commit692c69e73eef702a6e827d6f906e3b6b9f9785ac (patch)
treefb32ed5512953511bd7ed32bc373b978a1543d63
parentdeeeb63eb954d0df92133a9f303d9c9121686d31 (diff)
clarify behaviour of -u option;
ok otto@
-rw-r--r--usr.bin/sort/sort.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index 636d28c7d03..8a14b712fda 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.25 2005/10/04 15:12:01 jmc Exp $
+.\" $OpenBSD: sort.1,v 1.26 2005/10/04 18:13:22 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -96,7 +96,7 @@ does not exist.
Unique: suppress all but one in each set of lines having equal keys.
If used with the
.Fl c
-option, check that there are no lines with duplicate keys.
+option, also check that there are no lines with duplicate keys.
.El
.Pp
The following options override the default ordering rules.