bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 11/15] man/wresize.3x: Fix style nit.


From: G. Branden Robinson
Subject: [PATCH 11/15] man/wresize.3x: Fix style nit.
Date: Sat, 20 Jul 2024 11:20:24 -0500

Put a space after pointer star in function synopsis.
---
 man/wresize.3x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/wresize.3x b/man/wresize.3x
index b67feada0..9b45885b9 100644
--- a/man/wresize.3x
+++ b/man/wresize.3x
@@ -38,7 +38,7 @@ .SH SYNOPSIS
 .nf
 \fB#include <curses.h>
 .PP
-\fBint wresize(WINDOW *\fIwin\fP, int \fIlines\fP, int \fIcolumns\fP);
+\fBint wresize(WINDOW * \fIwin\fP, int \fIlines\fP, int \fIcolumns\fP);
 .fi
 .SH DESCRIPTION
 This \fI\%ncurses\fP extension to standard \fIcurses\fP reallocates
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]