]> git.proxmox.com Git - zfsonlinux.git/blob - spl-patches/0003-spl-module-parameters.5-manpage-fix-macro.patch
spl: add man page cleanup patches
[zfsonlinux.git] / spl-patches / 0003-spl-module-parameters.5-manpage-fix-macro.patch
1 From cb03b1234f9e3645fb731fdbeb5ba12f0013caa8 Mon Sep 17 00:00:00 2001
2 From: Fabian-Gruenbichler <f.gruenbichler@proxmox.com>
3 Date: Fri, 11 Aug 2017 00:22:31 +0200
4 Subject: [PATCH 3/3] spl-module-parameters.5 manpage: fix macro
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 There is no '.sh' macro in troff/groff/man, only '.SH' for section
10 headers. I assume .sp for a line break was intended here like
11 in the rest of the man page.
12
13 Reviewed-by: George Melikov <mail@gmelikov.ru>
14 Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
15 Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
16 Closes #643
17 (cherry picked from commit 945b7f1c63e3a12d08349afb986b7dfaca370222)
18 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
19 ---
20 man/man5/spl-module-parameters.5 | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/man/man5/spl-module-parameters.5 b/man/man5/spl-module-parameters.5
24 index 97241fd..e151144 100644
25 --- a/man/man5/spl-module-parameters.5
26 +++ b/man/man5/spl-module-parameters.5
27 @@ -153,7 +153,7 @@ function takes a single global lock over the entire virtual address range
28 which serializes all allocations. Using slightly different allocation
29 functions for small and large objects allows us to handle a wide range of
30 object sizes.
31 -.sh
32 +.sp
33 The \fBspl_kmem_cache_kmem_limit\fR value is used to determine this cutoff
34 size. One quarter the PAGE_SIZE is used as the default value because
35 \fBspl_kmem_cache_obj_per_slab\fR defaults to 16. This means that at
36 --
37 2.14.1
38