From 07fede6e9ded9572b9141e443c74b49527101b7f Mon Sep 17 00:00:00 2001 From: Daniel Stevenson Date: Tue, 20 Apr 2021 12:16:00 -0500 Subject: [PATCH] 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 Reviewed-by: Brian Behlendorf Signed-off-by: Daniel Stevenson Closes #11918 --- man/man8/zfsprops.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/zfsprops.8 b/man/man8/zfsprops.8 index 1d4e6da3585b..ec7d5d27873b 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.