diff options
author | наб <[email protected]> | 2021-06-07 21:41:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-07 13:41:54 -0600 |
commit | 2d815d955e02b7c7193f159e9e95cb51d804f65e (patch) | |
tree | 9f7d654209a373d4f82bb9ee13508c5fcc9fda9a /scripts/mancheck.sh | |
parent | afb96fa6ee5293bca7e5002b5946938d04ba6d62 (diff) |
Modernise/fix/rewrite unlinted manpages
zpool-destroy.8: flatten, fix description
zfs-wait.8: flatten, fix description, use list for events
zpool-reguid.8: flatten, fix description
zpool-history.8: flatten, fix description
zpool-export.8: flatten, fix description, remove -f "unmount" reference
AFAICT no such command exists even in Illumos (as of today, anyway),
and we definitely don't call it
zpool-labelclear.8: flatten, fix description
zpool-features.5: modernise
spl-module-parameters.5: modernise
zfs-mount-generator.8: rewrite
zfs-module-parameters.5: modernise
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12169
Diffstat (limited to 'scripts/mancheck.sh')
-rwxr-xr-x | scripts/mancheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mancheck.sh b/scripts/mancheck.sh index a5b8b0d0a..6ae1fc5be 100755 --- a/scripts/mancheck.sh +++ b/scripts/mancheck.sh @@ -26,7 +26,7 @@ fi IFS=" " -files="$(find "$@" -type f -name '*[1-9]*' ! -name '*module-param*' ! -name 'zpool-features*' ! -name 'zfs-mount-generator*')" || exit 1 +files="$(find "$@" -type f -name '*[1-9]*')" || exit 1 add_excl="$(awk ' /^.\\" lint-ok:/ { |