bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 15/19] man/curs_move.3x: Fix style nit.


From: G. Branden Robinson
Subject: [PATCH 15/19] man/curs_move.3x: Fix style nit.
Date: Sat, 21 Sep 2024 11:47:21 -0500

Refer to formal arguments by name, not type.
---
 man/curs_move.3x | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/curs_move.3x b/man/curs_move.3x
index eea39b2a8..97e56dba2 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -85,9 +85,9 @@ .SH RETURN VALUE
 In
 .IR \%ncurses ,
 .B \%wmove
-fails if its
-.I \%WINDOW
-pointer argument is
+fails if
+.I win
+is
 .BR NULL .
 .SH NOTES
 .B \%move
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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