about summary refs log tree commit diff
path: root/lr.1
diff options
context:
space:
mode:
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 % .