[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 10/51] man/curs_delch.3x: Fix style nit (space before pointer sta
From: |
G. Branden Robinson |
Subject: |
[PATCH 10/51] man/curs_delch.3x: Fix style nit (space before pointer star). |
Date: |
Fri, 26 Jul 2024 12:48:25 -0500 |
Put a space after each pointer star in function synopses.
---
man/curs_delch.3x | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/curs_delch.3x b/man/curs_delch.3x
index 969215872..1f10dc6f8 100644
--- a/man/curs_delch.3x
+++ b/man/curs_delch.3x
@@ -50,9 +50,9 @@ .SH SYNOPSIS
\fB#include <curses.h>
.PP
\fBint delch(void);
-\fBint wdelch(WINDOW *\fIwin\fP);
+\fBint wdelch(WINDOW * \fIwin\fP);
\fBint mvdelch(int \fIy\fP, int \fIx\fP);
-\fBint mvwdelch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
+\fBint mvwdelch(WINDOW * \fIwin\fP, int \fIy\fP, int \fIx\fP);
.fi
.SH DESCRIPTION
.B \%wdelch
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 10/51] man/curs_delch.3x: Fix style nit (space before pointer star).,
G. Branden Robinson <=