X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_initscr.3x.html;h=f7600061fbcf107982540a258a3258dd76c583e5;hb=80803f3a4a1fbdebb4de105cef9a10af36230f3c;hp=691d68480e6cd2bc25855905f6f63fe5052909f9;hpb=81304798ee736c467839c779c9ca5dca48db7bea;p=ncurses.git diff --git a/doc/html/man/curs_initscr.3x.html b/doc/html/man/curs_initscr.3x.html index 691d6848..f7600061 100644 --- a/doc/html/man/curs_initscr.3x.html +++ b/doc/html/man/curs_initscr.3x.html @@ -1,6 +1,6 @@ @@ -36,7 +36,7 @@ curs_initscr 3x - +

curs_initscr 3x

@@ -131,7 +131,7 @@

set_term

        The  set_term  routine  is  used to switch between different terminals.
-       The screen reference new becomes the new current terminal.  The  previ-
+       The screen reference new becomes the new current terminal.  The  previ-
        ous  terminal  is  returned  by  the routine.  This is the only routine
        which manipulates SCREEN pointers; all other routines affect  only  the
        current terminal.
@@ -192,11 +192,11 @@
 
             Curses  implementations  may  provide  for special handling of the
             SIGINT, SIGQUIT  and  SIGTSTP  signals  if  their  disposition  is
-            SIG_DFL at the time initscr is called ...
+            SIG_DFL at the time initscr is called ...
 
             Any  special  handling  for these signals may remain in effect for
-            the life of the process or until the process changes the  disposi-
-            tion of the signal.
+            the  life  of  the  process  or  until  the  process  changes  the
+            disposition of the signal.
 
             None  of the Curses functions are required to be safe with respect
             to signals ...