diff options
author | Daniel Stevenson <[email protected]> | 2021-04-20 12:16:00 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-21 10:26:57 -0700 |
commit | 79d9f663b0dddcba7809fa7d28de11029005765d (patch) | |
tree | d7d8582e27c4482d900a598ca94fa3914dbf6d49 /man | |
parent | 478b8ec8f218f2271b8b9c5e88022b636eb72073 (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
Diffstat (limited to 'man')
-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. |