about summary refs log tree commit diff
path: root/lr.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-19 16:35:58 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-19 16:35:58 +0100
commit21d745532f3a4ae93cc6a0479cadaf3660189933 (patch)
treeac7a65aa8f49503c650b9e9d6c892e8c62d3e69d /lr.1
parent603c12cdf15afcbc9131369583dcdf5e8beadbe9 (diff)
downloadlr-21d745532f3a4ae93cc6a0479cadaf3660189933.tar.gz
lr-21d745532f3a4ae93cc6a0479cadaf3660189933.tar.xz
lr-21d745532f3a4ae93cc6a0479cadaf3660189933.zip
print_format: add escapes for octal and hex bytes
Diffstat (limited to 'lr.1')
-rw-r--r--lr.16
1 files changed, 5 insertions, 1 deletions
diff --git a/lr.1 b/lr.1
index fac5493..a79fb39 100644
--- a/lr.1
+++ b/lr.1
@@ -157,8 +157,12 @@ Implies
 format strings support the following escape sequences:
 .Pp
 .Bl -tag -compact -width Ds
-.It Ic \ea , \eb , \ef , \en , \er , \ev , \e0
+.It Ic \ea , \eb , \ef , \en , \er , \ev
 Special characters as in C.
+.It Ic \e Ns Ar ddd
+Byte with one, two or three-digit octal value.
+.It Ic \ex Ns Ar dd
+Byte with one or two-digit hexadecimal value.
 .It Ic \&%%
 A plain
 .Sq % .