Skip to content

Commit

Permalink
mount.zfs.8: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 27, 2021
1 parent 3c686b8 commit 6d01530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/man8/mount.zfs.8
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ to mount filesystem snapshots and
ZFS filesystems, as well as by
.Xr zfs 8
when the
.Ev Em $ZFS_MOUNT_HELPER
.Em $ZFS_MOUNT_HELPER
environment variable is not set.
Users should should invoke either
.Xr mount 8
Expand Down
2 changes: 1 addition & 1 deletion scripts/mancheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
IFS="
"

files="$(find "$@" -type f -name '*[1-9]*' ! -name '*module-param*' ! -name 'zpool-features*' ! -name 'mount.zfs*' ! -name 'zfs-mount-generator*')"
files="$(find "$@" -type f -name '*[1-9]*' ! -name '*module-param*' ! -name 'zpool-features*' ! -name 'zfs-mount-generator*')"

add_excl="$(awk '
/^.\\\" lint-ok:/ {
Expand Down

0 comments on commit 6d01530

Please sign in to comment.