summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stevenson <bot@dstev.net>2021-04-20 12:16:00 -0500
committerTony Hutter <hutter2@llnl.gov>2021-06-23 13:22:14 -0700
commit3c7ad493a6fa74a81b8944ad0f532d4b19cac2aa (patch)
tree4d2c3e6fa75af4f4237b42d416b5e058f79af59e
parentfaad85637b21ded0e454cd339c770a17a2fb28f1 (diff)
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
-rw-r--r--man/man8/zfsprops.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfsprops.8 b/man/man8/zfsprops.8
index 1d4e6da35..ec7d5d278 100644
--- a/man/man8/zfsprops.8
+++ b/man/man8/zfsprops.8
@@ -1169,7 +1169,7 @@ will be allocated in the special class.
.Pp
Before setting this property, a special class vdev must be added to the
pool. See
-.Xr zpool 8
+.Xr zpoolconcepts 8
for more details on the special allocation class.
.It Sy mountpoint Ns = Ns Pa path Ns | Ns Sy none Ns | Ns Sy legacy
Controls the mount point used for this file system.