Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tic Use Ex for EXIT STATUS section. Put Ns on same l...



details:   https://anonhg.NetBSD.org/src/rev/75d504730359
branches:  trunk
changeset: 751410:75d504730359
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 03 15:51:09 2010 +0000

description:
Use Ex for EXIT STATUS section. Put Ns on same line as previous,
to make clearer what happens.

diffstat:

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

diffs (34 lines):

diff -r b21d06a1aa63 -r 75d504730359 usr.bin/tic/tic.1
--- a/usr.bin/tic/tic.1 Wed Feb 03 15:49:42 2010 +0000
+++ b/usr.bin/tic/tic.1 Wed Feb 03 15:51:09 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tic.1,v 1.1 2010/02/03 15:16:32 roy Exp $
+.\"    $NetBSD: tic.1,v 1.2 2010/02/03 15:51:09 wiz Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,11 +59,9 @@
 Only check for errors, don't write the final database.
 .It Fl o Ar file
 Write the database to
-.Ar file
-.Ns .db
+.Ar file Ns .db
 instead of
-.Ar source
-.Ns .db.
+.Ar source Ns .db .
 .It Fl s
 Display the number of terminal descritions written to the database.
 .It Fl x
@@ -84,9 +82,7 @@
 .Sy use Ns d
 terminals.
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std tic
 .Sh EXAMPLES
 To maintain your private terminfo definitions, if the system supplied
 ones do not support your terminal:



Home | Main Index | Thread Index | Old Index