X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2FMKada_config.in;h=ba30b57b20b523abef314996af2cd4506f29f151;hb=bb55d9e3947102ec2554482d47d21402093f32e8;hp=4552c5ddaf3e28547f1d41a07e924cd72e0bf721;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/man/MKada_config.in b/man/MKada_config.in index 4552c5dd..ba30b57b 100644 --- a/man/MKada_config.in +++ b/man/MKada_config.in @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2019-2020,2021 Thomas E. Dickey * +.\" Copyright 2019-2021,2023 Thomas E. Dickey * .\" Copyright 2010-2014,2016 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,11 +27,17 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: MKada_config.in,v 1.14 2021/12/25 17:39:16 tom Exp $ +.\" $Id: MKada_config.in,v 1.22 2023/09/17 08:29:17 tom Exp $ +.TH ADACURSES 1 2023-09-17 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands" .ds C adacurses@USE_CFG_SUFFIX@\-config -.TH ADACURSES "1" "" "" "User Commands" +.ie n .ds CW R +.el \{ +.ie \n(.g .ds CW CR +.el .ds CW CW +.\} .SH NAME -adacurses@USE_CFG_SUFFIX@\-config \- helper script for @ADA_LIBNAME@ libraries +\fB\%adacurses@USE_CFG_SUFFIX@\-config\fP \- +helper script for @ADA_LIBNAME@ libraries .SH SYNOPSIS .B \*C [\fIoptions\fP] @@ -59,13 +65,12 @@ of \fB\-\-libs\fP that \fBgnatmake\fP expects (see example). .SH EXAMPLE -.PP For example, supposing that you want to compile the "Hello World!" program for @ADA_LIBNAME@. Make a file named "hello.adb": .RS .nf -.ft CW +.ft \*(CW with Terminal_Interface.Curses; use Terminal_Interface.Curses; procedure Hello is @@ -104,14 +109,14 @@ end Hello; .PP Then, using .RS -.ft CW +.ft \*(CW gnatmake `adacurses-config --cflags` hello -largs `adacurses-config --libs` .ft .RE .PP or (simpler): .RS -.ft CW +.ft \*(CW gnatmake hello `adacurses-config` .ft .RE