* man/ncurses.3x: Move portability note regarding requirements of "very old" versions of AIX from here... * man/curs_terminfo.3x: ...to here, since it's the only page that advises inclusion of term.h instead of curses.h. At the same time, drop the synopsized inclusion of curses.h prior to term.h, since it's not required by an _ncurses_ installation on any host. --- man/curs_terminfo.3x | 9 ++++++++- man/ncurses.3x | 6 ------ 2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x index 6005bbad6..ae21dd94e 100644 --- a/man/curs_terminfo.3x +++ b/man/curs_terminfo.3x @@ -67,7 +67,6 @@ .SH NAME \fIcurses\fR interfaces to \fI\%term\%info\fR database .SH SYNOPSIS .nf -\fB#include <curses.h> \fB#include <term.h> .PP \fBTERMINAL * cur_term; @@ -1056,6 +1055,14 @@ .SS "Other Portability Issues" .IR \%tputs "." It instead returns the length of the string, and does no error checking. +.PP +Very old versions of AIX +.\" Can we be more specific? Like, AIX 4.3.3 and earlier? --GBR +.I curses +required inclusion of +.I \%curses.h +before +.IR \%term.h . .\" ******************************************************************** .SH HISTORY SVr2 (1984) introduced the diff --git a/man/ncurses.3x b/man/ncurses.3x index 32f4e00a6..f60583a59 100644 --- a/man/ncurses.3x +++ b/man/ncurses.3x @@ -2390,12 +2390,6 @@ .SS "Header Files" and .IR \%term.h , and must include both header files in the same module. -Very old versions of AIX -.I curses -required inclusion of -.I \%curses.h -before -.IR \%term.h . .IP The header files supplied by .I \%ncurses -- 2.30.2
signature.asc
Description: PGP signature
