diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-28 10:46:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-28 10:46:40 +0300 |
commit | b8213e3abbd39a851b1510b39b7155b022b02d99 (patch) | |
tree | f03060b9982b72c4c973e49a26df064d204c0f5d /doc/gawk.1 | |
parent | 25b0b016e33315857b299fbacf7c17e3d35a9e4f (diff) | |
parent | 969b7e5eb2cd376fa074d713fd81b647907544e2 (diff) | |
download | egawk-b8213e3abbd39a851b1510b39b7155b022b02d99.tar.gz egawk-b8213e3abbd39a851b1510b39b7155b022b02d99.tar.bz2 egawk-b8213e3abbd39a851b1510b39b7155b022b02d99.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -234,7 +234,7 @@ Enable debugging of \*(AK programs. By default, the debugger reads commands interactively from the keyboard (standard input). The optional -.IR file +.I file argument specifies a file with a list of commands for the debugger to execute non-interactively. .TP @@ -506,10 +506,10 @@ Disable default optimizations upon the internal representation of the program. .TP .PD 0 -.BI \-S +.B \-S .TP .PD -.BI \-\^\-sandbox +.B \-\^\-sandbox Run .I gawk in sandbox mode, disabling the @@ -1141,7 +1141,7 @@ system call. The value of .IR errno (3) when -.BR ERRNO +.B ERRNO is set to the associated error message. .TP \fBPROCINFO["euid"]\fP @@ -1288,7 +1288,7 @@ and this array entry exists, then .B getline returns \-2 instead of following the default behavior of returning \-1 and configuring -.IR input +.I input to return no further data. An I/O error that may be retried is one where .IR errno (3) |