summaryrefslogtreecommitdiff
path: root/doc/sed.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sed.texi')
-rw-r--r--doc/sed.texi4
1 files changed, 2 insertions, 2 deletions
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