mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-04-29 23:03:35 +00:00
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 <fraggle@gmail.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org>
This commit is contained in:
parent
1d4505d7a1
commit
e759a86fa5
@ -1329,7 +1329,7 @@ as it was before.
|
|||||||
Controls whether the file system should be mounted with
|
Controls whether the file system should be mounted with
|
||||||
.Sy nbmand
|
.Sy nbmand
|
||||||
.Pq Non-blocking mandatory locks .
|
.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.
|
remounted.
|
||||||
This was only supported by Linux prior to 5.15, and was buggy there,
|
This was only supported by Linux prior to 5.15, and was buggy there,
|
||||||
and is not supported by
|
and is not supported by
|
||||||
|
@ -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
|
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).
|
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.
|
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
|
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)
|
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
|
release subcommand Allows releasing a user hold which might destroy the snapshot
|
||||||
|
Loading…
Reference in New Issue
Block a user