[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 18/51] man/curs_add{_w,}chstr.3x: Fix style nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 18/51] man/curs_add{_w,}chstr.3x: Fix style nit. |
Date: |
Fri, 26 Jul 2024 12:49:39 -0500 |
It's not the library itself that returns, but a function.
---
man/curs_add_wchstr.3x | 5 +++--
man/curs_addchstr.3x | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x
index d6a924fe2..cf21f8622 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -113,8 +113,9 @@ .SH RETURN VALUE
on failure.
.PP
X/Open Curses does not specify any error conditions.
-.I \%ncurses
-returns
+In
+.IR \%ncurses ","
+they return
.B ERR
if
.bP
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 0a99da5a4..55556882a 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -113,8 +113,9 @@ .SH RETURN VALUE
on failure.
.PP
X/Open Curses does not specify any error conditions.
-.I \%ncurses
-returns
+In
+.IR \%ncurses ","
+they return
.B ERR
if
.bP
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 18/51] man/curs_add{_w,}chstr.3x: Fix style nit.,
G. Branden Robinson <=