aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-18 21:50:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-03-18 21:50:02 +0200
commite22b785488f4ef2f02bcdf1e92a1463f09deb87a (patch)
tree77f828b135523122353f00d320225969b13ec660 /doc/gawk.texi
parent08ac3055613b2c060615dbef1008ae07f4f0b078 (diff)
downloadegawk-e22b785488f4ef2f02bcdf1e92a1463f09deb87a.tar.gz
egawk-e22b785488f4ef2f02bcdf1e92a1463f09deb87a.tar.bz2
egawk-e22b785488f4ef2f02bcdf1e92a1463f09deb87a.zip
Doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 7812dfea..06967122 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -38862,7 +38862,7 @@ The ability to delete all of an array at once with @samp{delete @var{array}}
not permitted by the POSIX standard.
The 2018 POSIX standard can be found online at
-@url{http://pubs.opengroup.org/onlinepubs/9699919799/}.
+@url{https://pubs.opengroup.org/onlinepubs/9699919799/}.
@node BTL
@@ -40137,9 +40137,9 @@ Fortunately, shortly before the final release of @command{gawk} 4.0,
the maintainer learned that the 2008 standard had changed the
definition of ranges, such that outside the @code{"C"} and @code{"POSIX"}
locales, the meaning of range expressions was @emph{undefined}.@footnote{See
-@uref{http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03_05, the standard}
+@uref{https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03_05, the standard}
and
-@uref{http://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xbd_chap09.html#tag_21_09_03_05, its rationale}.}
+@uref{https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xbd_chap09.html#tag_21_09_03_05, its rationale}.}
By using this lovely technical term, the standard gives license
to implementers to implement ranges in whatever way they choose.
@@ -44023,9 +44023,10 @@ The name for a series of standards
that specify a Portable Operating System interface. The ``IX'' denotes
the Unix heritage of these standards. The main standard of interest for
@command{awk} users is
-@cite{IEEE Standard for Information Technology, Standard 1003.1-2008}.
+@cite{IEEE Standard for Information Technology, Standard 1003.1@sup{TM}-2017
+(Revision of IEEE Std 1003.1-2008)}.
The 2018 POSIX standard can be found online at
-@url{http://pubs.opengroup.org/onlinepubs/9699919799/}.
+@url{https://pubs.opengroup.org/onlinepubs/9699919799/}.
@item Precedence
The order in which operations are performed when operators are used