Module Name: src
Committed By: roy
Date: Fri Jun 5 22:08:11 UTC 2020
Modified Files:
src/lib/libterminfo: term.h terminfo.5.in
Log Message:
terminfo(5): Numbre -> Number
Thanks to yukonbob
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libterminfo/term.h \
src/lib/libterminfo/terminfo.5.in
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/term.h
diff -u src/lib/libterminfo/term.h:1.23 src/lib/libterminfo/term.h:1.24
--- src/lib/libterminfo/term.h:1.23 Fri Mar 13 15:19:25 2020
+++ src/lib/libterminfo/term.h Fri Jun 5 22:08:10 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: term.h,v 1.23 2020/03/13 15:19:25 roy Exp $ */
+/* $NetBSD: term.h,v 1.24 2020/06/05 22:08:10 roy Exp $ */
/*
* Copyright (c) 2009, 2010, 2011, 2013, 2020 The NetBSD Foundation, Inc.
@@ -313,7 +313,7 @@ enum TINUMS {
* dot_vert_spacing: Spacing of pins vertically in pins per inch
* init_tabs: Tabs initially every #1 spaces
* label_height: Number of rows in each label
- * label_width: Numbre of columns in each label
+ * label_width: Number of columns in each label
* lines: Number of lines on a screen or a page
* lines_of_memory: Lines of memory of > lines; 0 means varies
* max_attributes: Maximum combined video attributes terminal can display
Index: src/lib/libterminfo/terminfo.5.in
diff -u src/lib/libterminfo/terminfo.5.in:1.23 src/lib/libterminfo/terminfo.5.in:1.24
--- src/lib/libterminfo/terminfo.5.in:1.23 Wed Oct 10 21:09:58 2018
+++ src/lib/libterminfo/terminfo.5.in Fri Jun 5 22:08:11 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: terminfo.5.in,v 1.23 2018/10/10 21:09:58 uwe Exp $
+.\" $NetBSD: terminfo.5.in,v 1.24 2020/06/05 22:08:11 roy Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011, 2013 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -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 January 12, 2017
+.Dd June 5, 2020
.Dt TERMINFO 5
.Os
.Sh NAME