From 81bcab35252856e25dcde4b46e28f51b52773337 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 12 Mar 2025 19:24:57 +0000 Subject: [PATCH] Correct "umount" to "unmount" in a couple of places This is admittedly a nitpicky change, but `umount` is the command that performs an *unmount*. So if we are talking about unmounting something we should phrase it that way. Signed-off-by: Simon Howard Reviewed-by: Tony Hutter Reviewed-by: Alexander Motin --- man/man7/zfsprops.7 | 2 +- man/man8/zfs-allow.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index c9f94babb..2041d0bba 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -1329,7 +1329,7 @@ as it was before. Controls whether the file system should be mounted with .Sy nbmand .Pq Non-blocking mandatory locks . -Changes to this property only take effect when the file system is umounted and +Changes to this property only take effect when the file system is unmounted and remounted. This was only supported by Linux prior to 5.15, and was buggy there, and is not supported by diff --git a/man/man8/zfs-allow.8 b/man/man8/zfs-allow.8 index 22e98ad09..5a8e80bf6 100644 --- a/man/man8/zfs-allow.8 +++ b/man/man8/zfs-allow.8 @@ -206,7 +206,7 @@ diff subcommand Allows lookup of paths within a dataset given an object number, hold subcommand Allows adding a user hold to a snapshot load-key subcommand Allows loading and unloading of encryption key (see \fBzfs load-key\fR and \fBzfs unload-key\fR). change-key subcommand Allows changing an encryption key via \fBzfs change-key\fR. -mount subcommand Allows mounting/umounting ZFS datasets +mount subcommand Allows mounting/unmounting ZFS datasets promote subcommand Must also have the \fBmount\fR and \fBpromote\fR ability in the origin file system receive subcommand Must also have the \fBmount\fR and \fBcreate\fR ability, required for \fBzfs receive -F\fR (see also \fBreceive:append\fR for limited, non forced receive) release subcommand Allows releasing a user hold which might destroy the snapshot