Move the caveat about NetBSD curses's `curses_version()` from "EXTENSIONS" section to "PORTABILITY". --- man/curs_extend.3x | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/man/curs_extend.3x b/man/curs_extend.3x index b58e9c907..273b77a22 100644 --- a/man/curs_extend.3x +++ b/man/curs_extend.3x @@ -106,6 +106,12 @@ .SH EXTENSIONS or any other previous .I curses implementation. +.SH PORTABILITY +Applications employing +.I \%ncurses +extensions should condition their use on the visibility of the +.B \%NCURSES_VERSION +preprocessor macro. .PP NetBSD 9 added a .B \%curses_version @@ -113,12 +119,6 @@ .SH EXTENSIONS that intentionally returns a string devoid of version information. .\" See https://mail-index.netbsd.org/tech-userlevel/2019/08/27/\ .\" msg012068.html and follow-up messages. -.SH PORTABILITY -Applications employing -.I \%ncurses -extensions should condition their use on the visibility of the -.B \%NCURSES_VERSION -preprocessor macro. .SH AUTHORS Thomas Dickey .SH SEE ALSO -- 2.30.2
signature.asc
Description: PGP signature
