From 218e074be676afb77697717eebc0dcc713af2875 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 16 Aug 2024 09:39:44 -0400 Subject: docs: Document the new -mount vs. -xdev behaviour Fixes: 33b85e1 ("Implement POSIX 2024's -mount") --- docs/bfs.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/bfs.1 b/docs/bfs.1 index dc3b7b0..4358391 100644 --- a/docs/bfs.1 +++ b/docs/bfs.1 @@ -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 -- cgit v1.2.3