aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawkworkflow.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawkworkflow.texi')
-rw-r--r--doc/gawkworkflow.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gawkworkflow.texi b/doc/gawkworkflow.texi
index 90b3c78c..65a6cc4c 100644
--- a/doc/gawkworkflow.texi
+++ b/doc/gawkworkflow.texi
@@ -28,10 +28,10 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH July, 2018
+@set UPDATE-MONTH February, 2019
@set TITLE Participating in @command{gawk} Development
-@set EDITION 0.71
+@set EDITION 0.72
@iftex
@set DOCUMENT booklet
@@ -144,13 +144,13 @@ Fax: +1-617-542-2652
Email: <email>gnu@@gnu.org</email>
URL: <ulink url="http://www.gnu.org">http://www.gnu.org/</ulink></literallayout>
-<literallayout class="normal">Copyright &copy; 2017
+<literallayout class="normal">Copyright &copy; 2017, 2018, 2019
Free Software Foundation, Inc.
All Rights Reserved.</literallayout>
@end docbook
@ifnotdocbook
-Copyright @copyright{} 2017
+Copyright @copyright{} 2017, 2018, 2019
Free Software Foundation, Inc.
@end ifnotdocbook
@sp 2
@@ -851,7 +851,7 @@ $ @kbd{git branch -a}
You'll note that what we've referred to as @samp{origin/} branches
appear in the output with an additional prefix: @samp{remotes/}.
-Up to this point, we've treated Git as if it allowed only a singled
+Up to this point, we've treated Git as if it allowed only a single
upstream repository. But in fact, you can configure it to use more
than one. All the known upstream repositories are grouped under
the @samp{remotes/} prefix, with @code{remotes/origin} being the one