diff options
author | Daniel Stevenson <[email protected]> | 2021-04-20 12:16:00 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-20 10:16:00 -0700 |
commit | 60ffc1c460e4cdf3c3ca12c8840fd0675a98ed0d (patch) | |
tree | 88b67833381471da93a71c32af033c09827dda7a | |
parent | 44287ffa0d5d6f23b4dc082b67ea5b7c5a465d8e (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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Daniel Stevenson <[email protected]>
Closes #11918
-rw-r--r-- | man/man8/zfsprops.8 | 2 |
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. |