diff options
author | наб <[email protected]> | 2021-12-27 18:29:38 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-01-26 11:30:09 -0800 |
commit | d9fdba124d87be7b09f4f2a0f6256da41ee5eaa2 (patch) | |
tree | 11ee01b1e3e2a65348b341e6fa8d841b0df5aa1e /man | |
parent | e0c5a48b3f37cffedb9f720ab3952effb4a8dcb4 (diff) |
tests: prune remaining xargs(1), add missing zfs-project -c0 note
-c0 suppresses diagnoses ‒ it's not just -c but with NULs; cf.
http://build.zfsonlinux.org/builders/Debian%2010%20x86_64%20%28TEST%29/builds/10605/steps/shell_4/logs/log
search for the second "zfs project -s -p" instance
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12979
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs-project.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs-project.8 b/man/man8/zfs-project.8 index f264a110f..0edaad082 100644 --- a/man/man8/zfs-project.8 +++ b/man/man8/zfs-project.8 @@ -104,7 +104,7 @@ target directory's project ID or the one specified with .Fl p . .Bl -tag -width "-p id" .It Fl 0 -Delimit filenames with a NUL byte instead of newline. +Delimit filenames with a NUL byte instead of newline, don't output diagnoses. .It Fl d Check the directory project ID and inherit flag, not its children. .It Fl p Ar id |