diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-04 21:04:00 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-04 21:04:00 +0200 |
commit | 1340f7150451f6b1d61b701c973fc0e3ba7f36da (patch) | |
tree | 64b2041bd632f87646099ccf2b5bd4a7f43c6a8f /doc | |
parent | c9b866094dab452054c85971d96ebcb3afdcaacf (diff) | |
download | gawk-1340f7150451f6b1d61b701c973fc0e3ba7f36da.tar.gz |
More minor man page edits.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.1 | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 647f2a64..e1a2b2cf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2019-02-04 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1: Some more minor edits. + 2019-02-03 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): Add wordlist3. @@ -1394,8 +1394,8 @@ The accepted values are: .TP \fB"A"\fR or \fB"a"\fR for rounding away from zero. -This one is only available if your version of -the GNU MPFR library supports it. +These are only available if your version of +the GNU MPFR library supports rounding away from zero. .TP "\w'\fB\(dqD\(dq\fR or \fB\(dqd\(dq\fR'u+1n" \fB"D"\fR or \fB"d"\fR for roundTowardNegative. @@ -3387,7 +3387,7 @@ There must be at least two. .SS Type Functions The following functions provide type related information about their arguments. -.TP +.TP \w'\fBisarray(\fIx\fB)\fR'u+1n \fBisarray(\fIx\fB)\fR Return true if .I x |