]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/create_module.2
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man2 / create_module.2
index cb0d815597346d4bfb5e39c77b1c50fa47a81076..55d9d104ee5d98d167887312a353dac64fd35671 100644 (file)
@@ -22,7 +22,7 @@ This system call is present only in kernels before Linux 2.6.
 attempts to create a loadable module entry and reserve the kernel memory
 that will be needed to hold the module.
 This system call requires privilege.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, returns the kernel address at which the module will reside.
 On error \-1 is returned and
 .I errno
@@ -57,10 +57,10 @@ capability).
 This system call is only present on Linux up until kernel 2.4;
 it was removed in Linux 2.6.
 .\" Removed in Linux 2.5.48
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .BR create_module ()
 is Linux-specific.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR delete_module (2),
 .BR init_module (2),
 .BR query_module (2)