X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fncurses6-config.1.html;h=98e76561d8b2e1abaf7ed70a1c4c8d34ecc47e01;hb=2882050bf8b296813e7e026b1c5c45d4a23043e3;hp=1d3a1a9382688a3d470c4a05d2113be7dbacd54b;hpb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d;p=ncurses.git diff --git a/doc/html/man/ncurses6-config.1.html b/doc/html/man/ncurses6-config.1.html index 1d3a1a93..98e76561 100644 --- a/doc/html/man/ncurses6-config.1.html +++ b/doc/html/man/ncurses6-config.1.html @@ -1,6 +1,6 @@ -ncurses6-config 1 +ncurses6-config 1 2023-10-01 ncurses 6.4 User commands - + -

ncurses6-config 1

+

ncurses6-config 1 2023-10-01 ncurses 6.4 User commands

-ncurses6-config(1)          General Commands Manual         ncurses6-config(1)
+ncurses6-config(1)               User commands              ncurses6-config(1)
 
 
 
 
 

NAME

-       ncurses6-config - helper script for ncurses libraries
+       ncurses6-config - configuration helper for ncurses libraries
 
 
 

SYNOPSIS

-       ncurses6-config [options]
+       ncurses6-config option ...
+
+       ncurses6-config --version
+
+       ncurses6-config --help
 
 
 

DESCRIPTION

-       This  is  a  shell  script  which  simplifies  configuring applications
-       against a particular set of ncurses libraries.
+       This  program  development  aid  simplifies  the process of configuring
+       applications against a particular set of ncurses libraries.
 
 
 

OPTIONS

        --prefix
-              echos the package-prefix of ncurses
+              reports the package prefix of ncurses.
 
        --exec-prefix
-              echos the executable-prefix of ncurses
+              reports the executable prefix of ncurses.
 
        --cflags
-              echos the C compiler flags needed to compile with ncurses
+              reports the C compiler flags needed to compile with ncurses.
 
-       --libs echos the libraries needed to link with ncurses
+       --libs reports the libraries needed to link with ncurses.
 
        --version
-              echos the release+patchdate version of ncurses
+              reports the release and patch date information  of  ncurses  and
+              exits successfully.
 
        --abi-version
-              echos the ABI version of ncurses
+              reports the ABI version of ncurses.
 
        --mouse-version
-              echos the mouse-interface version of ncurses
+              reports the mouse-interface version of ncurses.
 
        --bindir
-              echos the directory containing ncurses programs
+              reports the directory containing ncurses programs.
 
        --datadir
-              echos the directory containing ncurses data
+              reports the directory containing ncurses data.
 
        --includedir
-              echos the directory containing ncurses header files
+              reports the directory containing ncurses header files.
 
        --libdir
-              echos the directory containing ncurses libraries
+              reports the directory containing ncurses libraries.
 
        --mandir
-              echos the directory containing ncurses manpages
+              reports the directory containing ncurses man pages.
 
        --terminfo
-              echos the $TERMINFO terminfo database path, e.g.,
-              /usr/share/terminfo
+              reports   the  TERMINFO  terminfo  database  path,  for  example
+              /usr/share/terminfo.
 
        --terminfo-dirs
-              echos the $TERMINFO_DIRS directory list, e.g.,
-              /usr/share/terminfo
+              reports the  TERMINFO_DIRS  supplemental  search  path  for  the
+              terminfo database, for example /usr/share/terminfo.
 
        --termpath
-              echos the $TERMPATH termcap list,  if  support  for  termcap  is
-              configured.
+              reports  the  TERMPATH  supplemental search path for the termcap
+              database, if support for termcap is configured.
 
-       --help prints this message
+       --help issues a usage message and exits successfully.
 
 
 

SEE ALSO

        curses(3x)
 
-       This describes ncurses version 6.2 (patch 20211016).
-
 
 
-                                                            ncurses6-config(1)
+ncurses 6.4                       2023-10-01                ncurses6-config(1)