X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_insstr.3x;fp=man%2Fcurs_insstr.3x;h=888d4250091fd9c6b74ab48356fefd87c61c8a90;hp=6c7035365aec5ccdb24d93f4abe13f8de9a4935b;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264 diff --git a/man/curs_insstr.3x b/man/curs_insstr.3x index 6c703536..888d4250 100644 --- a/man/curs_insstr.3x +++ b/man/curs_insstr.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_insstr.3x,v 1.48 2024/03/16 15:49:07 tom Exp $ -.TH curs_insstr 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: curs_insstr.3x,v 1.51 2024/04/20 21:20:07 tom Exp $ +.TH curs_insstr 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -97,13 +97,15 @@ if the \fIstr\fP parameter is null or .bP the \fBwinsch\fP(3X) function returns an error. .PP -Functions with a \*(``mv\*('' prefix first perform a cursor movement using -\fBwmove\fP(3X), 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