aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-27 08:05:05 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-27 08:05:05 +0300
commitdd8218e4c1f48c0e40fe1d8afa3f6f90e0fbab69 (patch)
treef46e5baa42ff95dcdfe329a60288681b95f87934 /doc/gawk.texi
parent005a8805a826a03c66640ea237af69453f2febd1 (diff)
downloadegawk-dd8218e4c1f48c0e40fe1d8afa3f6f90e0fbab69.tar.gz
egawk-dd8218e4c1f48c0e40fe1d8afa3f6f90e0fbab69.tar.bz2
egawk-dd8218e4c1f48c0e40fe1d8afa3f6f90e0fbab69.zip
Document %a/%A is also for BWK awk.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index a0c8184f..5d09951d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -9591,10 +9591,10 @@ For @code{%A},
uppercase letters are used instead of lowercase ones.
@quotation NOTE
-While the current POSIX standard requires support for @code{%a}
-and @code{%A} in @command{awk}, as far as we know, no other version
-of @command{awk} actually implements it. It's use is thus highly
-nonportable!
+The current POSIX standard requires support for @code{%a} and @code{%A} in
+@command{awk}. As far as we know, besides @command{gawk}, the only other
+version of @command{awk} that actually implements it is BWK @command{awk}.
+It's use is thus highly nonportable!
Furthermore, these formats are not available on any system where the
underlying C library @code{printf()} function does not support them. As