More on noutrefresh() and scroll().
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index e9ed7a2..89c4161 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -866,7 +866,8 @@
 \begin{methoddesc}{noutrefresh}{}
 Mark for refresh but wait.  This function updates the data structure
 representing the desired state of the window, but does not force
-an update of the physical screen.
+an update of the physical screen.  To accomplish that, call 
+\function{doupdate()}.
 \end{methoddesc}
 
 \begin{methoddesc}{overlay}{destwin\optional{, sminrow, smincol,
@@ -933,7 +934,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}{scroll}{\optional{lines\code{ = 1}}}
-Scroll the screen upward by \var{lines} lines.
+Scroll the screen or scrolling region upward by \var{lines} lines.
 \end{methoddesc}
 
 \begin{methoddesc}{scrollok}{flag}