From: Thomas E. Dickey Date: Sun, 24 Dec 2023 01:20:29 +0000 (+0000) Subject: ncurses 6.4 - patch 20231223 X-Git-Tag: v6.5~18 X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=159cd0555e0efc14be66c9c3a1548f58908b6a1d ncurses 6.4 - patch 20231223 + improve formatting/style of manpages (patches by Branden Robinson). --- diff --git a/NEWS b/NEWS index e598e3ea..ccaddc43 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4053 2023/12/17 23:18:40 tom Exp $ +-- $Id: NEWS,v 1.4055 2023/12/23 21:00:43 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,9 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20231223 + + improve formatting/style of manpages (patches by Branden Robinson). + 20231217 + improve formatting/style of manpages (patches by Branden Robinson). + correct an assignment in infocmp "-u" for detecting if a boolean diff --git a/VERSION b/VERSION index 8ff8be90..a9e6b8e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20231217 +5:0:10 6.4 20231223 diff --git a/dist.mk b/dist.mk index 08ff1690..a8501b02 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1584 2023/12/17 23:18:40 tom Exp $ +# $Id: dist.mk,v 1.1585 2023/12/23 11:35:00 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 4 -NCURSES_PATCH = 20231217 +NCURSES_PATCH = 20231223 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/doc/html/man/captoinfo.1m.html b/doc/html/man/captoinfo.1m.html index 281372a1..634df2ec 100644 --- a/doc/html/man/captoinfo.1m.html +++ b/doc/html/man/captoinfo.1m.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: captoinfo.1m,v 1.57 2023/12/16 21:34:23 tom Exp @ + * @Id: captoinfo.1m,v 1.58 2023/12/23 16:28:31 tom Exp @ * TODO: There are about 40 box drawing code points in CCSID 437; * were there no XENIX capabilities for the mixed single- and double- * line intersections? @@ -39,12 +39,12 @@ -captoinfo 1m 2023-12-16 ncurses 6.4 User commands +captoinfo 1m 2023-12-23 ncurses 6.4 User commands -

captoinfo 1m 2023-12-16 ncurses 6.4 User commands

+

captoinfo 1m 2023-12-23 ncurses 6.4 User commands

 captoinfo(1m)                    User commands                   captoinfo(1m)
 
@@ -71,7 +71,7 @@
        environment  variable  TERMCAP  as  a  file name, and extracts only the
        entry for the terminal named in the environment variable TERM from  it.
        If  the  environment  variable  TERMCAP  is  not  set,  captoinfo reads
-       /etc/termcap.
+       /etc/termcap.
 
        This utility is implemented as a link to tic(1m), with the latter's  -I
        option  implied.  You can use other tic options such as -1, -f, -v, -w,
@@ -79,7 +79,7 @@
        this program and exits with a successful status.
 
 
-

Translations from nonstandard capabilities

+

Translations from Nonstandard Capabilities

        captoinfo  translates  some  obsolete,  nonstandard  capabilities  into
        standard  (SVr4/XSI  Curses)  terminfo  capabilities.   It   issues   a
        diagnostic  to the standard error stream for each, inviting the user to
@@ -198,7 +198,7 @@
 
 
 
-ncurses 6.4                       2023-12-16                     captoinfo(1m)
+ncurses 6.4                       2023-12-23                     captoinfo(1m)