From d0ab5e9f63cb2c7582b36a6061e04f27ff53abee Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Jul 2014 08:37:25 -0700 Subject: * txr.1: typo: List Literals not Lists. Fix incorrect octal example. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 4482bdc4..eecc58ac 100644 --- a/txr.1 +++ b/txr.1 @@ -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: -- cgit v1.2.3