X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftset.1.html;h=6712e6a353498683d5696086f51df2b494db9a97;hb=027ae42953e3186daed8f3882da73de48291b606;hp=940cfc6fe6ffa0a273cd4df0b00e87cce3849a93;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;p=ncurses.git diff --git a/doc/html/man/tset.1.html b/doc/html/man/tset.1.html index 940cfc6f..6712e6a3 100644 --- a/doc/html/man/tset.1.html +++ b/doc/html/man/tset.1.html @@ -1,7 +1,7 @@ @@ -175,7 +175,6 @@ eval `tset -s options ... ` -

TERMINAL TYPE MAPPING

        When the terminal is not hardwired into the system (or the
@@ -288,8 +287,20 @@
 
 

ENVIRONMENT

-       The tset command uses the SHELL and TERM environment vari-
-       ables.
+       The tset command uses these environment variables:
+
+       SHELL
+            tells tset whether to initialize TERM using sh or csh
+            syntax.
+
+       TERM Denotes  your  terminal  type.  Each terminal type is
+            distinct, though many are similar.
+
+       TERMCAP
+            may denote the location of a termcap database.  If it
+            is not an absolute pathname, e.g., begins with a `/',
+            tset removes the variable from the environment before
+            looking for the terminal description.
 
 
 
@@ -304,9 +315,10 @@

SEE ALSO

-       csh(1), sh(1), stty(1), setupterm(3), tty(4),  termcap(5),
-       ttys(5), environ(7)
+       csh(1),  sh(1),  stty(1),  setupterm(3x),   tty(4),   ter-
+       minfo(5), ttys(5), environ(7)
 
+       This describes ncurses version 5.5 (patch 20061209).