From 692c69e73eef702a6e827d6f906e3b6b9f9785ac Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 4 Oct 2005 18:13:23 +0000 Subject: clarify behaviour of -u option; ok otto@ --- usr.bin/sort/sort.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/sort') 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. -- cgit v1.2.3