diff options
author | наб <[email protected]> | 2021-06-04 22:29:26 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-10 10:50:16 -0700 |
commit | a444efb6d75b2fb330a08f43b7c62a8c79c0be6c (patch) | |
tree | 373880bbbee0fde585a56f03e56c83b4a163578f /man/man1 | |
parent | 0bef46e6d535a423486f14a71c27a53ef639a61a (diff) |
Move properties, parameters, events, and concepts around manual sections
The pages moved as follows:
zpool-features.{5 => 7}
spl{-module-parameters.5 => .4}
zfs{-module-parameters.5 => .4}
zfs-events.5 => into zpool-events.8
zfsconcepts.{8 => 7}
zfsprops.{8 => 7}
zpoolconcepts.{8 => 7}
zpoolprops.{8 => 7}
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Co-authored-by: Daniel Ebdrup Jensen <[email protected]>
Closes #12149
Closes #12212
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/zhack.1 | 2 | ||||
-rw-r--r-- | man/man1/ztest.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/zhack.1 b/man/man1/zhack.1 index e2fc189b4..b18b3a4c0 100644 --- a/man/man1/zhack.1 +++ b/man/man1/zhack.1 @@ -138,5 +138,5 @@ descriptions_obj: . .Sh SEE ALSO .Xr ztest 1 , -.Xr zpool-features 5 , +.Xr zpool-features 7 , .Xr zfs 8 diff --git a/man/man1/ztest.1 b/man/man1/ztest.1 index 459486c28..fd1374a2f 100644 --- a/man/man1/ztest.1 +++ b/man/man1/ztest.1 @@ -230,4 +230,4 @@ By default the stack size is limited to .Xr zdb 1 , .Xr zfs 1 , .Xr zpool 1 , -.Xr spl-module-parameters 5 +.Xr spl 4 |