fix tn3270's idea of where map3270 lives. From Mark Weaver.
This commit is contained in:
parent
c53a9c6660
commit
ca003fe926
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
/* default.map3270: This file is the system default for the key sequence
|
/* default.map3270: This file is the system default for the key sequence
|
||||||
* if neither the user's TERM nor "unknown" are found in either of
|
* if neither the user's TERM nor "unknown" are found in either of
|
||||||
* MAP3270 or /etc/map3270.
|
* MAP3270 or /usr/share/misc/map3270.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
/*static char sccsid[] = "from: @(#)map3270.c 4.2 (Berkeley) 4/26/91";*/
|
/*static char sccsid[] = "from: @(#)map3270.c 4.2 (Berkeley) 4/26/91";*/
|
||||||
static char rcsid[] = "$Id: map3270.c,v 1.2 1993/08/01 18:06:02 mycroft Exp $";
|
static char rcsid[] = "$Id: map3270.c,v 1.3 1994/04/01 04:09:28 cgd Exp $";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/* This program reads a description file, somewhat like /etc/termcap,
|
/* This program reads a description file, somewhat like /etc/termcap,
|
||||||
@ -905,7 +905,7 @@ int (*translator)(); /* Translates ascii string to integer */
|
|||||||
GotIt = Position(environPointer, keybdPointer);
|
GotIt = Position(environPointer, keybdPointer);
|
||||||
}
|
}
|
||||||
if (!GotIt) {
|
if (!GotIt) {
|
||||||
GotIt = Position("/etc/map3270", keybdPointer);
|
GotIt = Position("/usr/share/misc/map3270", keybdPointer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!GotIt) {
|
if (!GotIt) {
|
||||||
@ -913,7 +913,7 @@ int (*translator)(); /* Translates ascii string to integer */
|
|||||||
GotIt = Position(environPointer, "unknown");
|
GotIt = Position(environPointer, "unknown");
|
||||||
}
|
}
|
||||||
if (!GotIt) {
|
if (!GotIt) {
|
||||||
GotIt = Position("/etc/map3270", keybdPointer);
|
GotIt = Position("/usr/share/misc/map3270", keybdPointer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!GotIt) {
|
if (!GotIt) {
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" from: @(#)map3270.5 4.5 (Berkeley) 7/31/91
|
.\" from: @(#)map3270.5 4.5 (Berkeley) 7/31/91
|
||||||
.\" $Id: map3270.5,v 1.3 1994/02/04 18:04:55 jtc Exp $
|
.\" $Id: map3270.5,v 1.4 1994/04/01 04:09:41 cgd Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH MAP3270 5 "July 31, 1991"
|
.TH MAP3270 5 "July 31, 1991"
|
||||||
.UC 6
|
.UC 6
|
||||||
@ -231,7 +231,7 @@ to send a (possibly visual) bell sequence to the user's terminal.
|
|||||||
.SH A SAMPLE ENTRY
|
.SH A SAMPLE ENTRY
|
||||||
The following entry is used by
|
The following entry is used by
|
||||||
tn3270(1) when unable to locate a reasonable version in the
|
tn3270(1) when unable to locate a reasonable version in the
|
||||||
user's environment and in /etc/map3270:
|
user's environment and in /usr/share/misc/map3270:
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
name { # actual name comes from TERM variable
|
name { # actual name comes from TERM variable
|
||||||
|
Loading…
Reference in New Issue
Block a user