X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=7dad4feaafd796b9eecf6a92aabf1b4fd44bc540;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hp=0a1c75e5614ab8991a620634029963995e5cc3b7;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1;p=ncurses.git diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 0a1c75e5..7dad4fea 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_threads.3x,v 1.46 2023/10/01 09:45:30 tom Exp @ + * @Id: curs_threads.3x,v 1.51 2023/12/23 16:22:25 tom Exp @ * *************************************************************************** * *************************************************************************** --> @@ -37,12 +37,12 @@ -curs_threads 3x 2023-10-01 ncurses 6.4 Library calls +curs_threads 3x 2023-12-23 ncurses 6.4 Library calls -

curs_threads 3x 2023-10-01 ncurses 6.4 Library calls

+

curs_threads 3x 2023-12-23 ncurses 6.4 Library calls

 curs_threads(3x)                 Library calls                curs_threads(3x)
 
@@ -78,9 +78,9 @@
 
        Instead of modifying the programming interface (API)  to  make  ncurses
        functions  expect  an  additional  argument  specifying  a  thread, the
-       library adds a few functions, usable in any  configuration,  that  hide
-       the  mutexes  (mutual  exclusion  locks)  needed  to prevent concurrent
-       access to variables shared by multiple threads of execution.
+       library adds functions, usable in  any  configuration,  that  hide  the
+       mutexes (mutual exclusion locks) needed to prevent concurrent access to
+       variables shared by multiple threads of execution.
 
        ncurses threading support requires  the  use  of  functions  to  access
        members  of  the  WINDOW  structure  (see curs_opaque(3x)).  It further
@@ -619,7 +619,7 @@
 
 
 
-ncurses 6.4                       2023-10-01                  curs_threads(3x)
+ncurses 6.4                       2023-12-23                  curs_threads(3x)