[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 22/51] man/curs_insstr.3x: Align "SYNOPSIS" section with man/curs
From: |
G. Branden Robinson |
Subject: |
[PATCH 22/51] man/curs_insstr.3x: Align "SYNOPSIS" section with man/curs_ins_wstr.3x. |
Date: |
Fri, 26 Jul 2024 12:50:16 -0500 |
---
man/curs_insstr.3x | 1 +
1 file changed, 1 insertion(+)
diff --git a/man/curs_insstr.3x b/man/curs_insstr.3x
index a305596d6..141562542 100644
--- a/man/curs_insstr.3x
+++ b/man/curs_insstr.3x
@@ -57,6 +57,7 @@ .SH NAME
.SH SYNOPSIS
.nf
\fB#include <curses.h>
+.PP
\fBint insstr(const char * \fIstr\fP);
\fBint winsstr(WINDOW * \fIwin\fP, const char * \fIstr\fP);
\fBint mvinsstr(int \fIy\fP, int \fIx\fP, const char * \fIstr\fP);
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 22/51] man/curs_insstr.3x: Align "SYNOPSIS" section with man/curs_ins_wstr.3x.,
G. Branden Robinson <=