Spelling fixes.

This commit is contained in:
snj 2004-03-16 19:25:39 +00:00
parent 83b07697ca
commit 668bade8ea
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_keyname.3,v 1.2 2003/07/04 12:38:58 wiz Exp $
.\" $NetBSD: curses_keyname.3,v 1.3 2004/03/16 19:25:39 snj Exp $
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -52,10 +52,10 @@ The string is formatted according to the following table:
.It "Description" Ta "Key range" Ta "String format"
.It Li "Control character" Ta "0 - 31" Ta "^X"
.It Li "Visible character" Ta "32 - 126" Ta "X"
.It Li "Delete charaacter" Ta "127" Ta "^?"
.It Li "Delete character" Ta "127" Ta "^?"
.It Li "Meta + control character" Ta "128 - 158" Ta "M-^X"
.It Li "Meta + visible character" Ta "159 - 254" Ta "M-X"
.It Li "Meta + delete charaacter" Ta "255" Ta "M-^?"
.It Li "Meta + delete character" Ta "255" Ta "M-^?"
.It Li "Named key" Ta "KEY_MIN - KEY_MAX" Ta "KEY_EXIT"
.El
.Sh SEE ALSO

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses_screen.3,v 1.9 2003/04/16 13:35:01 wiz Exp $
.\" $NetBSD: curses_screen.3,v 1.10 2004/03/16 19:26:18 snj Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
@ -73,7 +73,7 @@ These functions initialize terminals and screens.
.Pp
The
.Fn newterm
function initialises the curses datastructures and pointers ready for
function initialises the curses data structures and pointers ready for
use by curses.
The
.Fa type
@ -137,7 +137,7 @@ screen has occurred since the last call to
The size of the screen may be changed by calling
.Fn resizeterm
with the updated number of lines and columns.
This will resize the curses internal data structures to accomodate the
This will resize the curses internal data structures to accommodate the
changed terminal geometry.
The application must redraw the screen after a call to
.Fn resizeterm .