Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sort - Remove redundant argument to non-first `.Nm' ...
details: https://anonhg.NetBSD.org/src/rev/84b54125f697
branches: trunk
changeset: 787010:84b54125f697
user: wiz <wiz%NetBSD.org@localhost>
date: Wed May 29 15:00:35 2013 +0000
description:
- 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.
diffstat:
usr.bin/sort/sort.1 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r 83c2a75c16be -r 84b54125f697 usr.bin/sort/sort.1
--- a/usr.bin/sort/sort.1 Wed May 29 14:56:19 2013 +0000
+++ b/usr.bin/sort/sort.1 Wed May 29 15:00:35 2013 +0000
@@ -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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index