[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 029/177] man/curs_border.3x: Relocate and recast material.
From: |
G. Branden Robinson |
Subject: |
[PATCH 029/177] man/curs_border.3x: Relocate and recast material. |
Date: |
Mon, 13 Jan 2025 11:18:30 -0600 |
* Move discussion of SVr4's documented return values from "RETURN VALUE"
section to "PORTABILITY" section.
* Recast to parallel similar wording in "man/curs_bkgd.3x".
* Annotate source citation.
---
man/curs_border.3x | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/man/curs_border.3x b/man/curs_border.3x
index 2964cfa0d..ad50ec477 100644
--- a/man/curs_border.3x
+++ b/man/curs_border.3x
@@ -137,9 +137,6 @@ .SH DESCRIPTION
long, or as many as fit into the window.
.SH RETURN VALUE
All routines return the integer \fBOK\fP.
-The SVr4.0 manual says
-\*(``or a non-negative integer if \fB\%immedok\fP is set\*('',
-but this appears to be an error.
.PP
This implementation returns
.B ERR
@@ -158,6 +155,15 @@ .SH NOTES
.SH PORTABILITY
These functions are described in X/Open Curses Issue\ 4.
It specifies no error conditions for them.
+.PP
+SVr4 documentation
+.\" SVID 4, vol. 3, p. 483
+says that these functions return
+.I OK
+\*(``or a non-negative integer if
+.I \%immedok() \" Courier roman in source
+is set\*('',
+but this appears to be an error.
.SH SEE ALSO
\fB\%curses\fP(3X),
\fB\%curs_outopts\fP(3X)
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 029/177] man/curs_border.3x: Relocate and recast material.,
G. Branden Robinson <=