From 4ad94864781f48b1a4b77f9cfb934622bf756ba1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 12:51:52 +0200 Subject: Adding upstream version 4.23.0. Signed-off-by: Daniel Baumann --- upstream/debian-unstable/man3/insstr.3ncurses | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'upstream/debian-unstable/man3/insstr.3ncurses') diff --git a/upstream/debian-unstable/man3/insstr.3ncurses b/upstream/debian-unstable/man3/insstr.3ncurses index a23e2c1a..459a13af 100644 --- a/upstream/debian-unstable/man3/insstr.3ncurses +++ b/upstream/debian-unstable/man3/insstr.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2019-2022,2023 Thomas E. Dickey * +.\" Copyright 2019-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_insstr.3x,v 1.46 2023/11/25 11:29:34 tom Exp $ -.TH insstr 3NCURSES 2023-11-25 "ncurses 6.4" "Library calls" +.\" $Id: curs_insstr.3x,v 1.51 2024/04/20 21:20:07 tom Exp $ +.TH insstr 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -88,7 +88,7 @@ Special characters are handled as in \fB\%waddch\fP(3NCURSES). .SH RETURN VALUE All functions return the integer \fBERR\fP upon failure and \fBOK\fP on success. .PP -X/Open does not define any error conditions. +X/Open Curses does not specify any error conditions. This implementation returns an error .bP if the \fIwin\fP parameter is null or @@ -97,13 +97,15 @@ if the \fIstr\fP parameter is null or .bP the \fB\%winsch\fP(3NCURSES) function returns an error. .PP -Functions with a \*(``mv\*('' prefix first perform a cursor movement using -\fB\%wmove\fP(3NCURSES), and return an error if the position is outside the window, -or if the window pointer is null. +Functions prefixed with \*(``mv\*('' first perform cursor movement and +fail if the position +.RI ( y , +.IR x ) +is outside the window boundaries. .SH NOTES All but \fBwinsnstr\fP may be macros. .SH PORTABILITY -These functions are described in the XSI Curses standard, Issue 4, +These functions are described in X/Open Curses, Issue 4, which adds \fI\%const\fP qualifiers to the arguments. .PP The Single Unix Specification, Version 2 states that -- cgit v1.2.3