diff options
author | Turbo Fredriksson <[email protected]> | 2013-11-18 13:46:10 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-11-21 12:32:41 -0800 |
commit | 30607d9b7b82dcb50eebe15d5b78cfd6deef07a5 (patch) | |
tree | 2ad2d3d090f7ab0dd4e1d854eaf14e0fa43e4c99 /rpm/generic/spl.spec.in | |
parent | dd33a169ef1e071c2eb777328fe91df30ce542ae (diff) |
Document SPL module parameters.
This is a first draft of a spl-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. Similar to zfsonlinux/zfs#1856, but
for the spl.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes zfsonlinux/zfs#1856
Diffstat (limited to 'rpm/generic/spl.spec.in')
-rw-r--r-- | rpm/generic/spl.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm/generic/spl.spec.in b/rpm/generic/spl.spec.in index 7f4a65ef5..a0fe29817 100644 --- a/rpm/generic/spl.spec.in +++ b/rpm/generic/spl.spec.in @@ -35,6 +35,7 @@ make install DESTDIR=%{?buildroot} %doc AUTHORS COPYING DISCLAIMER %{_sbindir}/* %{_mandir}/man1/* +%{_mandir}/man5/* %changelog * Wed Aug 21 2013 Brian Behlendorf <[email protected]> - 0.6.2-1 |