Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libterminfo/terminfo.5.in,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libterminfo/terminfo.5.in,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.15.6.2 diff -u -p -r1.15 -r1.15.6.2 --- src/lib/libterminfo/terminfo.5.in 2011/03/10 10:17:19 1.15 +++ src/lib/libterminfo/terminfo.5.in 2013/03/14 15:48:29 1.15.6.2 @@ -1,6 +1,6 @@ -.\" $NetBSD: terminfo.5.in,v 1.15 2011/03/10 10:17:19 roy Exp $ +.\" $NetBSD: terminfo.5.in,v 1.15.6.2 2013/03/14 15:48:29 riz Exp $ .\" -.\" Copyright (c) 2009, 2010, 2011 The NetBSD Foundation, Inc. +.\" Copyright (c) 2009, 2010, 2011, 2013 The NetBSD Foundation, Inc. .\" All rights reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 10, 2011 +.Dd January 25, 2013 .Dt TERMINFO 5 .Os .Sh NAME @@ -154,18 +154,18 @@ add 1 to parameters 1 and 2. If expr equates to zero then control passes to the optional else part. .El .Ss Boolean Capabilities -.Bl -column "enter_near_quality_letter" "setcolor" "TC" -.It Sy "Long name" Ta Sy "Code" Ta Sy "TC" +.Bl -column "enter_near_quality_letter" "setcolor" "TC" "desc" +.It Sy "Long name" Ta Sy "Code" Ta Sy "TC" Ta Sy "Description" @BOOLCAPS@ .El .Ss Numeric Capabilities -.Bl -column "enter_near_quality_letter" "setcolor" "TC" -.It Sy "Long name" Ta Sy "Code" Ta Sy "TC" +.Bl -column "enter_near_quality_letter" "setcolor" "TC" "Desc" +.It Sy "Long name" Ta Sy "Code" Ta Sy "TC" Ta Sy "Description" @NUMCAPS@ .El .Ss String Capabilities -.Bl -column "enter_near_quality_letter" "setcolor" "TC" -.It Sy "Long name" Ta Sy "Code" Ta Sy "TC" +.Bl -column "enter_near_quality_letter" "setcolor" "TC" "Desc" +.It Sy "Long name" Ta Sy "Code" Ta Sy "TC" Ta Sy "Description" @STRCAPS@ .El .Ss A Sample Entry @@ -195,10 +195,10 @@ hts=\eEH, ht=^I, .Ed .Ss Fetching Compiled Descriptions This implementation uses hashed databases managed by -.Xr ndbm 3 +.Xr cdb 5 instead of directories. To maintain compatability with other implementations, -.Pa .db +.Pa .cdb is appended to each file checked. .Pp If the environment variable @@ -237,12 +237,12 @@ If a matching description is not found t searched, which currently holds descriptions for ansi, dumb, vt100, vt220, wsvt25, and xterm. .Sh FILES -.Bl -tag -width /usr/share/misc/terminfo.db -compact -.It Pa $HOME/.terminfo.db +.Bl -tag -width /usr/share/misc/terminfo.cdb -compact +.It Pa $HOME/.terminfo.cdb Database of terminal descriptions for personal use. .It Pa /usr/share/misc/terminfo File containing terminal descriptions. -.It Pa /usr/share/misc/terminfo.db +.It Pa /usr/share/misc/terminfo.cdb Database of terminal descriptions. .El .Sh SEE ALSO @@ -250,7 +250,7 @@ Database of terminal descriptions. .Xr tic 1 , .Xr tput 1 , .Xr curses 3 , -.Xr ndbm 3 +.Xr cdb 5 .Sh STANDARDS .Nm complies with the