diff options
| author | wiz <wiz@NetBSD.org> | 2009-08-23 15:45:08 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2009-08-23 15:45:08 +0000 |
| commit | ea72fa6ee9c418f5f454dc66022f3cfa63ee5ff4 (patch) | |
| tree | 83431968f405c78666dfbffca59d2932dbcbb67b /usr.bin/sort | |
| parent | 05d870915385b5e0eaea9337c5ea12b7e13c58f1 (diff) | |
Fix pasto.
Diffstat (limited to 'usr.bin/sort')
| -rw-r--r-- | usr.bin/sort/sort.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index ef77bdd14ea..5a081cc1f07 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: sort.1,v 1.28 2009/08/22 21:55:08 dsl Exp $ +.\" $NetBSD: sort.1,v 1.29 2009/08/23 15:45:08 wiz Exp $ .\" .\" Copyright (c) 2000-2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -97,11 +97,11 @@ produces the appropriate error messages and exits with code 1; otherwise, .Nm returns 0. .Nm +.Fl c +produces no output. .It Fl H Ignored for compatibility with earlier versions of .Nm . -.Fl c -produces no output. .It Fl m Merge only; the input files are assumed to be pre-sorted. .It Fl o Ar output |
