diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-22 20:03:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-22 20:03:45 +0200 |
commit | 264ef6a7dad099f3fdb10c7cab88f1d4e6257c96 (patch) | |
tree | ea31ac104d7a903f9c86905abca5b65ceca5493b /doc/gawk.1 | |
parent | 9e06eb5b97fb92f15344a909dfbf7455946564c5 (diff) | |
parent | 047fa8844122d13e2898972c9e0a2332ddddc2f5 (diff) | |
download | egawk-264ef6a7dad099f3fdb10c7cab88f1d4e6257c96.tar.gz egawk-264ef6a7dad099f3fdb10c7cab88f1d4e6257c96.tar.bz2 egawk-264ef6a7dad099f3fdb10c7cab88f1d4e6257c96.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Feb 15 2018" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Mar 22 2018" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1264,7 +1264,7 @@ behavior: \fBPROCINFO["NONFATAL"]\fR If this exists, then I/O errors for all redirections become nonfatal. .TP -\fBPROCINFO["\fname\fB", "NONFATAL"]\fR +\fBPROCINFO["\fIname\fB", "NONFATAL"]\fR Make I/O errors for .I name be nonfatal. @@ -2429,6 +2429,14 @@ function (see below) accept the following conversion specification formats: .TP "\w'\fB%g\fR, \fB%G\fR'u+2n" +.BR "%a" "," " %A" +A floating point number of the form +[\fB\-\fP]\fB0x\fIh\fB.\fIhhhh\fBp+\-\fIdd\fR +(C99 hexadecimal floating point format). +For +.BR %A , +uppercase letters are used instead of lowercase ones. +.TP .B %c A single character. If the argument used for |