bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 04/61] Add "PORTABILITY" section to man pages.


From: G. Branden Robinson
Subject: [PATCH 04/61] Add "PORTABILITY" section to man pages.
Date: Fri, 24 Nov 2023 11:58:46 -0600

...because it was missing.  (And yes, I checked the XSI Curses Issue 4,
Version 2 document.)

man/curs_border_set.3x:
man/curs_get_wch.3x:
man/curs_ins_wch.3x:
man/curs_inwstr.3x: Do it.
---
 man/curs_border_set.3x | 2 ++
 man/curs_get_wch.3x    | 2 ++
 man/curs_ins_wch.3x    | 2 ++
 man/curs_inwstr.3x     | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/man/curs_border_set.3x b/man/curs_border_set.3x
index 755f2a6c..e99aa380 100644
--- a/man/curs_border_set.3x
+++ b/man/curs_border_set.3x
@@ -192,6 +192,8 @@ .SH NOTES
 \fBmvwvline_set\fP, and
 \fBvline_set\fP
 may be macros.
+.SH PORTABILITY
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_add_wch\fP(3X),
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index 795c1fe0..b6a2e8ad 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -190,6 +190,8 @@ .SH NOTES
 \fB\%wget_wch\fP and
 \fB\%unget_wch\fP
 may be available as macros.
+.SH PORTABILITY
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_getch\fP(3X),
diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x
index 6c50e9b6..2ff538fc 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -70,6 +70,8 @@ .SH RETURN VALUE
 or if the window pointer is null.
 .SH ERRORS
 No errors are defined.
+.SH PORTABILITY
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_insch\fP(3X)
diff --git a/man/curs_inwstr.3x b/man/curs_inwstr.3x
index 8c20d821..4de21ca7 100644
--- a/man/curs_inwstr.3x
+++ b/man/curs_inwstr.3x
@@ -128,6 +128,8 @@ .SH NOTES
 \fBmvwinnwstr\fP, or
 \fBwinnwstr\fP
 is recommended.
+.SH PORTABILITY
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_inch\fP(3X),
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]