X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fncurses.3x.html;h=e144aa4b667deee4987bd9527140c1d9aaf4c94b;hp=78ff4777f95d7a86f3cb2a8fc5e41344c207d3e2;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hpb=a1c9e77bebcdf278d9c290a97c82961e159cd896 diff --git a/doc/html/man/ncurses.3x.html b/doc/html/man/ncurses.3x.html index 78ff4777..e144aa4b 100644 --- a/doc/html/man/ncurses.3x.html +++ b/doc/html/man/ncurses.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: ncurses.3x,v 1.197 2024/01/13 20:30:39 tom Exp @ + * @Id: ncurses.3x,v 1.200 2024/02/24 20:03:50 tom Exp @ --> -ncurses 3x 2024-01-13 ncurses 6.4 Library calls +ncurses 3x 2024-02-24 ncurses 6.4 Library calls -

ncurses 3x 2024-01-13 ncurses 6.4 Library calls

+

ncurses 3x 2024-02-24 ncurses 6.4 Library calls

 ncurses(3x)                      Library calls                     ncurses(3x)
 
@@ -60,7 +60,7 @@
        method of updating  character  screens  with  reasonable  optimization.
        This  implementation  is  "new  curses"  (ncurses)  and is the approved
        replacement for 4.4BSD classic curses,  which  has  been  discontinued.
-       This describes ncurses version 6.4 (patch 20240217).
+       This describes ncurses version 6.4 (patch 20240224).
 
        The  ncurses  library emulates the curses library of System V Release 4
        Unix ("SVr4"), and XPG4 (X/Open Portability Guide) curses  (also  known
@@ -117,7 +117,7 @@
        If  the  locale is not initialized, the library assumes that characters
        are printable as in ISO-8859-1, to work with certain  legacy  programs.
        You  should  initialize  the locale and not rely on specific details of
-       the library when the locale has not been setup.
+       the library when the locale has not been set up.
 
        The function initscr or  newterm  must  be  called  to  initialize  the
        library  before  any  of  the other routines that deal with windows and
@@ -816,9 +816,9 @@
 

BAUDRATE

        The  debugging  library  checks  this  environment  variable  when  the
        application  has  redirected  output to a file.  The variable's numeric
-       value is used for the baudrate.  If no value  is  found,  ncurses  uses
+       value is used for the baud rate.  If no value is  found,  ncurses  uses
        9600.  This allows testers to construct repeatable test-cases that take
-       into account costs that depend on baudrate.
+       into account costs that depend on baud rate.
 
 
 

COLUMNS

@@ -1499,7 +1499,7 @@
 
 
 
-ncurses 6.4                       2024-01-13                       ncurses(3x)
+ncurses 6.4                       2024-02-24                       ncurses(3x)