From 21d745532f3a4ae93cc6a0479cadaf3660189933 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 19 Nov 2017 16:35:58 +0100 Subject: print_format: add escapes for octal and hex bytes --- lr.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lr.1') 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 % . -- cgit 1.4.1