Module Name:    src
Committed By:   wiz
Date:           Thu Feb 11 07:00:46 UTC 2010

Modified Files:
        src/usr.bin/tic: tic.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/tic/tic.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tic/tic.1
diff -u src/usr.bin/tic/tic.1:1.5 src/usr.bin/tic/tic.1:1.6
--- src/usr.bin/tic/tic.1:1.5	Thu Feb 11 00:24:46 2010
+++ src/usr.bin/tic/tic.1	Thu Feb 11 07:00:46 2010
@@ -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

Reply via email to