diff options
Diffstat (limited to 'usr.bin/sort')
-rw-r--r-- | usr.bin/sort/sort.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 1de15ae7fdc..159c5c0b544 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.12 2000/10/18 05:24:12 aaron Exp $ +.\" $OpenBSD: sort.1,v 1.13 2000/11/09 17:52:39 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -66,7 +66,7 @@ By default, if keys are not given, regards each input line as a single field. .Pp The options are as follows: -.Bl -tag -width file indent +.Bl -tag -width file Ds .It Fl c Check that the single input file is sorted. If the file is not sorted, |