]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_delch.3x
ncurses 6.4 - patch 20231217
[ncurses.git] / man / curs_delch.3x
index 81028fda1d76a0f656a67021f319e0dd6f74bc59..2f42bf02098081eba17edacc8cd4da5bb4e82857 100644 (file)
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_delch.3x,v 1.29 2023/10/07 21:19:07 tom Exp $
-.TH curs_delch 3X 2023-10-07 "ncurses 6.4" "Library calls"
+.\" $Id: curs_delch.3x,v 1.30 2023/12/16 21:09:11 tom Exp $
+.TH curs_delch 3X 2023-12-16 "ncurses 6.4" "Library calls"
 .ie \n(.g \{\
 .ds `` \(lq
 .ds '' \(rq
@@ -63,9 +63,10 @@ not change (after moving to \fIy\fP, \fIx\fP, if specified).
 (This does not
 imply use of the hardware delete character feature.)
 .SH RETURN VALUE
-All 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.
+All 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,