X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fresizeterm.3x.html;h=ca51d4a3e9f92ad0ff3591b3e89d337df052f49b;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hp=31965414b2a9ac550a42e391d5c329701980e125;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;p=ncurses.git diff --git a/doc/html/man/resizeterm.3x.html b/doc/html/man/resizeterm.3x.html index 31965414..ca51d4a3 100644 --- a/doc/html/man/resizeterm.3x.html +++ b/doc/html/man/resizeterm.3x.html @@ -1,6 +1,6 @@ @@ -112,7 +112,7 @@ o on receipt of a SIGWINCH, the handler sets a flag - o which is tested in wgetch and doupdate, + o which is tested in wgetch(3x) and doupdate, o in turn, calling the resizeterm function, @@ -138,9 +138,9 @@

PORTABILITY

        It is possible to resize the screen with SVr4 curses, by
 
-       o   exiting curses with endwin(3x) and
+       o   exiting curses with endwin(3x) and
 
-       o   resuming using refresh(3x).
+       o   resuming using refresh(3x).
 
        Doing that clears the screen and is visually distracting.