diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-14 15:29:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-14 15:29:16 +0000 |
commit | dcd4e2631102842425eff8af339c2c99ea04bfd0 (patch) | |
tree | ce48149c863f83153166e32bd6abf7a2e0e88b19 /lib/libc | |
parent | 9b6761b3876f332d775de70502f3b2fece8ec0b0 (diff) |
update vt100 example to vt200, as vt100 apparently is no longer in the
termcap database;
from Nils Anspach
ok nicm
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getcap.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index ecf9197623d..d5efaac4dea 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.33 2010/07/27 07:04:04 jmc Exp $ +.\" $OpenBSD: getcap.3,v 1.34 2011/09/14 15:29:15 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 27 2010 $ +.Dd $Mdocdate: September 14 2011 $ .Dt GETCAP 3 .Os .Sh NAME @@ -313,14 +313,14 @@ These names are used to reference records in the database. By convention, the last name is usually a comment and is not intended as a lookup tag. For example, the -.Dq vt100 +.Dq vt220 record from the .Nm termcap -database begins: +database begins with .Pp -.Dl "d0\||\|vt100\||\|vt100-am\||\|vt100am\||\|dec vt100:" +.Dl "vt220\||\|vt200\||\|dec vt220:" .Pp -giving four names that can be used to access the record. +giving two names that can be used to access this record. .Pp The remaining non-empty capabilities describe a set of (name, value) bindings, consisting of a name optionally followed by a typed value: |