[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 018/177] man/curs_add{,}wstr.3x: Fix style nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 018/177] man/curs_add{,}wstr.3x: Fix style nit. |
Date: |
Mon, 13 Jan 2025 11:16:47 -0600 |
Coalesce three single-sentence paragraphs into one.
---
man/curs_addstr.3x | 2 --
man/curs_addwstr.3x | 2 --
2 files changed, 4 deletions(-)
diff --git a/man/curs_addstr.3x b/man/curs_addstr.3x
index 3581c0878..6372477bf 100644
--- a/man/curs_addstr.3x
+++ b/man/curs_addstr.3x
@@ -78,7 +78,6 @@ .SH DESCRIPTION
.I char
in
.IR str .
-.PP
.B waddnstr
is similar,
but writes at most
@@ -90,7 +89,6 @@ .SH DESCRIPTION
.B
.B waddnstr
writes the entire string.
-.PP
\fB\%ncurses\fP(3X) describes the variants of these functions.
.SH RETURN VALUE
These functions return
diff --git a/man/curs_addwstr.3x b/man/curs_addwstr.3x
index e8182a983..bdaca99ef 100644
--- a/man/curs_addwstr.3x
+++ b/man/curs_addwstr.3x
@@ -88,7 +88,6 @@ .SH DESCRIPTION
processes spacing and non-spacing characters in
.I wstr
one at a time.
-.PP
.B waddnwstr
is similar,
but writes at most
@@ -100,7 +99,6 @@ .SH DESCRIPTION
.B
.B waddnwstr
writes the entire wide string.
-.PP
\fB\%ncurses\fP(3X) describes the variants of these functions.
.SH RETURN VALUE
These functions return
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 018/177] man/curs_add{,}wstr.3x: Fix style nit.,
G. Branden Robinson <=