diff options
author | Turbo Fredriksson <[email protected]> | 2013-11-16 06:52:54 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-11-20 16:00:33 -0800 |
commit | 29714574fa17291d8427f9a45b109292166d5551 (patch) | |
tree | a1e2a47a1df91b4da31c88621b38bce132cfa13f /man/man5/Makefile.am | |
parent | 539defc873dd1b53d7fc483947e56cbfaeebeee8 (diff) |
Document ZFS module parameters.
This is a first draft of a zfs-module-parameters(5) man page. I have
just extracted the parameter name and its description with modinfo,
then checked the source what type it is and its default value.
This will need more work, preferably someone that actually know these
values and what to use them for.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1856
Diffstat (limited to 'man/man5/Makefile.am')
-rw-r--r-- | man/man5/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index aac4d0bfc..bf1b3d1de 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -1,4 +1,4 @@ -man_MANS = vdev_id.conf.5 zpool-features.5 +man_MANS = vdev_id.conf.5 zpool-features.5 zfs-module-parameters.5 EXTRA_DIST = $(man_MANS) install-data-local: |