zfsprops.8: remove nbmand-not-used-on-Linux and pointer to mount(8)

Linux man-pages' mount(8) points at fcntl(2), as does mount(2),
and support for it is little-used, deprecated, and configurable
since 4.5.

As far as I can tell, FreeBSD doesn't support nbmand at all ‒
mandatory locks are mostly dead

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12111
This commit is contained in:
наб 2021-05-24 17:53:12 +02:00 committed by Brian Behlendorf
parent 69cbd0a360
commit fb9baa9b20

View File

@ -38,7 +38,7 @@
.\" Copyright 2019 Joyent, Inc. .\" Copyright 2019 Joyent, Inc.
.\" Copyright (c) 2019, Kjeld Schouten-Lebbing .\" Copyright (c) 2019, Kjeld Schouten-Lebbing
.\" .\"
.Dd May 5, 2021 .Dd May 24, 2021
.Dt ZFSPROPS 8 .Dt ZFSPROPS 8
.Os .Os
.Sh NAME .Sh NAME
@ -1212,15 +1212,10 @@ location.
.It Sy nbmand Ns = Ns Sy on Ns | Ns Sy off .It Sy nbmand Ns = Ns Sy on Ns | Ns Sy off
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 .
This is used for SMB clients. This is used for SMB clients.
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 umounted and
remounted. remounted. Support for these locks is scarce and not described by POSIX.
See
.Xr mount 8
for more information on
.Sy nbmand
mounts. This property is not used on Linux.
.It Sy overlay Ns = Ns Sy on Ns | Ns Sy off .It Sy overlay Ns = Ns Sy on Ns | Ns Sy off
Allow mounting on a busy directory or a directory which already contains Allow mounting on a busy directory or a directory which already contains
files or directories. files or directories.