diff options
-rw-r--r-- | lr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lr.1 b/lr.1 index 50321cd..1263b86 100644 --- a/lr.1 +++ b/lr.1 @@ -167,11 +167,11 @@ format strings support the following escape sequences: .Pp .Bl -tag -compact -width Ds .It Ic \ea , \eb , \ef , \en , \er , \ev -Special characters as in C. +Special characters as in C .It Ic \e Ns Ar ddd -Byte with one, two or three-digit octal value. +Byte with one, two or three-digit octal value .It Ic \ex Ns Ar dd -Byte with one or two-digit hexadecimal value. +Byte with one or two-digit hexadecimal value .It Ic \&%% A plain .Sq % . @@ -251,7 +251,7 @@ for files with security capabilities, .Sq Li \&+ for files with an ACL, .Sq Li \&@ -for files with other extended attributes. +for files with other extended attributes .El .Sh SORT ORDER Sort order is string consisting of the following letters. |