Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sort use -R instead -w, to be compatible with OpenBSD
details: https://anonhg.NetBSD.org/src/rev/1751d98e1bf0
branches: trunk
changeset: 503526:1751d98e1bf0
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Feb 07 21:00:05 2001 +0000
description:
use -R instead -w, to be compatible with OpenBSD
diffstat:
usr.bin/sort/sort.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 1630d22d02c5 -r 1751d98e1bf0 usr.bin/sort/sort.1
--- a/usr.bin/sort/sort.1 Wed Feb 07 20:58:09 2001 +0000
+++ b/usr.bin/sort/sort.1 Wed Feb 07 21:00:05 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sort.1,v 1.11 2001/02/07 20:32:57 jdolecek Exp $
+.\" $NetBSD: sort.1,v 1.12 2001/02/07 21:00:05 jdolecek Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Nm sort
.Op Fl cmubdfinrsS
.Op Fl t Ar char
-.Op Fl w Ar char
+.Op Fl R Ar char
.Oo
.Fl k
.Ar field1 Ns Op Li \&, Ns Ar field2
@@ -188,11 +188,11 @@
is not specified,
blank space characters are used as default field
separators.
-.It Fl w Ar char
+.It Fl R Ar char
.Ar char
is used as the record separator character.
This should be used with discretion;
-.Fl w Ar <alphanumeric>
+.Fl R Ar <alphanumeric>
usually produces undesirable results.
The default line separator is newline.
.It Xo
Home |
Main Index |
Thread Index |
Old Index