- Remove redundant argument to non-first `.Nm' macro;
- reference `-u' at `-c', to make more clear that the former can be used with the latter; - bump date. From Bug Hunting. While here, use Aq.
This commit is contained in:
parent
d19a931ddc
commit
2767d6c8a8
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sort.1,v 1.33 2013/01/20 21:02:11 apb Exp $
|
||||
.\" $NetBSD: sort.1,v 1.34 2013/05/29 15:00:35 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000-2003 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -59,14 +59,14 @@
|
|||
.\"
|
||||
.\" @(#)sort.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd January 20, 2013
|
||||
.Dd May 29, 2013
|
||||
.Dt SORT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sort
|
||||
.Nd sort or merge text files
|
||||
.Sh SYNOPSIS
|
||||
.Nm sort
|
||||
.Nm
|
||||
.Op Fl bcdfHilmnrSsu
|
||||
.Oo
|
||||
.Fl k
|
||||
|
@ -99,6 +99,8 @@ returns 0.
|
|||
.Nm
|
||||
.Fl c
|
||||
produces no output.
|
||||
See also
|
||||
.Fl u .
|
||||
.It Fl H
|
||||
Ignored for compatibility with earlier versions of
|
||||
.Nm .
|
||||
|
@ -220,7 +222,7 @@ considered part of a field when determining key offsets.
|
|||
.Ar char
|
||||
is used as the record separator character.
|
||||
This should be used with discretion;
|
||||
.Fl R Ar \*[Lt]alphanumeric\*[Gt]
|
||||
.Fl R Aq Ar alphanumeric
|
||||
usually produces undesirable results.
|
||||
The default record separator is newline.
|
||||
.It Fl k Ar field1 Ns Op Li \&, Ns Ar field2
|
||||
|
|
Loading…
Reference in New Issue