Module Name: src
Committed By: apb
Date: Sun Jan 20 21:02:11 UTC 2013
Modified Files:
src/usr.bin/sort: sort.1
Log Message:
As from today, numeric fields may begin with an optional
plus or minus sign, not only an optional minus sign.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/usr.bin/sort/sort.1:1.33
--- src/usr.bin/sort/sort.1:1.32 Sat Dec 18 23:36:23 2010
+++ src/usr.bin/sort/sort.1 Sun Jan 20 21:02:11 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: sort.1,v 1.32 2010/12/18 23:36:23 wiz Exp $
+.\" $NetBSD: sort.1,v 1.33 2013/01/20 21:02:11 apb Exp $
.\"
.\" Copyright (c) 2000-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -59,7 +59,7 @@
.\"
.\" @(#)sort.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd December 18, 2010
+.Dd January 20, 2013
.Dt SORT 1
.Os
.Sh NAME
@@ -159,7 +159,7 @@ Ignore all non-printable characters.
Sort by the string length of the field, not by the field itself.
.It Fl n
An initial numeric string, consisting of optional blank space, optional
-minus sign, and zero or more digits (including decimal point)
+plus or minus sign, and zero or more digits (including decimal point)
.\" with
.\" optional radix character and thousands
.\" separator