]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/MKada_config.in
ncurses 6.3 - patch 20211225
[ncurses.git] / man / MKada_config.in
index 275b9fbfd8b94fa07a6addce27023f338774c615..4552c5ddaf3e28547f1d41a07e924cd72e0bf721 100644 (file)
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: MKada_config.in,v 1.13 2021/06/17 21:26:02 tom Exp $
+.\" $Id: MKada_config.in,v 1.14 2021/12/25 17:39:16 tom Exp $
 .ds C adacurses@USE_CFG_SUFFIX@\-config
 .TH ADACURSES "1" "" "" "User Commands"
 .SH NAME
 adacurses@USE_CFG_SUFFIX@\-config \- helper script for @ADA_LIBNAME@ libraries
 .SH SYNOPSIS
 .B \*C
-[\fIoptions\fR]
+[\fIoptions\fP]
 .SH DESCRIPTION
 This is a shell script which simplifies configuring an application to use
 the @ADA_LIBNAME@ library binding to ncurses.
 .SH OPTIONS
 .TP
-\fB\-\-cflags\fR
+\fB\-\-cflags\fP
 echos the gnat (Ada compiler) flags needed to compile with @ADA_LIBNAME@.
 .TP
-\fB\-\-libs\fR
+\fB\-\-libs\fP
 echos the gnat libraries needed to link with @ADA_LIBNAME@.
 .TP
-\fB\-\-version\fR
+\fB\-\-version\fP
 echos the release+patchdate version of the ncurses libraries used
 to configure and build @ADA_LIBNAME@.
 .TP
-\fB\-\-help\fR
+\fB\-\-help\fP
 prints a list of the \fB\*C\fP script's options.
 .PP
 If no options are given, \fB\*C\fP prints the combination
 of
-\fB\-\-cflags\fR and
-\fB\-\-libs\fR
+\fB\-\-cflags\fP and
+\fB\-\-libs\fP
 that \fBgnatmake\fP expects (see example).
 .SH EXAMPLE
 .PP
@@ -118,7 +118,7 @@ gnatmake hello `adacurses-config`
 .PP
 you will compile and link the program.
 .SH "SEE ALSO"
-\fBcurses\fR(3X)
+\fBcurses\fP(3X)
 .PP
-This describes \fBncurses\fR
+This describes \fBncurses\fP
 version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@).