diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-10 09:25:14 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-10 09:25:14 +0200 |
commit | f211a265f6322966418168a16c198f91f5bec98b (patch) | |
tree | 55afbc24d173ac57a01708c203de5930fb4be336 | |
parent | 35a1d719b48cbd0ad6d87ad08fc8e4b1e40dbfa2 (diff) | |
parent | d107bd04bfef662cca9580bd7aed01144a5d2dfb (diff) | |
download | egawk-f211a265f6322966418168a16c198f91f5bec98b.tar.gz egawk-f211a265f6322966418168a16c198f91f5bec98b.tar.bz2 egawk-f211a265f6322966418168a16c198f91f5bec98b.zip |
Merge branch 'master' into feature/docit
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.1 | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index bddb738a..995d6a6d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2022-03-10 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1: Formatting fixes. + 2022-03-03 Arnold D. Robbins <arnold@skeeve.com> * gawk.1: Chopped down in size by about 40%. @@ -185,8 +185,7 @@ Each argument supplied via .B \-e is treated as if it begins with an implicit \fB@namespace "awk"\fR statement. .TP -.BI \-E " file"\fR, "\c -.BI \-\^\-exec " file" +\fB\-E \fIfile\fR, \fB\-\^\-exec \fIfile\fR Similar to .BR \-f , however, this is option is the last one processed. @@ -213,8 +212,7 @@ Per the .IR "GNU Coding Standards" , these options cause an immediate, successful exit. .TP -.BI "\-i " include-file"\fR, "\c -.BI \-\^\-include " include-file" +\fB\-i \fIinclude-file\fR, \fB\-\^\-include \fIinclude-file\fR Load an awk source library. This searches for the library using the .B AWKPATH |