[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 166/177] man/curs_touch.3x: Standardize and annotate SVr4 return
From: |
G. Branden Robinson |
Subject: |
[PATCH 166/177] man/curs_touch.3x: Standardize and annotate SVr4 return value admonition. |
Date: |
Mon, 13 Jan 2025 11:43:29 -0600 |
Define quotation strings in preamble; we need them now.
---
man/curs_touch.3x | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/man/curs_touch.3x b/man/curs_touch.3x
index 8f7bc491b..e0de8908c 100644
--- a/man/curs_touch.3x
+++ b/man/curs_touch.3x
@@ -29,6 +29,16 @@
.\"
.\" $Id: curs_touch.3x,v 1.53 2024/12/28 21:26:21 tom Exp $
.TH curs_touch 3X 2024-12-28 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
"Library calls"
+.ie \n(.g \{\
+.ds `` \(lq
+.ds '' \(rq
+.\}
+.el \{\
+.ie t .ds `` ``
+.el .ds `` ""
+.ie t .ds '' ''
+.el .ds '' ""
+.\}
.SH NAME
\fB\%touchwin\fP,
\fB\%touchline\fP,
@@ -117,6 +127,12 @@ .SH PORTABILITY
X/Open Curses Issue\ 4 describes these functions.
It specifies no error conditions for them.
.PP
+SVr4 describes a successful return value
+except where \*(``otherwise noted\*(''
+as
+\*(``an integer value other than
+.IR ERR \*(''. \" Courier roman in source; SVID 4, vol. 3, p. 540
+.PP
SVr4 does not check
.I win
to ensure that it is not a null pointer.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 166/177] man/curs_touch.3x: Standardize and annotate SVr4 return value admonition.,
G. Branden Robinson <=