Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tabs Sort sections. Remove superfluous Ns macro.



details:   https://anonhg.NetBSD.org/src/rev/e8c88de69fc0
branches:  trunk
changeset: 778952:e8c88de69fc0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 22 10:22:08 2012 +0000

description:
Sort sections. Remove superfluous Ns macro.

diffstat:

 usr.bin/tabs/tabs.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 5de0deaf053f -r e8c88de69fc0 usr.bin/tabs/tabs.1
--- a/usr.bin/tabs/tabs.1       Sun Apr 22 10:19:15 2012 +0000
+++ b/usr.bin/tabs/tabs.1       Sun Apr 22 10:22:08 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tabs.1,v 1.3 2012/04/21 12:27:29 roy Exp $
+.\" $NetBSD: tabs.1,v 1.4 2012/04/22 10:22:08 wiz Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -42,7 +42,7 @@
 .Nm
 .Op Fl T Ar type
 .Op + Ns Op n
-.Ar n1 Ns Op , Ns Ar n2 Ns , Ns Ar ...
+.Ar n1 Ns Op , Ns Ar n2 , Ns Ar ...
 .Sh DESCRIPTION
 The
 .Nm
@@ -122,8 +122,6 @@
 .Nm
 1,12,20,44
 .El
-.Sh EXIT STATUS
-.Ex -std
 .Sh ENVIRONMENT
 The
 .Ev COLUMNS
@@ -145,6 +143,8 @@
 option are present,
 .Nm
 will fail.
+.Sh EXIT STATUS
+.Ex -std
 .Sh SEE ALSO
 .Xr expand 1 ,
 .Xr stty 1 ,



Home | Main Index | Thread Index | Old Index