[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 16/43] man/curs_in{,w}str.3x: Reorganize list of topic names.
From: |
G. Branden Robinson |
Subject: |
[PATCH 16/43] man/curs_in{,w}str.3x: Reorganize list of topic names. |
Date: |
Mon, 9 Sep 2024 09:15:32 -0500 |
...grouping them by the common 4-tuple described in ncurses.3x; a given
ncurses function often has four variants, with a prefix that is empty,
"w", "mv", or "mvw". The w-prefixed, n-infixed function is the
elementary one (the others are macros).
The function synopses are already sorted this way.
---
man/curs_instr.3x | 6 +++---
man/curs_inwstr.3x | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/man/curs_instr.3x b/man/curs_instr.3x
index 911d4e895..c3f5dcd8b 100644
--- a/man/curs_instr.3x
+++ b/man/curs_instr.3x
@@ -46,12 +46,12 @@
..
.SH NAME
\fB\%instr\fP,
-\fB\%innstr\fP,
\fB\%winstr\fP,
-\fB\%winnstr\fP,
\fB\%mvinstr\fP,
-\fB\%mvinnstr\fP,
\fB\%mvwinstr\fP,
+\fB\%innstr\fP,
+\fB\%winnstr\fP,
+\fB\%mvinnstr\fP,
\fB\%mvwinnstr\fP \-
get a string from a \fIcurses\fR window
.SH SYNOPSIS
diff --git a/man/curs_inwstr.3x b/man/curs_inwstr.3x
index 6ae3aa59c..80bb266bf 100644
--- a/man/curs_inwstr.3x
+++ b/man/curs_inwstr.3x
@@ -45,12 +45,12 @@
..
.SH NAME
\fB\%inwstr\fP,
-\fB\%innwstr\fP,
\fB\%winwstr\fP,
-\fB\%winnwstr\fP,
\fB\%mvinwstr\fP,
-\fB\%mvinnwstr\fP,
\fB\%mvwinwstr\fP,
+\fB\%innwstr\fP,
+\fB\%winnwstr\fP,
+\fB\%mvinnwstr\fP,
\fB\%mvwinnwstr\fP \-
get a wide-character string from a \fIcurses\fR window
.SH SYNOPSIS
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 16/43] man/curs_in{,w}str.3x: Reorganize list of topic names.,
G. Branden Robinson <=