Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sort As from today, numeric fields may begin with an...



details:   https://anonhg.NetBSD.org/src/rev/45a4e5b20dfa
branches:  trunk
changeset: 784171:45a4e5b20dfa
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Jan 20 21:02:11 2013 +0000

description:
As from today, numeric fields may begin with an optional
plus or minus sign, not only an optional minus sign.

diffstat:

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

diffs (27 lines):

diff -r 721b569d80a1 -r 45a4e5b20dfa usr.bin/sort/sort.1
--- a/usr.bin/sort/sort.1       Sun Jan 20 20:21:57 2013 +0000
+++ b/usr.bin/sort/sort.1       Sun Jan 20 21:02:11 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index