Module Name:    src
Committed By:   snj
Date:           Wed Feb  3 21:02:39 UTC 2010

Modified Files:
        src/lib/libterminfo: terminfo.5

Log Message:
Regenerate to pick up the changes from terminfo.5.in revision 1.3.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libterminfo/terminfo.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libterminfo/terminfo.5
diff -u src/lib/libterminfo/terminfo.5:1.1 src/lib/libterminfo/terminfo.5:1.2
--- src/lib/libterminfo/terminfo.5:1.1	Wed Feb  3 20:56:54 2010
+++ src/lib/libterminfo/terminfo.5	Wed Feb  3 21:02:39 2010
@@ -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 r...@netbsd.org

Reply via email to