X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_insstr.3x;h=b396ec52613bf8898067e3e77ed953db4691b8a9;hp=072288dc0af047cd75dfc25812a2515d28a4ec2f;hb=6b4f5830b7910188b532d661f79775306715f67e;hpb=9bb12d03d854ce72b456e525f0c560f2fa91545d diff --git a/man/curs_insstr.3x b/man/curs_insstr.3x index 072288dc..b396ec52 100644 --- a/man/curs_insstr.3x +++ b/man/curs_insstr.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2006,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_insstr.3x,v 1.20 2010/08/14 23:29:16 tom Exp $ +.\" $Id: curs_insstr.3x,v 1.22 2017/11/21 00:53:44 tom Exp $ .TH curs_insstr 3X "" .SH NAME \fBinsstr\fR, @@ -70,9 +70,10 @@ If \fIn\fR<=0, then the entire string is inserted. .PP Special characters are handled as in \fBaddch\fP. .SH RETURN VALUE -All routines that return an integer return \fBERR\fR upon failure and OK (SVr4 -specifies only "an integer value other than \fBERR\fR") upon successful -completion, unless otherwise noted in the preceding routine descriptions. +All routines that return an integer return \fBERR\fR upon failure and \fBOK\fP +(SVr4 specifies only "an integer value other than \fBERR\fR") +upon successful completion, +unless otherwise noted in the preceding routine descriptions. .PP X/Open defines no error conditions. In this implementation, @@ -97,9 +98,3 @@ Also, no implementation of curses documents this inconsistency. \fBcurs_util\fR(3X), \fBcurs_clear\fR(3X), \fBcurs_inch\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: