Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo '>' replacement for HTML output, be explicit...
details: https://anonhg.NetBSD.org/src/rev/b0439f0cea63
branches: trunk
changeset: 752452:b0439f0cea63
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Feb 26 07:03:49 2010 +0000
description:
'>' replacement for HTML output, be explicit about slash.
diffstat:
lib/libterminfo/terminfo.5.in | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r 6b41f91bfb1f -r b0439f0cea63 lib/libterminfo/terminfo.5.in
--- a/lib/libterminfo/terminfo.5.in Fri Feb 26 07:01:17 2010 +0000
+++ b/lib/libterminfo/terminfo.5.in Fri Feb 26 07:03:49 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: terminfo.5.in,v 1.13 2010/02/26 00:09:00 roy Exp $
+.\" $NetBSD: terminfo.5.in,v 1.14 2010/02/26 07:03:49 wiz Exp $
.\"
.\" Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -203,14 +203,17 @@
.Pp
If the environment variable
.Ev TERMINFO
-is available, does not begin with /, can be compiled with the above rules and
-whose name matches
+is available, does not begin with
+.Pq Sq / ,
+can be compiled with the above rules and whose name matches
.Ev TERM
then it is used.
.Pp
If the environment variable
.Ev TERMCAP
-is available and does not begin with / then it will be translated into
+is available and does not begin with a slash
+.Pq Sq /
+then it will be translated into
terminfo and compiled as above.
If its name matches
.Ev TERM
@@ -218,7 +221,9 @@
.Pp
If the environment variable
.Ev TERMINFO
-is available and begins with / then only this file is searched.
+is available and begins with a slash
+.Pq Sq /
+then only this file is searched.
Otherwise
.Nm
will first look for
@@ -259,4 +264,4 @@
.Sh BUGS
The
.Ev TERMCAP
-capabilities %>, %B and %D are not converted into terminfo capabilities.
+capabilities %\*[Gt], %B and %D are not converted into terminfo capabilities.
Home |
Main Index |
Thread Index |
Old Index