X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_delch.3x;fp=man%2Fcurs_delch.3x;h=2f42bf02098081eba17edacc8cd4da5bb4e82857;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hp=81028fda1d76a0f656a67021f319e0dd6f74bc59;hpb=b97ea58e03d5faebed2166faa4e0e590f2cdea34;p=ncurses.git diff --git a/man/curs_delch.3x b/man/curs_delch.3x index 81028fda..2f42bf02 100644 --- a/man/curs_delch.3x +++ b/man/curs_delch.3x @@ -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,