Source-Changes-HG archive

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

[src/trunk]: src/bin/cat Sort options (no-argument ones first, then argument-...



details:   https://anonhg.NetBSD.org/src/rev/1d4c1bbc4b72
branches:  trunk
changeset: 782640:1d4c1bbc4b72
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Nov 10 18:41:10 2012 +0000

description:
Sort options (no-argument ones first, then argument-taking ones).

diffstat:

 bin/cat/cat.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a2d588bcc00f -r 1d4c1bbc4b72 bin/cat/cat.1
--- a/bin/cat/cat.1     Sat Nov 10 17:40:09 2012 +0000
+++ b/bin/cat/cat.1     Sat Nov 10 18:41:10 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cat.1,v 1.35 2012/11/10 16:18:41 christos Exp $
+.\"    $NetBSD: cat.1,v 1.36 2012/11/10 18:41:10 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,8 +40,8 @@
 .Nd concatenate and print files
 .Sh SYNOPSIS
 .Nm
+.Op Fl beflnstuv
 .Op Fl B Ar bsize
-.Op Fl beflnstuv
 .Op Fl
 .Op Ar
 .Sh DESCRIPTION



Home | Main Index | Thread Index | Old Index