diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-23 09:57:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-23 09:57:43 +0300 |
commit | cfd4fdf483194e09c57da590ada1e3533a19e615 (patch) | |
tree | a228853d4d9ea3e64032a38fa1c06cdc96ffa03c | |
parent | 5e4861ab4c41b6e000dc1f66225486330b5e5a2d (diff) | |
download | egawk-cfd4fdf483194e09c57da590ada1e3533a19e615.tar.gz egawk-cfd4fdf483194e09c57da590ada1e3533a19e615.tar.bz2 egawk-cfd4fdf483194e09c57da590ada1e3533a19e615.zip |
Fix beta patch level in gawktexi.in(Extracting).
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a64e5fc0..0872091b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2018-09-23 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in (Extracting): Note that patch levels above + 60 are beta software, instead of above 70. + 2018-09-21 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Update UPDATE_MONTH. diff --git a/doc/gawk.info b/doc/gawk.info index 613c8098..22a696ad 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -28818,7 +28818,7 @@ release of version V, and the P represents a "patch level", meaning that minor bugs have been fixed in the release. The current patch level is 1, but when retrieving distributions, you should get the version with the highest version, release, and patch level. (Note, however, that -patch levels greater than or equal to 70 denote "beta" or nonproduction +patch levels greater than or equal to 60 denote "beta" or nonproduction software; you might not want to retrieve such a version unless you don't mind experimenting.) If you are not on a Unix or GNU/Linux system, you need to make other arrangements for getting and extracting the 'gawk' diff --git a/doc/gawk.texi b/doc/gawk.texi index b8c3baff..7ab762c3 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39408,7 +39408,7 @@ the @var{P} represents a @dfn{patch level}, meaning that minor bugs have been fixed in the release. The current patch level is @value{PATCHLEVEL}, but when retrieving distributions, you should get the version with the highest version, release, and patch level. (Note, however, that patch levels greater than -or equal to 70 denote ``beta'' or nonproduction software; you might not want +or equal to 60 denote ``beta'' or nonproduction software; you might not want to retrieve such a version unless you don't mind experimenting.) If you are not on a Unix or GNU/Linux system, you need to make other arrangements for getting and extracting the @command{gawk} distribution. You should consult diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 52b0009f..568e81eb 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -38382,7 +38382,7 @@ the @var{P} represents a @dfn{patch level}, meaning that minor bugs have been fixed in the release. The current patch level is @value{PATCHLEVEL}, but when retrieving distributions, you should get the version with the highest version, release, and patch level. (Note, however, that patch levels greater than -or equal to 70 denote ``beta'' or nonproduction software; you might not want +or equal to 60 denote ``beta'' or nonproduction software; you might not want to retrieve such a version unless you don't mind experimenting.) If you are not on a Unix or GNU/Linux system, you need to make other arrangements for getting and extracting the @command{gawk} distribution. You should consult |