Spelling fix.

This commit is contained in:
snj 2004-03-16 19:20:20 +00:00
parent 751597cddb
commit 83b07697ca
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_border.3,v 1.3 2003/04/16 13:35:00 wiz Exp $
.\" $NetBSD: curses_border.3,v 1.4 2004/03/16 19:20:20 snj Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@ -123,7 +123,7 @@ command draws a box around the window given in
using the
.Fa vertical
character for the vertical lines and the
.Fa horiztonal
.Fa horizontal
character for the horizontal lines.
The corner characters of this box will be the defaults as described for
.Fn border

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_cursor.3,v 1.3 2003/04/16 13:35:01 wiz Exp $
.\" $NetBSD: curses_cursor.3,v 1.4 2004/03/16 19:23:06 snj Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@ -125,7 +125,7 @@ macros set the values of
.Fa y
and
.Fa x
to the origin and maximum row and column positions, repectively, for the window
to the origin and maximum row and column positions, respectively, for the window
.Fa win .
.Pp
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_inch.3,v 1.7 2004/03/16 19:08:15 snj Exp $
.\" $NetBSD: curses_inch.3,v 1.8 2004/03/16 19:23:49 snj Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@ -102,7 +102,7 @@ function, excepting that the character is read from window specified by
.Pp
The
.Fn inchnstr
function fills an an arrray of
function fills an an array of
.Ft chtype
with characters read from
.Dv stdscr ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_input.3,v 1.13 2003/10/18 09:06:49 wiz Exp $
.\" $NetBSD: curses_input.3,v 1.14 2004/03/16 19:25:05 snj Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@ -123,7 +123,7 @@ The
.Fn wgetch
function is the same as the
.Fn getch
function, exceptng that it reads from the input file descriptor associated
function, except that it reads from the input file descriptor associated
with the window specified by
.Fa win .
.Pp