summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-17 22:15:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-17 22:15:30 -0700
commit3041727333dc9d45f7f4d799ca22813a6f8a07dc (patch)
tree236272ac3ea11604ce5f713303543e099d945d95 /txr.1
parente5b96f7555634de5e3b62d4df1a0a0d1a21799b9 (diff)
downloadtxr-3041727333dc9d45f7f4d799ca22813a6f8a07dc.tar.gz
txr-3041727333dc9d45f7f4d799ca22813a6f8a07dc.tar.bz2
txr-3041727333dc9d45f7f4d799ca22813a6f8a07dc.zip
Support binary specifier in format.
* stream.c (formatv): New 'b' case along side 'o', handling binary in straightforward way for bignums, and with binary formatting loop code for fixnums. * txr.1: Documented b.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.15
1 files changed, 5 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index ece4a56d..cebc9f46 100644
--- a/txr.1
+++ b/txr.1
@@ -30032,6 +30032,11 @@ Like the
.code x
directive, but octal is used instead of hexadecimal.
+.coIP b
+Like the
+.code x
+directive, but binary is used instead of hexadecimal.
+
.coIP f
The
.code f