[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/16] man/curs_move.3x: Fix style nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 13/16] man/curs_move.3x: Fix style nit. |
Date: |
Sat, 8 Mar 2025 12:00:40 -0600 |
Simplify wording when API documented by the man page has been stable.
(That's the exception, not the rule.)
---
man/curs_move.3x | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/man/curs_move.3x b/man/curs_move.3x
index f21cae73e..3320f58fe 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -102,10 +102,7 @@ .SH PORTABILITY
.IR ERR \*(''. \" Courier roman in source; SVID 4, vol. 3, p. 503
.SH HISTORY
4BSD (1980)
-introduced
-.I move
-and
-.IR \%wmove "."
+introduced these functions.
.SH SEE ALSO
\fB\%curses\fP(3X),
\fB\%curs_refresh\fP(3X)
--
2.30.2
signature.asc
Description: PGP signature
- [PATCH 04/16] man/curs_initscr.3x: Fix style nit., (continued)
- [PATCH 04/16] man/curs_initscr.3x: Fix style nit., G. Branden Robinson, 2025/03/08
- [PATCH 05/16] man/curs_initscr.3x: Clarify `newterm()` failure mode., G. Branden Robinson, 2025/03/08
- [PATCH 06/16] man/curs_inopts.3x: Describe `keypad()` behavior in more detail., G. Branden Robinson, 2025/03/08
- [PATCH 07/16] man/curs_inopts.3x: Fix content errors regarding `notimeout()` and `wtimeout()`., G. Branden Robinson, 2025/03/08
- [PATCH 08/16] man/curs_inopts.3x: Fix content nit., G. Branden Robinson, 2025/03/08
- [PATCH 10/16] man/curs_kernel.3x: Clarify `ripoffline()` behavior., G. Branden Robinson, 2025/03/08
- [PATCH 09/16] man/curs_ins{,_w}ch.3x: Fix style nit., G. Branden Robinson, 2025/03/08
- [PATCH 11/16] man/curs_kernel.3x: Document uselessness of `ripoffline()` function pointer argument's return value., G. Branden Robinson, 2025/03/08
- [PATCH 12/16] man/curs_kernel.3x: Update "NOTES" section regarding initscr() storing null pointers via `ripoffline()` callback., G. Branden Robinson, 2025/03/08
- [PATCH 13/16] man/curs_move.3x: Fix style nit.,
G. Branden Robinson <=
- [PATCH 14/16] man/curs_outopts.3x: Clarify description of `immedok()`., G. Branden Robinson, 2025/03/08
- [PATCH 15/16] ncurses/base/lib_initscr.c: De-anonymize fatal diagnostics from `initscr()`., G. Branden Robinson, 2025/03/08
- [PATCH 16/16] ncurses/base/lib_getch.c: Delete unnecessary test., G. Branden Robinson, 2025/03/08