diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1236,7 +1236,7 @@ the TXR pattern language when the quasiliteral occurs in the pattern language. Quasiliterals can be split into multiple lines in the same way as ordinary string literals. -.SS Quasiword Lists Literals +.SS Quasiword List Literals The quasiword list literals (QLL-s) are to quasiliterals what WLL-s are to ordinary literals. (See the above section Word List Literals.) @@ -1299,7 +1299,7 @@ and the upper or lower case letters A through F: Similarly, octal numbers are supported with the prefix #o followed by octal digits: - #b777 ;; 511 + #o777 ;; 511 and binary numbers can be written with a #b prefix: |