X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=doc%2Fman%2Fapply-default-acl.1;h=87e9803c916f514f5e34020d97c8e7caf0486042;hp=b13d5fd910990ff22520668d8e48df74bd1ef3ab;hb=f8819ed634c7dac594755c37f3dc3bbf9d7926fe;hpb=b8cecada12c850ce02f823e1db3643d31c99c5b8 diff --git a/doc/man/apply-default-acl.1 b/doc/man/apply-default-acl.1 index b13d5fd..87e9803 100644 --- a/doc/man/apply-default-acl.1 +++ b/doc/man/apply-default-acl.1 @@ -52,9 +52,5 @@ one path succeeds and another fails, the overall result will be failure. If one succeeds, one fails, and one causes an error, then the overall result will be an error; and so on. .P -The \fB\-\-recursive\fR flag modifies this behavior. Due to an -implementation detail, the recursive operation will return -EXIT_SUCCESS even if it encounters links or inaccessible paths during -the traversal. Beware; this means that manually supplying all children -of a directory on the command-line does not act the same as operating -on that directory recursively. +When the \fB\-\-recursive\fR flag is used, the exit code is computed +as if all affected paths were passed, depth-first, on the command-line.