[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 48/51] man/curs_move.3x: Add caveat about SVr4's loosely defined
From: |
G. Branden Robinson |
Subject: |
[PATCH 48/51] man/curs_move.3x: Add caveat about SVr4's loosely defined return value. |
Date: |
Fri, 26 Jul 2024 12:54:58 -0500 |
Also add *roff string definitions for typographer's quotes, 'cause we
need 'em now.
---
man/curs_move.3x | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/man/curs_move.3x b/man/curs_move.3x
index 026e23dde..ae6fd82d7 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -29,6 +29,16 @@
.\"
.\" $Id: curs_move.3x,v 1.42 2024/07/20 20:54:08 tom Exp $
.TH curs_move 3X 2024-07-20 "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\%move\fP,
\fB\%wmove\fP \-
@@ -83,6 +93,12 @@ .SH NOTES
.SH PORTABILITY
X/Open Curses,
Issue 4 describes these functions.
+.PP
+SVr4
+.I curses
+describes a successful return value only as
+\*(``an integer value other than
+.BR ERR \*(''.
.SH HISTORY
4BSD (1980)
.I curses
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 48/51] man/curs_move.3x: Add caveat about SVr4's loosely defined return value.,
G. Branden Robinson <=