Module Name:    src
Committed By:   wiz
Date:           Wed Feb  3 15:51:09 UTC 2010

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/usr.bin/tic/tic.1:1.2
--- src/usr.bin/tic/tic.1:1.1	Wed Feb  3 15:16:32 2010
+++ src/usr.bin/tic/tic.1	Wed Feb  3 15:51:09 2010
@@ -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:

Reply via email to