Module Name: src
Committed By: wiz
Date: Thu Oct 29 06:57:34 UTC 2015
Modified Files:
src/lib/libpanel: update_panels.3
Log Message:
More articles, less typos.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpanel/update_panels.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpanel/update_panels.3
diff -u src/lib/libpanel/update_panels.3:1.2 src/lib/libpanel/update_panels.3:1.3
--- src/lib/libpanel/update_panels.3:1.2 Thu Oct 29 02:36:01 2015
+++ src/lib/libpanel/update_panels.3 Thu Oct 29 06:57:34 2015
@@ -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