[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 016/177] man/curs_add{,_w}ch.3x: Document additional error condit
From: |
G. Branden Robinson |
Subject: |
[PATCH 016/177] man/curs_add{,_w}ch.3x: Document additional error condition. |
Date: |
Mon, 13 Jan 2025 11:16:06 -0600 |
---
man/curs_add_wch.3x | 4 ++++
man/curs_addch.3x | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index fe3feecd6..599cfa19b 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -404,6 +404,10 @@ .SH RETURN VALUE
.B ERR
if
.bP
+the
+.I curses
+screen has not been initialized,
+.bP
.I win
is
.IR NULL ","
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 9c729fd14..e3a845958 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -262,6 +262,10 @@ .SH RETURN VALUE
.B ERR
if
.bP
+the
+.I curses
+screen has not been initialized,
+.bP
.I win
is
.IR NULL ","
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 016/177] man/curs_add{,_w}ch.3x: Document additional error condition.,
G. Branden Robinson <=