Module Name: src
Committed By: wiz
Date: Sun Aug 23 15:45:08 UTC 2009
Modified Files:
src/usr.bin/sort: sort.1
Log Message:
Fix pasto.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/sort/sort.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/sort/sort.1
diff -u src/usr.bin/sort/sort.1:1.28 src/usr.bin/sort/sort.1:1.29
--- src/usr.bin/sort/sort.1:1.28 Sat Aug 22 21:55:08 2009
+++ src/usr.bin/sort/sort.1 Sun Aug 23 15:45:08 2009
@@ -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