X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2FMKada_config.in;fp=man%2FMKada_config.in;h=4552c5ddaf3e28547f1d41a07e924cd72e0bf721;hp=275b9fbfd8b94fa07a6addce27023f338774c615;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/man/MKada_config.in b/man/MKada_config.in index 275b9fbf..4552c5dd 100644 --- a/man/MKada_config.in +++ b/man/MKada_config.in @@ -27,36 +27,36 @@ .\" 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@).