diff options
-rw-r--r-- | gnu/usr.bin/gzip/zmore.1 | 4 | ||||
-rw-r--r-- | lib/libterm/termcap.c | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/mset/map3270.5 | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/gzip/zmore.1 b/gnu/usr.bin/gzip/zmore.1 index 261f9aaad56..47099b7e912 100644 --- a/gnu/usr.bin/gzip/zmore.1 +++ b/gnu/usr.bin/gzip/zmore.1 @@ -1,4 +1,4 @@ -.\" $Id: zmore.1,v 1.1 1995/10/18 08:40:54 deraadt Exp $ +.\" $Id: zmore.1,v 1.2 1996/12/03 08:25:25 deraadt Exp $ .TH ZMORE 1 .SH NAME zmore \- file perusal filter for crt viewing of compressed text @@ -28,7 +28,7 @@ another screenful is displayed. Other possibilities are enumerated later. .PP .I Zmore looks in the file -.I /etc/termcap +.I /usr/share/misc/termcap to determine terminal characteristics, and to determine the default window size. On a terminal capable of displaying 24 lines, diff --git a/lib/libterm/termcap.c b/lib/libterm/termcap.c index 391963045e7..64ddb756130 100644 --- a/lib/libterm/termcap.c +++ b/lib/libterm/termcap.c @@ -91,14 +91,14 @@ tgetent(bp, name) p = pathbuf; cp = getenv("TERMCAP"); /* - * TERMCAP can have one of two things in it. It can be the - * name of a file to use instead of /etc/termcap. In this + * TERMCAP can have one of two things in it. It can be the name + * of a file to use instead of /usr/share/misc/termcap. In this * case it better start with a "/". Or it can be an entry to * use so we don't have to read the file. In this case it * has to already have the newlines crunched out. If TERMCAP * does not hold a file name then a path of names is searched - * instead. The path is found in the TERMPATH variable, or - * becomes "$HOME/.termcap /etc/termcap" if no TERMPATH exists. + * instead. The path is found in the TERMPATH variable, or becomes + * "$HOME/.termcap /usr/share/misc/termcap" if no TERMPATH exists. */ if (!cp || *cp != '/') { /* no TERMCAP or it holds an entry */ if ((termpath = getenv("TERMPATH")) != NULL) diff --git a/usr.bin/tn3270/mset/map3270.5 b/usr.bin/tn3270/mset/map3270.5 index 4bf844795a0..c6cbd297ce9 100644 --- a/usr.bin/tn3270/mset/map3270.5 +++ b/usr.bin/tn3270/mset/map3270.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: map3270.5,v 1.2 1996/06/26 05:41:29 deraadt Exp $ +.\" $OpenBSD: map3270.5,v 1.3 1996/12/03 08:25:26 deraadt Exp $ .\" Copyright (c) 1986 The Regents of the University of California. .\" All rights reserved. .\" @@ -68,7 +68,7 @@ The requirements for these sequences are: The file consists of entries for various keyboards. The first part of an entry lists the names of the keyboards which use that entry. These names will often be the same as in -.I /etc/termcap +.I /usr/share/misc/termcap (see .IR termcap (5)); however, note that often the terminals from various termcap entries will all |