From acf3f61e27b825da40e748e4ac8d75127452f082 Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Sat, 16 Mar 2019 22:18:57 +0000 Subject: 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] --- lr.1 | 14 ++++++++++---- 1 file 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 / ) -- cgit 1.4.1