diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-03-16 22:01:01 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-03-16 22:01:01 +0100 |
commit | c47ba5c36ff0b26291b4da9a453bb73e643944d3 (patch) | |
tree | baf0261c85f60e06973566ebae6efed215f2f1bf | |
parent | 5cf441c258c9ae70c3419b828b43cdb83a55f9c5 (diff) | |
download | lr-c47ba5c36ff0b26291b4da9a453bb73e643944d3.tar.gz lr-c47ba5c36ff0b26291b4da9a453bb73e643944d3.tar.xz lr-c47ba5c36ff0b26291b4da9a453bb73e643944d3.zip |
lr.1: no trailing periods in format list
-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. |