summaryrefslogtreecommitdiffstats
path: root/bfs.1
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-07-04 17:07:50 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-07-04 17:07:50 -0400
commitd3e64d6e1f905cd67264845c38b38fc6d1bdb088 (patch)
tree52a303272ec29b520b7d9d1f0237290b1e38ab3d /bfs.1
parent43039c98eb6bc2514434fe3b33faa3eb32e75ba3 (diff)
downloadbfs-d3e64d6e1f905cd67264845c38b38fc6d1bdb088.tar.xz
Make -mount and -xdev do different things
POSIX now says -mount should skip the whole mount point, while -xdev should only skip its descendents. C.f. http://austingroupbugs.net/view.php?id=1133 C.f. https://savannah.gnu.org/bugs/?42318 C.f. https://savannah.gnu.org/bugs/?54745
Diffstat (limited to 'bfs.1')
-rw-r--r--bfs.17
1 files changed, 3 insertions, 4 deletions
diff --git a/bfs.1 b/bfs.1
index 3f6ad50..277aeb7 100644
--- a/bfs.1
+++ b/bfs.1
@@ -244,13 +244,12 @@ detects that the file tree is modified during the search (default:
Ignore files deeper/shallower than
.IR N .
.RE
-.PP
+.TP
.B \-mount
-.br
+Skip mount points entirely.
+.TP
.B \-xdev
-.RS
Don't descend into other mount points.
-.RE
.TP
.B \-noleaf
Ignored; for compatibility with GNU find.