summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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