[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 098/100] man/curs_trace.3x: Name metasyntactic variable more info
From: |
G. Branden Robinson |
Subject: |
[PATCH 098/100] man/curs_trace.3x: Name metasyntactic variable more informatively. |
Date: |
Sat, 30 Mar 2024 17:03:56 -0500 |
---
man/curs_trace.3x | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/curs_trace.3x b/man/curs_trace.3x
index 01650fed4..73cf35eac 100644
--- a/man/curs_trace.3x
+++ b/man/curs_trace.3x
@@ -74,7 +74,7 @@ .SH SYNOPSIS
.nf
\fB#include <curses.h>
.PP
-\fBunsigned curses_trace(const unsigned \fIparam\fP);
+\fBunsigned curses_trace(const unsigned \fItrace-mask\fP);
.PP
\fBvoid _tracef(const char *\fIformat\fP, ...);
.PP
@@ -91,7 +91,7 @@ .SH SYNOPSIS
\fBchar *_tracemouse(const MEVENT *\fIevent\fP);
.PP
\fI/* deprecated */\fP
-\fBvoid trace(const unsigned int \fIparam\fP);
+\fBvoid trace(const unsigned int \fItrace-mask\fP);
.fi
.SH DESCRIPTION
The \fIcurses trace\fP routines are used for debugging the
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 098/100] man/curs_trace.3x: Name metasyntactic variable more informatively.,
G. Branden Robinson <=