]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_insch.3x
ncurses 6.4 - patch 20231217
[ncurses.git] / man / curs_insch.3x
index 37903968e1d69c95cba7858ee588965e5a753f58..889ea4ac559d4691c2320bf9b2417aebe35c0a11 100644 (file)
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_insch.3x,v 1.33 2023/10/07 21:19:07 tom Exp $
-.TH curs_insch 3X 2023-10-07 "ncurses 6.4" "Library calls"
+.\" $Id: curs_insch.3x,v 1.34 2023/12/16 21:09:11 tom Exp $
+.TH curs_insch 3X 2023-12-16 "ncurses 6.4" "Library calls"
 .ie \n(.g \{\
 .ds `` \(lq
 .ds '' \(rq
@@ -62,10 +62,10 @@ All characters to the right of the cursor are moved one space to the
 right, with the possibility of the rightmost character on the line being lost.
 The insertion operation does not change the cursor position.
 .SH RETURN VALUE
-All routines that return an integer return \fBERR\fP upon failure and \fBOK\fP
-(SVr4 specifies only "an integer value other than \fBERR\fP")
-upon successful completion,
-unless otherwise noted in the preceding routine descriptions.
+These routines return the integer \fBERR\fP upon failure and an \fBOK\fP
+(SVr4 specifies only
+\*(``an integer value other than \fBERR\fP\*('')
+upon successful completion.
 .PP
 Functions with a \*(``mv\*('' prefix first perform a cursor movement using
 \fBwmove\fP, and return an error if the position is outside the window,