summaryrefslogtreecommitdiffstats
path: root/lib/libncurses
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
committerwosch <wosch@FreeBSD.org>1996-10-05 22:27:30 +0000
commit000fb64288e6720527f55bf8c37e36c07a308d49 (patch)
treee09db4b1b56461dbe8a4d233c39a90678607f597 /lib/libncurses
parente5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (diff)
downloadFreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.zip
FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.tar.gz
delete doubled words, e.g.: "the the" -> "the"
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/curs_addch.34
-rw-r--r--lib/libncurses/curs_insstr.34
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libncurses/curs_addch.3 b/lib/libncurses/curs_addch.3
index 22e5755..5b26e32 100644
--- a/lib/libncurses/curs_addch.3
+++ b/lib/libncurses/curs_addch.3
@@ -1,3 +1,5 @@
+.\" $Id$
+.\"
.TH curs_addch 3 ""
.SH NAME
\fBaddch\fR, \fBwaddch\fR, \fBmvaddch\fR, \fBmvwaddch\fR,
@@ -52,7 +54,7 @@ these routines instead of their equivalents.
The following variables may be used to add line drawing characters to the
screen with routines of the \fBaddch\fR family. The default character listed
below is used if the \fBacsc\fR capability doesn't define a terminal-specific
-replacement for it. The names are taken from the the VT100 nomenclature.
+replacement for it. The names are taken from the VT100 nomenclature.
.TS
l l l
diff --git a/lib/libncurses/curs_insstr.3 b/lib/libncurses/curs_insstr.3
index 7e9bb6f..735dd1b 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.
OpenPOWER on IntegriCloud