]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/ncurses6-config.1.html
ncurses 6.4 - patch 20231001
[ncurses.git] / doc / html / man / ncurses6-config.1.html
index e8c75c2ef9e30eddaba558bbc2c6afa7acfd65fd..98e76561d8b2e1abaf7ed70a1c4c8d34ecc47e01 100644 (file)
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: MKncu_config.in,v 1.12 2023/09/17 08:29:56 tom Exp @
+  * @Id: MKncu_config.in,v 1.17 2023/10/01 09:59:29 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
 <HEAD>
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
-<TITLE>ncurses6-config 1 2023-09-17 ncurses 6.4 User commands</TITLE>
+<TITLE>ncurses6-config 1 2023-10-01 ncurses 6.4 User commands</TITLE>
 <link rel="author" href="mailto:bug-ncurses@gnu.org">
 
 </HEAD>
 <BODY>
-<H1 class="no-header">ncurses6-config 1 2023-09-17 ncurses 6.4 User commands</H1>
+<H1 class="no-header">ncurses6-config 1 2023-10-01 ncurses 6.4 User commands</H1>
 <PRE>
 <STRONG><A HREF="ncurses6-config.1.html">ncurses6-config(1)</A></STRONG>               User commands              <STRONG><A HREF="ncurses6-config.1.html">ncurses6-config(1)</A></STRONG>
 
 
 
 </PRE><H2><a name="h2-NAME">NAME</a></H2><PRE>
-       <STRONG>ncurses6-config</STRONG> - helper script for <EM>ncurses</EM> libraries
+       <STRONG>ncurses6-config</STRONG> - configuration helper for <EM>ncurses</EM> libraries
 
 
 </PRE><H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
-       <STRONG>ncurses6-config</STRONG> [<EM>options</EM>]
+       <STRONG>ncurses6-config</STRONG> <EM>option</EM> ...
+
+       <STRONG>ncurses6-config</STRONG> <STRONG>--version</STRONG>
+
+       <STRONG>ncurses6-config</STRONG> <STRONG>--help</STRONG>
 
 
 </PRE><H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
-       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 <EM>ncurses</EM> libraries.
 
 
 </PRE><H2><a name="h2-OPTIONS">OPTIONS</a></H2><PRE>
        <STRONG>--prefix</STRONG>
-              echos the package-prefix of ncurses
+              reports the package prefix of <EM>ncurses</EM>.
 
        <STRONG>--exec-prefix</STRONG>
-              echos the executable-prefix of ncurses
+              reports the executable prefix of <EM>ncurses</EM>.
 
        <STRONG>--cflags</STRONG>
-              echos the C compiler flags needed to compile with ncurses
+              reports the C compiler flags needed to compile with <EM>ncurses</EM>.
 
-       <STRONG>--libs</STRONG> echos the libraries needed to link with ncurses
+       <STRONG>--libs</STRONG> reports the libraries needed to link with <EM>ncurses</EM>.
 
        <STRONG>--version</STRONG>
-              echos the release+patchdate version of ncurses
+              reports the release and patch date information  of  <EM>ncurses</EM>  and
+              exits successfully.
 
        <STRONG>--abi-version</STRONG>
-              echos the ABI version of ncurses
+              reports the ABI version of <EM>ncurses</EM>.
 
        <STRONG>--mouse-version</STRONG>
-              echos the mouse-interface version of ncurses
+              reports the mouse-interface version of <EM>ncurses</EM>.
 
        <STRONG>--bindir</STRONG>
-              echos the directory containing ncurses programs
+              reports the directory containing <EM>ncurses</EM> programs.
 
        <STRONG>--datadir</STRONG>
-              echos the directory containing ncurses data
+              reports the directory containing <EM>ncurses</EM> data.
 
        <STRONG>--includedir</STRONG>
-              echos the directory containing ncurses header files
+              reports the directory containing <EM>ncurses</EM> header files.
 
        <STRONG>--libdir</STRONG>
-              echos the directory containing ncurses libraries
+              reports the directory containing <EM>ncurses</EM> libraries.
 
        <STRONG>--mandir</STRONG>
-              echos the directory containing ncurses manpages
+              reports the directory containing <EM>ncurses</EM> man pages.
 
        <STRONG>--terminfo</STRONG>
-              echos the $TERMINFO terminfo database path, e.g.,
-              /usr/share/terminfo
+              reports   the  <STRONG>TERMINFO</STRONG>  <EM>terminfo</EM>  database  path,  for  example
+              <EM>/usr/share/terminfo</EM>.
 
        <STRONG>--terminfo-dirs</STRONG>
-              echos the $TERMINFO_DIRS directory list, e.g.,
-              /usr/share/terminfo
+              reports the  <STRONG>TERMINFO_DIRS</STRONG>  supplemental  search  path  for  the
+              <EM>terminfo</EM> database, for example <EM>/usr/share/terminfo</EM>.
 
        <STRONG>--termpath</STRONG>
-              echos the $TERMPATH termcap list,  if  support  for  termcap  is
-              configured.
+              reports  the  <STRONG>TERMPATH</STRONG>  supplemental search path for the <EM>termcap</EM>
+              database, if support for <EM>termcap</EM> is configured.
 
-       <STRONG>--help</STRONG> prints this message
+       <STRONG>--help</STRONG> issues a usage message and exits successfully.
 
 
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
        <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>
 
-       This describes <STRONG>ncurses</STRONG> version 6.4 (patch 20230923).
-
 
 
-ncurses 6.4                       2023-09-17                <STRONG><A HREF="ncurses6-config.1.html">ncurses6-config(1)</A></STRONG>
+ncurses 6.4                       2023-10-01                <STRONG><A HREF="ncurses6-config.1.html">ncurses6-config(1)</A></STRONG>
 </PRE>
 <div class="nav">
 <ul>