aboutsummaryrefslogtreecommitdiffstats
path: root/man2/init_module.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/init_module.2')
-rw-r--r--man2/init_module.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/init_module.2 b/man2/init_module.2
index 60b505646a..17778725e3 100644
--- a/man2/init_module.2
+++ b/man2/init_module.2
@@ -31,11 +31,11 @@ init_module, finit_module \- load a kernel module
.nf
.BI "int init_module(void *" module_image ", unsigned long " len ,
.BI " const char *" param_values );
-
+.PP
.BI "int finit_module(int " fd ", const char *" param_values ,
.BI " int " flags );
.fi
-
+.PP
.IR Note :
glibc provides no header file declaration of
.BR init_module ()