summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man3/touch.3ncurses
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/opensuse-tumbleweed/man3/touch.3ncurses
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/touch.3ncurses')
-rw-r--r--upstream/opensuse-tumbleweed/man3/touch.3ncurses14
1 files changed, 7 insertions, 7 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/touch.3ncurses b/upstream/opensuse-tumbleweed/man3/touch.3ncurses
index e57140a1..d6228994 100644
--- a/upstream/opensuse-tumbleweed/man3/touch.3ncurses
+++ b/upstream/opensuse-tumbleweed/man3/touch.3ncurses
@@ -1,5 +1,5 @@
.\"***************************************************************************
-.\" Copyright 2018-2022,2023 Thomas E. Dickey *
+.\" Copyright 2018-2023,2024 Thomas E. Dickey *
.\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
.\" *
.\" Permission is hereby granted, free of charge, to any person obtaining a *
@@ -27,8 +27,8 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: curs_touch.3x,v 1.42 2023/11/25 14:08:05 tom Exp $
-.TH touch 3NCURSES 2023-11-25 "ncurses 6.4" "Library calls"
+.\" $Id: curs_touch.3x,v 1.47 2024/04/20 21:20:07 tom Exp $
+.TH touch 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls"
.SH NAME
\fB\%touchwin\fP,
\fB\%touchline\fP,
@@ -81,14 +81,14 @@ All routines return the integer \fBERR\fP upon failure and an integer value
other than \fBERR\fP upon successful completion, unless otherwise noted in the
preceding routine descriptions.
.PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
In this implementation
.RS 3
.TP 5
\fBis_linetouched\fP
returns an error
if the window pointer is null, or
-if the line number is outside the window.
+if the line number is outside the window boundaries.
.IP
The constant \fBERR\fP is distinct from \fBTRUE\fP and \fBFALSE\fP,
which are the normal return values of this function.
@@ -103,7 +103,7 @@ The actual function returns \fBFALSE\fP when it detects an error.
\fBwtouchln\fP
returns an error
if the window pointer is null, or
-if the line number is outside the window.
+if the line number is outside the window boundaries.
.RE
.SH NOTES
All of these routines except \fB\%wtouchln\fP may be macros.
@@ -116,7 +116,7 @@ SVr4 \fIcurses\fP does not check the window parameter \fIwin\fP to ensure
that it is not \fBNULL\fP;
otherwise this implementation behaves the same as SVr4.
.PP
-The XSI Curses standard, Issue 4 describes these functions,
+X/Open Curses, Issue 4 describes these functions,
but defines no error conditions.
.SH SEE ALSO
\fB\%ncurses\fP(3NCURSES),