[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 18/19] man/curs_kernel.3x: Clarify `ripoffline()` failure mode.
From: |
G. Branden Robinson |
Subject: |
[PATCH 18/19] man/curs_kernel.3x: Clarify `ripoffline()` failure mode. |
Date: |
Sat, 21 Sep 2024 11:47:52 -0500 |
How can the maximum exceed the maximum?
---
man/curs_kernel.3x | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index 40afb0eb6..bb919c9eb 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -297,8 +297,8 @@ .SH RETURN VALUE
.B \%ripoffline
returns
.B ERR
-if the maximum number of ripped-off lines
-exceeds the maximum (5).
+if the accumulated quantity of ripped-off lines
+would exceed the maximum (5).
.SH NOTES
.B \%getsyx
is a macro;
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 18/19] man/curs_kernel.3x: Clarify `ripoffline()` failure mode.,
G. Branden Robinson <=