summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2004-11-04 15:36:47 +0000
committerotto <otto@openbsd.org>2004-11-04 15:36:47 +0000
commitde5a8dff64b200fb4100b03f30ed4c70e75a6898 (patch)
treeed6c64d09e817256ae65bd49f55b74096eedfb7d
parentfix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 (diff)
downloadwireguard-openbsd-de5a8dff64b200fb4100b03f30ed4c70e75a6898.tar.xz
wireguard-openbsd-de5a8dff64b200fb4100b03f30ed4c70e75a6898.zip
Correct paths of terminfo db and dir. Prompted By Han Boetes. With jmc@
ok millert@
-rw-r--r--lib/libcurses/term.5tbl4
-rw-r--r--lib/libcurses/terminfo.5tbl8
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcurses/term.5tbl b/lib/libcurses/term.5tbl
index 89f40693165..ebc5a1fef50 100644
--- a/lib/libcurses/term.5tbl
+++ b/lib/libcurses/term.5tbl
@@ -27,7 +27,7 @@
.\"***************************************************************************
.\"
.\" $From: term.5,v 1.10 2000/08/13 01:56:45 tom Exp $
-.\" $OpenBSD: term.5tbl,v 1.4 2003/05/14 08:55:19 jmc Exp $
+.\" $OpenBSD: term.5tbl,v 1.5 2004/11/04 15:36:47 otto Exp $
.TH TERM 5
.ds n 5
.ds d /usr/share/terminfo
@@ -201,7 +201,7 @@ adm3a|lsi adm3a,
Some limitations: total compiled entries cannot exceed 4096 bytes.
The name field cannot exceed 128 bytes.
.SH FILES
-\*d/*/* compiled terminal capability data base
+\*d/?/* compiled terminal capability data base
.SH "SEE ALSO"
\fBcurses\fR(3), \fBterminfo\fR(\*n).
.\"#
diff --git a/lib/libcurses/terminfo.5tbl b/lib/libcurses/terminfo.5tbl
index 16e61f413bf..f3b446ad18c 100644
--- a/lib/libcurses/terminfo.5tbl
+++ b/lib/libcurses/terminfo.5tbl
@@ -33,16 +33,16 @@
.\"***************************************************************************
.\"
.\" $From: terminfo.head,v 1.9 2000/08/13 01:56:40 tom Exp $
-.\" $OpenBSD: terminfo.5tbl,v 1.11 2000/10/22 18:27:19 millert Exp $
+.\" $OpenBSD: terminfo.5tbl,v 1.12 2004/11/04 15:36:47 otto Exp $
.TH TERMINFO 5 "" "" "File Formats"
.ds n 5
-.ds d /usr/share/terminfo
+.ds d /usr/share/misc/terminfo
.SH NAME
terminfo \- terminal capability data base
.SH SYNOPSIS
\*d.db
.br
-\*d/*/*
+/usr/share/terminfo/?/*
.SH DESCRIPTION
.I Terminfo
is a data base describing terminals, used by screen-oriented programs such as
@@ -3112,7 +3112,7 @@ Supports both the SVr4 set and the AIX extensions.
\*d.db
file containing terminal descriptions on OpenBSD
.TP 25
-\*d/?/*
+/usr/share/terminfo/?/*
files containing terminal descriptions on other systems
.SH "SEE ALSO"
\fBcap_mkdb(1)\fR, \fBtic\fR(1M), \fBcurses\fR(3), \fBprintf\fR(3), \fBterm\fR(\*n).