diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-25 20:16:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-25 20:16:06 +0300 |
commit | 50f8512202d7a52effe43422323e2f0c7184afe0 (patch) | |
tree | 4161a2ad829968ee213fb04ad710395e424ba9b5 /doc/gawktexi.in | |
parent | cbecf843696d2574accb198b84d9386eef15341c (diff) | |
download | egawk-50f8512202d7a52effe43422323e2f0c7184afe0.tar.gz egawk-50f8512202d7a52effe43422323e2f0c7184afe0.tar.bz2 egawk-50f8512202d7a52effe43422323e2f0c7184afe0.zip |
Typo fixes in the doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a5f696ab..6d212f80 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33861,8 +33861,8 @@ The record consists of three fields. The first two are the inode number and the @value{FN}, separated by a forward slash character. On systems where the directory entry contains the file type, the record has a third field (also separated by a slash) which is a single letter -indicating the type of the file. The letters are file types are shown -in @ref{table-readdir-file-types}. +indicating the type of the file. The letters and their corresponding file +types are shown in @ref{table-readdir-file-types}. @float Table,table-readdir-file-types @caption{File Types Returned By The @code{readdir} Extension} @@ -35539,7 +35539,7 @@ The @option{-l} and @option{--load} options load compiled dynamic extensions. The @option{-M} and @option{--bignum} options enable MPFR. @item -The @option{-o} only does pretty-printing. +The @option{-o} option only does pretty-printing. @item The @option{-p} option is used for profiling. |