More articles, less typos.

This commit is contained in:
wiz 2015-10-29 06:57:34 +00:00
parent 1d644ad7b0
commit f0f2f50bf3
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: update_panels.3,v 1.2 2015/10/29 02:36:01 uwe Exp $
.\" $NetBSD: update_panels.3,v 1.3 2015/10/29 06:57:34 wiz Exp $
.\"
.\" Copyright (c) 2015 Valery Ushakov
.\" All rights reserved.
@ -42,10 +42,10 @@ The
.Fn update_panels
function performs the internal processing required by the panel
library to determine what changes need to be made to synchronise
curses internal screen buffer and the terminal but does not modify the
terminal display.
the curses internal screen buffer and the terminal but does not
modify the terminal display.
.Pp
This function will inernally perform required calls to
This function will internally perform the required calls to
.Xr touchoverlap 3
and
.Xr wnoutrefresh 3
@ -58,7 +58,7 @@ Remember, that
is below all panels and any changes to it also require calling
.Fn update_panels .
.Pp
Finally, call curses function
Finally, call the curses function
.Xr doupdate 3
to update the terminal display.
.Sh SEE ALSO