summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ed.14
-rw-r--r--doc/ed.info28
-rw-r--r--doc/ed.texi8
3 files changed, 20 insertions, 20 deletions
diff --git a/doc/ed.1 b/doc/ed.1
index bca3551..ac8b882 100644
--- a/doc/ed.1
+++ b/doc/ed.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1.
-.TH ED "1" "July 2015" "ed 1.12" "User Commands"
+.TH ED "1" "January 2016" "ed 1.13" "User Commands"
.SH NAME
ed \- line-oriented text editor
.SH SYNOPSIS
@@ -49,7 +49,7 @@ General help using GNU software: http://www.gnu.org/gethelp
.SH COPYRIGHT
Copyright \(co 1994 Andrew L. Moore.
.br
-Copyright \(co 2015 Antonio Diaz Diaz.
+Copyright \(co 2016 Antonio Diaz Diaz.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.
diff --git a/doc/ed.info b/doc/ed.info
index 3b47ae7..a239faf 100644
--- a/doc/ed.info
+++ b/doc/ed.info
@@ -5,7 +5,7 @@ START-INFO-DIR-ENTRY
* Ed: (ed). The GNU line editor
END-INFO-DIR-ENTRY
- Copyright (C) 1993, 1994, 2006-2015 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 2006-2016 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -18,7 +18,7 @@ File: ed.info, Node: Top, Next: Overview, Up: (dir)
The GNU ed line editor
**********************
-This manual is for GNU ed (version 1.12, 4 July 2015).
+This manual is for GNU ed (version 1.13, 24 January 2016).
GNU ed is a line-oriented text editor. It is used to create, display,
@@ -43,7 +43,7 @@ superseded by full-screen editors such as GNU Emacs or GNU Moe.
* GNU Free Documentation License:: How you can copy and share this manual
- Copyright (C) 1993, 1994, 2006-2015 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 2006-2016 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -338,7 +338,7 @@ prefixed with a bang.
'-l'
'--loose-exit-status'
- Do not exit with bad status if a command happens to "fail" (for
+ Don't exit with bad status if a command happens to "fail" (for
example if a substitution command finds nothing to replace). This
can be useful when 'ed' is invoked as the editor for crontab.
@@ -1412,16 +1412,16 @@ permit their use in free software.

Tag Table:
Node: Top535
-Node: Overview2191
-Node: Introduction to line editing4247
-Node: Invoking ed11466
-Node: Line addressing13267
-Node: Regular expressions16344
-Node: Commands21688
-Node: Limitations32960
-Node: Diagnostics33605
-Node: Problems34306
-Node: GNU Free Documentation License34839
+Node: Overview2195
+Node: Introduction to line editing4251
+Node: Invoking ed11470
+Node: Line addressing13270
+Node: Regular expressions16347
+Node: Commands21691
+Node: Limitations32963
+Node: Diagnostics33608
+Node: Problems34309
+Node: GNU Free Documentation License34842

End Tag Table
diff --git a/doc/ed.texi b/doc/ed.texi
index 5059473..26fb2a9 100644
--- a/doc/ed.texi
+++ b/doc/ed.texi
@@ -6,8 +6,8 @@
@finalout
@c %**end of header
-@set UPDATED 4 July 2015
-@set VERSION 1.12
+@set UPDATED 24 January 2016
+@set VERSION 1.13
@dircategory Basics
@direntry
@@ -15,7 +15,7 @@
@end direntry
@copying
-Copyright @copyright{} 1993, 1994, 2006-2015
+Copyright @copyright{} 1993, 1994, 2006-2016
Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
@@ -392,7 +392,7 @@ not seem familiar, then try invoking @command{ed} with this switch.
@item -l
@itemx --loose-exit-status
-Do not exit with bad status if a command happens to "fail" (for example
+Don't exit with bad status if a command happens to "fail" (for example
if a substitution command finds nothing to replace). This can be useful
when @command{ed} is invoked as the editor for crontab.