-.\" $Id: zmore.1,v 1.1.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
.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,
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)
-.\" $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.
.\"
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