summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-14 18:20:50 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:33 -0800
commit5e695354a72f2c814f93a6d0805fad9f15392699 (patch)
treec0dc822ffbbd5eb41cad2cfbcd124c4edf1007fa
parent11f501095ad15e7cc90a5513344649b9553ef207 (diff)
downloadsed-5e695354a72f2c814f93a6d0805fad9f15392699.tar.gz
doc: remove doubled word
* doc/sed-in.texi: Remove doubled "the". * doc/sed.texi: Likewise.
-rw-r--r--doc/sed-in.texi4
-rw-r--r--doc/sed.texi4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/sed-in.texi b/doc/sed-in.texi
index 64c3ed5..a1f2cbd 100644
--- a/doc/sed-in.texi
+++ b/doc/sed-in.texi
@@ -59,7 +59,7 @@ with its equivalent in the printed manual, constitutes the Title Page.
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1998, 1999 Free Software Foundation, Inc.
+Copyright @copyright{} 1998, 1999, 2014 Free Software Foundation, Inc.
@insertcopying
@@ -2544,7 +2544,7 @@ tx
This removes leading and trailing blank lines. It is also the
fastest. Note that loops are completely done with @code{n} and
@code{b}, without relying on @command{sed} to restart the
-the script automatically at the end of a line.
+script automatically at the end of a line.
@c start-------------------------------------------
@example
diff --git a/doc/sed.texi b/doc/sed.texi
index e0f1adb..b4de5f3 100644
--- a/doc/sed.texi
+++ b/doc/sed.texi
@@ -60,7 +60,7 @@ with its equivalent in the printed manual, constitutes the Title Page.
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1998, 1999 Free Software Foundation, Inc.
+Copyright @copyright{} 1998, 1999, 2014 Free Software Foundation, Inc.
@insertcopying
@@ -2705,7 +2705,7 @@ tx
This removes leading and trailing blank lines. It is also the
fastest. Note that loops are completely done with @code{n} and
@code{b}, without relying on @command{sed} to restart the
-the script automatically at the end of a line.
+script automatically at the end of a line.
@c start-------------------------------------------
@example