summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2004-11-04 15:36:48 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2004-11-04 15:36:48 +0000
commitb22216d44ba91a9cb5506d3cb39972ae39c5127b (patch)
treecb570bc623d1db7101bab5da37df5a3a1ee8f430 /lib
parent19c77d6f58d31433f66df2c72ee330b8e408fa34 (diff)
Correct paths of terminfo db and dir. Prompted By Han Boetes. With jmc@
ok millert@
Diffstat (limited to 'lib')
-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).