about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2019-03-16 22:18:57 +0000
committerLeah Neukirchen <leah@vuxu.org>2019-03-17 00:12:12 +0100
commitacf3f61e27b825da40e748e4ac8d75127452f082 (patch)
tree752031c3ec315ae52cbd5e5a938abaa015a9986b
parentc47ba5c36ff0b26291b4da9a453bb73e643944d3 (diff)
downloadlr-acf3f61e27b825da40e748e4ac8d75127452f082.tar.gz
lr-acf3f61e27b825da40e748e4ac8d75127452f082.tar.xz
lr-acf3f61e27b825da40e748e4ac8d75127452f082.zip
lr.1: fix mandoc lint warnings
- mandoc warns "STYLE: no blank before trailing delimiter:"
  so insert '\&' before last delimeter
- while here, replace parentheses with .Po / .Pc

Closes: #19 [via git-merge-pr]
-rw-r--r--lr.114
1 files changed, 10 insertions, 4 deletions
diff --git a/lr.1 b/lr.1
index 1263b86..fa4aa05 100644
--- a/lr.1
+++ b/lr.1
@@ -79,8 +79,11 @@ and
 .Ic total
 are computed on the fly.
 .It Fl F
-Output filenames and an indicator of their file type (one of
-.Sq Li */=>@| ) .
+Output filenames and an indicator of their file type
+.Po
+one of
+.Sq Li */=>@\&|
+.Pc .
 .It Fl G
 Colorize output to TTY.
 Use twice to force colorized output.
@@ -208,8 +211,11 @@ Symlink target
 .It Ic \&%n
 Number of hardlinks
 .It Ic \&%F
-File indicator type symbol (one of
-.Sq Li */=>@| )
+File indicator type symbol
+.Po
+one of
+.Sq Li */=>@\&|
+.Pc
 .It Ic \&%f
 File basename (everything after last
 .Li / )