Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/tput Pull up revision 1.10 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/b485c568f34e
branches:  netbsd-1-5
changeset: 491447:b485c568f34e
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 26 13:09:43 2001 +0000

description:
Pull up revision 1.10 (requested by wiz):
  Add section to cross references.  Markup improvements.

diffstat:

 usr.bin/tput/tput.1 |  24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r ba30448f563b -r b485c568f34e usr.bin/tput/tput.1
--- a/usr.bin/tput/tput.1       Thu Apr 26 13:07:32 2001 +0000
+++ b/usr.bin/tput/tput.1       Thu Apr 26 13:09:43 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tput.1,v 1.8 1999/03/22 18:16:45 garbled Exp $
+.\"    $NetBSD: tput.1,v 1.8.10.1 2001/04/26 13:09:43 he Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -54,8 +54,11 @@
 .Bl -tag -width Ds
 .It Fl T
 The terminal name as specified in the
-.Xr termcap
-database, for example, ``vt100'' or ``xterm''.
+.Xr termcap 5
+database, for example,
+.Dq vt100
+or
+.Dq xterm .
 If not specified,
 .Nm
 retrieves the
@@ -84,18 +87,21 @@
 .Bl -tag -width Ar
 .It clear
 Clear the screen (the
-.Xr termcap
-``cl'' sequence).
+.Xr termcap 5
+.Dq cl
+sequence).
 .It init
 Initialize the terminal (the
-.Xr termcap
-``is'' sequence).
+.Xr termcap 5
+.Dq is
+sequence).
 .It longname
 Print the descriptive name of the user's terminal type.
 .It reset
 Reset the terminal (the
-.Xr termcap
-``rs'' sequence).
+.Xr termcap 5
+.Dq rs
+sequence).
 .El
 .Sh DIAGNOSTICS
 The exit value of



Home | Main Index | Thread Index | Old Index