bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 46/52] man/curs_terminfo.3x: Add `setterm` declaration in "SYNOPS


From: G. Branden Robinson
Subject: [PATCH 46/52] man/curs_terminfo.3x: Add `setterm` declaration in "SYNOPSIS".
Date: Fri, 22 Dec 2023 17:10:15 -0600

It's mentioned out of the blue later in the page.  Notate it as
deprecated.
---
 man/curs_terminfo.3x | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index a0b5b1984..80517c7ea 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -111,6 +111,9 @@ .SH SYNOPSIS
 \fI/* extensions */
 \fBchar *tiparm_s(int \fIexpected\fP, int \fImask\fP, const char *\fIstr\fP, 
...);
 \fBint tiscan_s(int *\fIexpected\fP, int *\fImask\fP, const char *\fIstr\fP);
+.PP
+\fI/* deprecated */
+\fBint setterm(const char *\fIterm\fP);
 .fi
 .SH DESCRIPTION
 These low-level routines must be called by programs that have to deal
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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