diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-08-16 09:39:44 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-08-16 09:44:01 -0400 |
commit | 218e074be676afb77697717eebc0dcc713af2875 (patch) | |
tree | 53d3027f448eb9d5753ceb7ee4c8f0d43ba6fad4 /docs | |
parent | c3f52a2e3c22a8e05b60f94b8344501b14e87794 (diff) | |
download | bfs-218e074be676afb77697717eebc0dcc713af2875.tar.xz |
docs: Document the new -mount vs. -xdev behaviour
Fixes: 33b85e1 ("Implement POSIX 2024's -mount")
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bfs.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -316,9 +316,7 @@ Ignore files deeper/shallower than .RE .TP .B \-mount -Don't descend into other mount points (same as -.B \-xdev -for now, but will skip mount points entirely in the future). +Exclude mount points entirely from the results. .TP .B \-noerror Ignore any errors that occur during traversal. @@ -384,6 +382,9 @@ Turn on or off warnings about the command line. .TP .B \-xdev Don't descend into other mount points. +Unlike +.BR \-mount , +the mount point itself is still included. .SH TESTS .TP .B \-acl |