Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpanel More articles, less typos.
details: https://anonhg.NetBSD.org/src/rev/b83a53dc3ec4
branches: trunk
changeset: 341271:b83a53dc3ec4
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Oct 29 06:57:34 2015 +0000
description:
More articles, less typos.
diffstat:
lib/libpanel/update_panels.3 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r f121e7811925 -r b83a53dc3ec4 lib/libpanel/update_panels.3
--- a/lib/libpanel/update_panels.3 Thu Oct 29 02:36:01 2015 +0000
+++ b/lib/libpanel/update_panels.3 Thu Oct 29 06:57:34 2015 +0000
@@ -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 @@
.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 @@
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
Home |
Main Index |
Thread Index |
Old Index