Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo Regenerate to pick up the changes from termi...
details: https://anonhg.NetBSD.org/src/rev/ac87ec650084
branches: trunk
changeset: 751425:ac87ec650084
user: snj <snj%NetBSD.org@localhost>
date: Wed Feb 03 21:02:39 2010 +0000
description:
Regenerate to pick up the changes from terminfo.5.in revision 1.3.
diffstat:
lib/libterminfo/terminfo.5 | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (79 lines):
diff -r aa1fcaa5de4e -r ac87ec650084 lib/libterminfo/terminfo.5
--- a/lib/libterminfo/terminfo.5 Wed Feb 03 21:00:49 2010 +0000
+++ b/lib/libterminfo/terminfo.5 Wed Feb 03 21:02:39 2010 +0000
@@ -1,7 +1,7 @@
.\"DO NOT EDIT
.\"Automatically generated from termcap.5.in
.\"
-.\" $NetBSD: terminfo.5,v 1.1 2010/02/03 20:56:54 roy Exp $
+.\" $NetBSD: terminfo.5,v 1.2 2010/02/03 21:02:39 snj Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@
.Pp
Entries in
.Nm
-consist of a number of comma seperated fields.
+consist of a number of comma separated fields.
White space after each comma is ignored.
Embedded commas must be escaped by using a backslash.
Lines beginning with # in the first column are treated as comments.
@@ -59,10 +59,10 @@
.Pp
The header line must begin in column one and end with a comma.
Inside the header line are terminal name and aliases,
-seperated by vertical bars, the last one being the long
+separated by vertical bars, the last one being the long
description of the terminal.
.Pp
-Capability lines then follow, starting on column two and end with a comma.
+Capability lines then follow, starting on column two and ending with a comma.
Each capability is listed by its name, followed by its value if applicable.
Booleans have no values, numeric values are prefixed by # and
strings are prefixed by =.
@@ -95,13 +95,13 @@
character, it should be escaped as
.Sy \e200 .
.Pp
-A delay in milliseconds my appear anywhere in a string capability,
-prefixed with a dollar and enclosed by angled brackets, such as
+A delay in milliseconds may appear anywhere in a string capability,
+prefixed with a dollar sign and enclosed by angled brackets, such as
.Sy $<5> .
.Ss String Parameters
-String capabilities sometimes requires parameters.
+String capabilities sometimes require parameters.
Normally this just involves replacing the parameter with a supplied
-variable, however there are cases where the variable need to be manipulated
+variable; however, there are cases where the variable needs to be manipulated
or used in conditional expressions.
A stack is also provided for simple pop and push operations.
.Pp
@@ -129,7 +129,7 @@
.Pp
Static variables persist over
.Fn tparm
-where-as dyanmic variables do not.
+whereas dynamic variables do not.
.It Sy %'c'
char constant c.
.It Sy %{nn}
@@ -145,7 +145,7 @@
.It Sy %i
add 1 to parameters 1 and 2.
.It Sy %? Va expr Sy %t Ic then Sy %e Ic else Sy %;
-If expr equates to zero then contol passes to the optional else part.
+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"
@@ -682,7 +682,7 @@
.St -xcurses4.2
standard.
.Pp
-Extentions to the standard are noted in
+Extensions to the standard are noted in
.Xr tic 1 .
.Sh AUTHORS
.An Roy Marples Aq roy%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index