summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2017-01-24 22:17:48 -0500
committerAssaf Gordon <assafgordon@gmail.com>2017-01-24 22:23:23 -0500
commit3365c939c8444c7ea7b9e9323618f75a3c6609f7 (patch)
treed6f71e0ce036c784614dcda3f4dbbd3a8dac5347
parent572d0a59d3f9958ff4ce818488bcf5f36ba7eba2 (diff)
downloadsed-3365c939c8444c7ea7b9e9323618f75a3c6609f7.tar.gz
doc: update 'other resources' chapter
Remove broken link and update other resources in the manual. Reported by olszkocj@aol.com in https://bugs.gnu.org/24770 . * doc/sed.texi (Other Resources): Update wording.
-rw-r--r--doc/sed.texi45
1 files changed, 28 insertions, 17 deletions
diff --git a/doc/sed.texi b/doc/sed.texi
index c45b150..249f59c 100644
--- a/doc/sed.texi
+++ b/doc/sed.texi
@@ -4841,24 +4841,35 @@ the size of the buffer that can be processed by certain patterns.
@node Other Resources
@chapter Other Resources for Learning About @command{sed}
+For up to date information about @value{SSED} please
+visit @uref{https://www.gnu.org/software/sed/}.
+
+Send general questions and suggestions to @email{sed-devel@@gnu.org}.
+Visit the mailing list archives for past discussions at
+@uref{https://lists.gnu.org/archive/html/sed-devel/}.
+
@cindex Additional reading about @command{sed}
-In addition to several books that have been written about @command{sed}
-(either specifically or as chapters in books which discuss
-shell programming), one can find out more about @command{sed}
-(including suggestions of a few books) from the FAQ
-for the @code{sed-users} mailing list, available from:
-@display
-@uref{http://sed.sourceforge.net/sedfaq.html}
-@end display
-
-Also of interest are
-@uref{http://www.student.northpark.edu/pemente/sed/index.htm}
-and @uref{http://sed.sf.net/grabbag},
-which include @command{sed} tutorials and other @command{sed}-related goodies.
-
-The @code{sed-users} mailing list itself maintained by Sven Guckes.
-To subscribe, visit @uref{http://groups.yahoo.com} and search
-for the @code{sed-users} mailing list.
+The following resources provide information about @command{sed}
+(both @value{SSED} and other variations). Note these not maintained by
+@value{SSED} developers.
+
+@itemize @bullet
+
+@item
+sed @code{$HOME}: @uref{http://sed.sf.net}
+
+@item
+sed FAQ: @uref{http://sed.sf.net/sedfaq.html}
+
+@item
+seder's grabbag: @uref{http://sed.sf.net/grabbag}
+
+@item
+The @code{sed-users} mailing list maintained by Sven Guckes:
+@uref{http://groups.yahoo.com/group/sed-users/}
+(note this is @emph{not} the @value{SSED} mailing list).
+
+@end itemize
@node Reporting Bugs
@chapter Reporting Bugs