Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Describe the new terminfo environment settings.
details: https://anonhg.NetBSD.org/src/rev/bf6a9569cdbe
branches: trunk
changeset: 761221:bf6a9569cdbe
user: roy <roy%NetBSD.org@localhost>
date: Fri Jan 21 07:55:12 2011 +0000
description:
Describe the new terminfo environment settings.
diffstat:
share/man/man7/environ.7 | 41 +++++++++++++++--------------------------
1 files changed, 15 insertions(+), 26 deletions(-)
diffs (77 lines):
diff -r c2243a8d768f -r bf6a9569cdbe share/man/man7/environ.7
--- a/share/man/man7/environ.7 Thu Jan 20 23:01:55 2011 +0000
+++ b/share/man/man7/environ.7 Fri Jan 21 07:55:12 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: environ.7,v 1.23 2011/01/19 04:00:21 uwe Exp $
+.\" $NetBSD: environ.7,v 1.24 2011/01/21 07:55:12 roy Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)environ.7 8.3 (Berkeley) 4/19/94
.\"
-.Dd July 5, 2005
+.Dd January 21, 2011
.Dt ENVIRON 7
.Os
.Sh NAME
@@ -188,8 +188,8 @@
.\" .Xr plot 1
which may exploit special terminal capabilities.
See
-.Pa /usr/share/misc/termcap
-.Pq Xr termcap 5
+.Pa /usr/share/misc/terminfo
+.Pq Xr terminfo 5
for a list of terminal types.
.It Ev TERMCAP
The string describing the terminal in
@@ -197,27 +197,15 @@
or, if it begins with a
.Ql / ,
the name of the termcap file.
-See
-.Ev TERMPATH
-below,
-.Xr termcap 5 ,
-and
-.Xr termcap 3 .
-.It Ev TERMPATH
-A sequence of pathnames of termcap files, separated by colons or spaces,
-which are searched for terminal descriptions in the order listed.
-Having no
-.Ev TERMPATH
-is equivalent to a
-.Ev TERMPATH
-of
-.Pp
-.Dl $HOME/.termcap:/usr/share/misc/termcap
-.Pp
-.Ev TERMPATH
-is ignored if
-.Ev TERMCAP
-contains a full pathname.
+This is only checked if
+.Ev TERMINFO
+is not set.
+.It Ev TERMINFO
+The string describing the terminal in
+.Ev TERM ,
+or, if it begins with a
+.Ql / ,
+the name of the terminfo file.
.It Ev TIMEFORMAT
A
.Xr strftime 3
@@ -288,8 +276,9 @@
.Xr rcmd 3 ,
.Xr system 3 ,
.Xr termcap 3 ,
+.Xr terminfo 3 ,
.Xr audio 4 ,
-.Xr termcap 5 ,
+.Xr terminfo 5
.Xr nls 7 ,
.Xr dump 8
.Sh HISTORY
Home |
Main Index |
Thread Index |
Old Index