terminfo(5): Numbre -> Number

Thanks to yukonbob
This commit is contained in:
roy 2020-06-05 22:08:10 +00:00
parent 0d69ea471e
commit c3293770af
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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