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