diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-25 19:38:58 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-25 19:38:58 +0300 |
commit | 30855b7fef8c2dec73c4bfa290874c584dcdc580 (patch) | |
tree | 5bca68c1a3987cd409e4e0819edeb8613247feb2 | |
parent | 4f06f706b3a3f88e491bf89f6862b3e2010b58ae (diff) | |
parent | 772a11f4ac0553cf8e9eeb37b3f6aa12ac5581ea (diff) | |
download | egawk-30855b7fef8c2dec73c4bfa290874c584dcdc580.tar.gz egawk-30855b7fef8c2dec73c4bfa290874c584dcdc580.tar.bz2 egawk-30855b7fef8c2dec73c4bfa290874c584dcdc580.zip |
Merge branch 'gawk-5.1-stable'
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.1 | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ab5a3cc7..c1df31fc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2020-06-25 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1: Applied some more troff "lint" fixes. + Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>. + 2020-06-15 Arnold D. Robbins <arnold@skeeve.com> * gawkinet.texi: Small fixes, and revise the indexing to use @@ -915,7 +915,6 @@ values for the fields. .SS Built-in Variables .IR Gawk\^ "'s" built-in variables are: -.PP .TP "\w'\fBFIELDWIDTHS\fR'u+1n" .B ARGC The number of command line arguments (does not include options to @@ -1682,7 +1681,6 @@ String constants in \*(AK are sequences of characters enclosed between double quotes (like \fB"value"\fR). Within strings, certain .I "escape sequences" are recognized, as in C. These are: -.PP .TP "\w'\fB\e\^\fIddd\fR'u+1n" .B \e\e A literal backslash. @@ -2206,7 +2204,6 @@ and input/output statements available are patterned after those in C. .SS Operators The operators in \*(AK, in order of decreasing precedence, are: -.PP .TP "\w'\fB*= /= %= ^=\fR'u+1n" .BR ( \&.\|.\|. ) Grouping @@ -2314,7 +2311,6 @@ as follows: .RE .SS "I/O Statements" The input/output statements are as follows: -.PP .TP "\w'\fBprintf \fIfmt, expr-list\fR'u+1n" \fBclose(\fIfile \fR[\fB, \fIhow\fR]\fB)\fR Close file, pipe or coprocess. @@ -2830,7 +2826,6 @@ two-way I/O operator. Similar, but use UDP/IP instead of TCP/IP. .SS Numeric Functions \*(AK has the following built-in arithmetic functions: -.PP .TP "\w'\fBsrand(\fR[\fIexpr\^\fR]\fB)\fR'u+1n" .BI atan2( y , " x" ) Return the arctangent of @@ -2896,7 +2891,6 @@ number generator. .SS String Functions .I Gawk has the following built-in string functions: -.PP .TP "\w'\fBsprintf(\^\fIfmt\fB\^, \fIexpr-list\^\fB)\fR'u+1n" \fBasort(\fIs \fR[\fB, \fId\fR [\fB, \fIhow\fR] ]\fB)\fR Return the number of elements in the source @@ -3253,7 +3247,6 @@ that contain time stamp information, .I gawk provides the following functions for obtaining time stamps and formatting them. -.PP .TP "\w'\fBsystime()\fR'u+1n" \fBmktime(\fIdatespec\fR [\fB, \fIutc-flag\fR]\fB)\fR Turn @@ -3373,7 +3366,6 @@ bits. \fBxor(\fIv1\fB, \fIv2 \fR[, ...]\fB)\fR Return the bitwise XOR of the values provided in the argument list. There must be at least two. -.PP .SS Type Functions The following functions provide type related information about their arguments. @@ -3588,7 +3580,6 @@ causes .I gawk to dump the profile and function call stack and then exit. .SH INTERNATIONALIZATION -.PP String constants are sequences of characters enclosed in double quotes. In non-English speaking environments, it is possible to mark strings in the \*(AK program as requiring translation to the local |