Fixed incorrect man page reference in zfsprops(8)
The special_small_blocks section directed readers to zpool(8) for documentation on special allocation classes, while they are actually documented in zpoolconcepts(8). Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Daniel Stevenson <daniel@dstev.net> Closes #11918
This commit is contained in:
parent
478b8ec8f2
commit
79d9f663b0
|
@ -1169,7 +1169,7 @@ will be allocated in the special class.
|
||||||
.Pp
|
.Pp
|
||||||
Before setting this property, a special class vdev must be added to the
|
Before setting this property, a special class vdev must be added to the
|
||||||
pool. See
|
pool. See
|
||||||
.Xr zpool 8
|
.Xr zpoolconcepts 8
|
||||||
for more details on the special allocation class.
|
for more details on the special allocation class.
|
||||||
.It Sy mountpoint Ns = Ns Pa path Ns | Ns Sy none Ns | Ns Sy legacy
|
.It Sy mountpoint Ns = Ns Pa path Ns | Ns Sy none Ns | Ns Sy legacy
|
||||||
Controls the mount point used for this file system.
|
Controls the mount point used for this file system.
|
||||||
|
|
Loading…
Reference in New Issue