s/-T/-w/
This commit is contained in:
parent
14b38a0855
commit
eb6e724e72
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sort.1,v 1.10 2001/01/16 10:36:57 jdolecek Exp $
|
||||
.\" $NetBSD: sort.1,v 1.11 2001/02/07 20:32:57 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 T Ar char
|
||||
.Op Fl w Ar char
|
||||
.Oo
|
||||
.Fl k
|
||||
.Ar field1 Ns Op Li \&, Ns Ar field2
|
||||
|
@ -188,11 +188,11 @@ If
|
|||
is not specified,
|
||||
blank space characters are used as default field
|
||||
separators.
|
||||
.It Fl T Ar char
|
||||
.It Fl w Ar char
|
||||
.Ar char
|
||||
is used as the record separator character.
|
||||
This should be used with discretion;
|
||||
.Fl T Ar <alphanumeric>
|
||||
.Fl w Ar <alphanumeric>
|
||||
usually produces undesirable results.
|
||||
The default line separator is newline.
|
||||
.It Xo
|
||||
|
|
Loading…
Reference in New Issue