aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/curs_insstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/curs_insstr.3')
-rw-r--r--lib/libncurses/curs_insstr.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libncurses/curs_insstr.3 b/lib/libncurses/curs_insstr.3
index 7e9bb6f91fd3..735dd1b18195 100644
--- a/lib/libncurses/curs_insstr.3
+++ b/lib/libncurses/curs_insstr.3
@@ -1,3 +1,5 @@
+.\" $Id$
+.\"
.TH curs_insstr 3 ""
.SH NAME
\fBinsstr\fR, \fBinsnstr\fR, \fBwinsstr\fR, \fBwinsnstr\fR,
@@ -38,7 +40,7 @@ to be at every eighth column. If a character in \fIstr\fR is another
control character, it is drawn in the \fB^\fR\fIX\fR notation.
Calling \fBwinch\fR after adding a control character (and moving to
it, if necessary) does not return the control character, but instead
-returns a character in the the ^-representation of the control character.
+returns a character in the ^-representation of the control character.
.SH RETURN VALUE
All routines return the integer \fBERR\fR upon failure and an integer value
other than \fBERR\fR upon successful completion.