Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tic Sort options (standard order is 0-9AaBbCc...).



details:   https://anonhg.NetBSD.org/src/rev/e0dcd7045a1a
branches:  trunk
changeset: 752013:e0dcd7045a1a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Feb 11 07:00:46 2010 +0000

description:
Sort options (standard order is 0-9AaBbCc...).

diffstat:

 usr.bin/tic/tic.1 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 89de62f9b49d -r e0dcd7045a1a usr.bin/tic/tic.1
--- a/usr.bin/tic/tic.1 Thu Feb 11 06:54:57 2010 +0000
+++ b/usr.bin/tic/tic.1 Thu Feb 11 07:00:46 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tic.1,v 1.5 2010/02/11 00:24:46 roy Exp $
+.\"    $NetBSD: tic.1,v 1.6 2010/02/11 07:00:46 wiz Exp $
 .\"
 .\" Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 .Nd terminfo compiler
 .Sh SYNOPSIS
 .Nm tic
-.Op Fl Sacsx
+.Op Fl acSsx
 .Op Fl o Ar file
 .Ar source
 .Op Ar term1 term2 ...
@@ -49,11 +49,6 @@
 .Pp
 The following options are available:
 .Bl -tag -width Fl
-.It Fl S
-For
-.Ar term1 , term2 , ...
-output the terminal name followed by the compiled
-description as strings.
 .It Fl a
 Do not discard commented out capabilities.
 .It Fl c
@@ -63,6 +58,11 @@
 .Ar file Ns .db
 instead of
 .Ar source Ns .db .
+.It Fl S
+For
+.Ar term1 , term2 , ...
+output the terminal name followed by the compiled
+description as strings.
 .It Fl s
 Display the number of terminal descritions written to the database.
 .It Fl x



Home | Main Index | Thread Index | Old Index