about summary refs log tree commit diff
path: root/lr.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-27 13:46:08 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-27 13:46:08 +0200
commit85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2 (patch)
tree0f6beeecab8edb8302b5447deb775f81a9ecb4f2 /lr.1
parent4bdec3f2e9025964ab810f832ff768fa32c1e173 (diff)
downloadlr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.tar.gz
lr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.tar.xz
lr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.zip
lr: breaking change: swap meaning of -Q
This is a bit unfortunate, but the better behavior in the long run.
Diffstat (limited to 'lr.1')
-rw-r--r--lr.115
1 files changed, 9 insertions, 6 deletions
diff --git a/lr.1 b/lr.1
index d44ea4e..67af994 100644
--- a/lr.1
+++ b/lr.1
@@ -1,4 +1,4 @@
-.Dd June 20, 2017
+.Dd July 27, 2017
 .Dt LR 1
 .Os
 .Sh NAME
@@ -48,15 +48,16 @@ read file names from
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl 0
-Output filenames seperated by NUL bytes (implies
-.Fl Q ) .
+Output filenames seperated by NUL bytes.
 Likewise, read input filenames seperated by NUL bytes.
 .It Fl F
 Output filenames and an indicator of their file type (one of
 .Sq Li */=>@| ) .
 .It Fl l
 Long output ala
-.Ic ls -l .
+.Sq Ic ls -l
+(implies
+.Fl Q ) .
 .It Fl TA
 With
 .Fl l ,
@@ -73,7 +74,9 @@ This is the default.
 .It Fl S
 Output inspired by
 BSD
-.Xr stat 1 .
+.Xr stat 1
+(implies
+.Fl Q ) .
 .It Fl f Ar fmt
 Custom formatting, see
 .Sx FORMATTING .
@@ -94,7 +97,7 @@ Don't go below one level of directories.
 .It Fl A
 Don't list files starting with a dot.
 .It Fl Q
-Don't shell quote file names.
+Quote file names (default for output to TTY).
 .It Fl d
 Don't enter directories.
 .It Fl G