X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=c1eef09387e68c3cc92e9502324bdf44dac35dd9;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=2077b70f526b5d93c69ad078d268885a9e5b7633;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480;p=ncurses.git diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 2077b70f..c1eef093 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -1,6 +1,6 @@ @@ -38,7 +38,7 @@ curs_threads 3x - +

curs_threads 3x

@@ -69,7 +69,7 @@

DESCRIPTION

        This  implementation  can  be configured to provide rudimentary support
        for multi-threaded applications.  This makes a  different  set  of  li-
-       braries, e.g., libncursest since the binary interfaces are different.
+       braries, e.g., libncursest since the binary interfaces are different.
 
        Rather  than  modify  the interfaces to pass a thread specifier to each
        function, it adds a few functions which can be used in  any  configura-
@@ -109,12 +109,12 @@
           o   global data, e.g., used in the low-level terminfo or termcap in-
               terfaces.
 
-          o   terminal data, e.g., associated with a call to set_curterm.  The
+          o   terminal data, e.g., associated with a call to set_curterm.  The
               terminal data are initialized when screens are created.
 
-          o   screen data, e.g., associated with a call to newterm or initscr.
+          o   screen data, e.g., associated with a call to newterm or initscr.
 
-          o   window data, e.g., associated with a call to newwin  or  subwin.
+          o   window data, e.g., associated with a call to newwin  or  subwin.
               Windows  are  associated with screens.  Pads are not necessarily
               associated with a particular screen.
 
@@ -133,7 +133,7 @@
             COLOR_PAIR              reentrant
             COLOR_PAIRS             screen (readonly)
             COLS                    screen (readonly)
-            ESCDELAY                screen (readonly, see set_escdelay)
+            ESCDELAY                screen (readonly, see set_escdelay)
             LINES                   screen (readonly)
             PAIR_NUMBER             reentrant
             PC                      global