aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawkworkflow.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-28 20:39:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-28 20:39:03 +0200
commitd8a4a1e3a9096250a3938b60b90c593fe3f49fc2 (patch)
tree0ff98810a27617e50b9c00f8cf7c39ff05ddbb30 /doc/gawkworkflow.texi
parentd5ee571f7fd7a99d4fb66894596a03a74d2ca488 (diff)
downloadegawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.tar.gz
egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.tar.bz2
egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.zip
Small doc updates.
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