Sun Jan 29 16:52:38 2017 UTC ()
Fix a typo.


(abhinav)
diff -r1.21 -r1.22 src/lib/libterminfo/terminfo.5.in

cvs diff -r1.21 -r1.22 src/lib/libterminfo/terminfo.5.in (expand / switch to unified diff)

--- src/lib/libterminfo/terminfo.5.in 2017/01/12 13:53:11 1.21
+++ src/lib/libterminfo/terminfo.5.in 2017/01/29 16:52:38 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: terminfo.5.in,v 1.21 2017/01/12 13:53:11 roy Exp $ 1.\" $NetBSD: terminfo.5.in,v 1.22 2017/01/29 16:52:38 abhinav Exp $
2.\" 2.\"
3.\" Copyright (c) 2009, 2010, 2011, 2013 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2009, 2010, 2011, 2013 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Roy Marples. 7.\" by Roy Marples.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -187,27 +187,27 @@ kf5=\eEOt, kf6=\eEOu, kf7=\eEOv, kf8=\eE @@ -187,27 +187,27 @@ kf5=\eEOt, kf6=\eEOu, kf7=\eEOv, kf8=\eE
187kcub1=\eEOD, kcuf1=\eEOC, kcuu1=\eEOA, rmkx=\eE[?1l\eE\*[Gt], 187kcub1=\eEOD, kcuf1=\eEOC, kcuu1=\eEOA, rmkx=\eE[?1l\eE\*[Gt],
188smkx=\eE[?1h\eE=, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, 188smkx=\eE[?1h\eE=, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4,
189cud=\eE[%p1%dB, cub=\eE[%p1%dD, cuf=\eE[%p1%dC, cuu=\eE[%p1%dA, 189cud=\eE[%p1%dB, cub=\eE[%p1%dD, cuf=\eE[%p1%dC, cuu=\eE[%p1%dA,
190mc0=\eE[0i, mc4=\eE[4i, mc5=\eE[5i, 190mc0=\eE[0i, mc4=\eE[4i, mc5=\eE[5i,
191rs2=\eE\*[Gt]\eE[?3l\eE[?4l\eE[?5l\eE[?7h\eE[?8h, rc=\eE8, sc=\eE7, 191rs2=\eE\*[Gt]\eE[?3l\eE[?4l\eE[?5l\eE[?7h\eE[?8h, rc=\eE8, sc=\eE7,
192ind=^J, ri=\eEM$\*[Lt]5\*[Gt], 192ind=^J, ri=\eEM$\*[Lt]5\*[Gt],
193sgr=\eE[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t016%e017%;$\*[Lt]2\*[Gt], 193sgr=\eE[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t016%e017%;$\*[Lt]2\*[Gt],
194hts=\eEH, ht=^I, 194hts=\eEH, ht=^I,
195.Ed 195.Ed
196.Ss Fetching Compiled Descriptions 196.Ss Fetching Compiled Descriptions
197This implementation uses hashed databases managed by 197This implementation uses hashed databases managed by
198.Xr cdb 5 198.Xr cdb 5
199instead of directories. 199instead of directories.
200To maintain compatability with other implementations, 200To maintain compatibility with other implementations,
201.Pa .cdb 201.Pa .cdb
202is appended to each file checked. 202is appended to each file checked.
203.Pp 203.Pp
204If the environment variable 204If the environment variable
205.Ev TERMINFO 205.Ev TERMINFO
206is available, does not begin with 206is available, does not begin with
207.Pq Sq / , 207.Pq Sq / ,
208can be compiled with the above rules and whose name matches 208can be compiled with the above rules and whose name matches
209.Ev TERM 209.Ev TERM
210then it is used. 210then it is used.
211.Pp 211.Pp
212If the environment variable 212If the environment variable
213.Ev TERMCAP 213.Ev TERMCAP