aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-28 20:52:34 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-28 20:52:34 +0200
commitaa1580b9a51285328cd50ef3ee9b452514af2e4e (patch)
treec1c0c8547693c06108956cd7d1bd64b61da06bd4
parent74e184676613ab8b008a25ffaf87f2f227ec0640 (diff)
downloadegawk-aa1580b9a51285328cd50ef3ee9b452514af2e4e.tar.gz
egawk-aa1580b9a51285328cd50ef3ee9b452514af2e4e.tar.bz2
egawk-aa1580b9a51285328cd50ef3ee9b452514af2e4e.zip
Update doc versions and copyright years.
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/awkcard.in13
-rw-r--r--doc/gawk.18
-rw-r--r--doc/gawktexi.in12
4 files changed, 22 insertions, 16 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 66a0b546..fa857dd0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-28 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in, gawk.1, awkcard.in: Update copyright dates and
+ appropriate version numbers.
+
2019-01-25 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Namespaces): Add a cautionary note that the feature
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 1a6b72f5..38fc4a6a 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1,7 +1,8 @@
.\" AWK Reference Card --- Arnold Robbins, arnold@skeeve.com
.\"
.\" Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-.\" 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
+.\" 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018,
+.\" 2019
.\" Free Software Foundation, Inc.
.\"
.\" Permission is granted to make and distribute verbatim copies of
@@ -71,7 +72,7 @@ Input Control 13
Internationalization (\*(GK) 18
Lines And Statements 4
Localization (\*(GK) 12
-Namespaces 12
+Namespaces (\*(GK) 12
Numeric Functions 15
Output Control 13
Pattern Elements 8
@@ -99,7 +100,7 @@ Variables 5\*(CX
\*(CD
.SL
.nf
-\*(FRCopyright \(co 1996\(en2005, 2007, 2009\(en2018
+\*(FRCopyright \(co 1996\(en2005, 2007, 2009\(en2019
Free Software Foundation, Inc.
.nf
.BT
@@ -1304,7 +1305,7 @@ namespace.
You change the current namespace with an
\*(FC@namespace "\*(FIname\^\*(FC"\*(FR
directive.\*(CB
-.EB "\s+2\f(HBNAMESPACES\*(FR\s0"
+.EB "\s+2\f(HBNAMESPACES (\*(GK\f(HB)\*(FR\s0"
.BT
@@ -1987,7 +1988,7 @@ to use the current domain.\*(CB
.ES
.nf
\*(CDHost: \*(FCftp.gnu.org\*(FR
-File: \*(FC/gnu/gawk/gawk-4.2.1.tar.gz\fP
+File: \*(FC/gnu/gawk/gawk-5.0.0.tar.gz\fP
.in +.2i
.fi
GNU \*(AK (\*(GK). There may be a later version.
@@ -2018,7 +2019,7 @@ maintains it.\*(CX
.ES
.fi
\*(CDCopyright \(co 1996\(en2005,
-2007, 2009\(en2018 Free Software Foundation, Inc.
+2007, 2009\(en2019 Free Software Foundation, Inc.
.sp .5
Permission is granted to make and distribute verbatim copies of this
reference card provided the copyright notice and this permission notice
diff --git a/doc/gawk.1 b/doc/gawk.1
index 4b188aef..4a766d97 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Dec 12 2018" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Jan 27 2019" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -4083,7 +4083,7 @@ status is 2. On non-POSIX systems, this value may be mapped to
.SH VERSION INFORMATION
This man page documents
.IR gawk ,
-version 4.2.
+version 5.0.
.SH AUTHORS
The original version of \*(UX
.I awk
@@ -4184,7 +4184,7 @@ Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger,
Addison-Wesley, 1988. ISBN 0-201-07981-X.
.PP
\*(EP,
-Edition 4.2, shipped with the
+Edition 5.0, shipped with the
.I gawk
source.
The current version of this document is available online at
@@ -4236,7 +4236,7 @@ We thank him.
.SH COPYING PERMISSIONS
Copyright \(co 1989, 1991, 1992, 1993, 1994, 1995, 1996,
1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2009,
-2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
+2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 1b194efe..b353c14e 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -59,9 +59,9 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH September, 2018
-@set VERSION 4.2
-@set PATCHLEVEL 1
+@set UPDATE-MONTH January, 2019
+@set VERSION 5.0
+@set PATCHLEVEL 0
@set GAWKINETTITLE TCP/IP Internetworking with @command{gawk}
@ifset FOR_PRINT
@@ -71,7 +71,7 @@
@set TITLE GAWK: Effective AWK Programming
@end ifclear
@set SUBTITLE A User's Guide for GNU Awk
-@set EDITION 4.2
+@set EDITION 5.0
@iftex
@set DOCUMENT book
@@ -279,13 +279,13 @@ Fax: +1-617-542-2652
Email: <email>gnu@@gnu.org</email>
URL: <ulink url="https://www.gnu.org">https://www.gnu.org/</ulink></literallayout>
-<literallayout class="normal">Copyright &copy; 1989, 1991, 1992, 1993, 1996&ndash;2005, 2007, 2009&ndash;2018
+<literallayout class="normal">Copyright &copy; 1989, 1991, 1992, 1993, 1996&ndash;2005, 2007, 2009&ndash;2019
Free Software Foundation, Inc.
All Rights Reserved.</literallayout>
@end docbook
@ifnotdocbook
-Copyright @copyright{} 1989, 1991, 1992, 1993, 1996--2005, 2007, 2009--2018 @*
+Copyright @copyright{} 1989, 1991, 1992, 1993, 1996--2005, 2007, 2009--2019 @*
Free Software Foundation, Inc.
@end ifnotdocbook
@sp 2