bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 19/61] man/panel.3x: Rename "DIAGNOSTICS" to "RETURN VALUE".


From: G. Branden Robinson
Subject: [PATCH 19/61] man/panel.3x: Rename "DIAGNOSTICS" to "RETURN VALUE".
Date: Fri, 24 Nov 2023 12:02:23 -0600

Diagnostics are messages sent to the error output stream, and not the
same thing as a function's return value.
---
 man/panel.3x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/panel.3x b/man/panel.3x
index cb8ff0b2..f1024bc7 100644
--- a/man/panel.3x
+++ b/man/panel.3x
@@ -191,7 +191,7 @@ .SS update_panels
 \fBupdate_panels\fP may be called more than once before a call to
 \fBdoupdate\fP, but \fBdoupdate\fP is the function responsible for updating
 the \fIphysical screen\fP.
-.SH DIAGNOSTICS
+.SH "RETURN VALUE"
 Each routine that returns a pointer returns \fBNULL\fP if an error
 occurs.
 Each routine that returns an int value returns \fBOK\fP if it
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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