Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/sort Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/efb8d8294e8d
branches:  trunk
changeset: 746920:efb8d8294e8d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 23 15:45:08 2009 +0000

description:
Fix pasto.

diffstat:

 usr.bin/sort/sort.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r f246c213e2ec -r efb8d8294e8d usr.bin/sort/sort.1
--- a/usr.bin/sort/sort.1       Sun Aug 23 15:42:51 2009 +0000
+++ b/usr.bin/sort/sort.1       Sun Aug 23 15:45:08 2009 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index