diff options
Diffstat (limited to 'man/man2/init_module.2')
-rw-r--r-- | man/man2/init_module.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/init_module.2 b/man/man2/init_module.2 index 3ba3780427..9ef4d5875f 100644 --- a/man/man2/init_module.2 +++ b/man/man2/init_module.2 @@ -15,7 +15,7 @@ Standard C library .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" .B #include <unistd.h> .P -.BI "int syscall(unsigned long " size ; +.BR "int syscall(" "unsigned long size;" .BI " SYS_init_module, void " module_image [ size "], \ unsigned long " size , .BI " const char *" param_values ); |