]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/create_module.2
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man2 / create_module.2
index 2239f05cdd1c37968d107ccad49fe46cfd88890f..1121713a8a1024b51109c2ac4d78ea96cfc31453 100644 (file)
@@ -11,13 +11,13 @@ create_module \- create a loadable module entry
 .SH SYNOPSIS
 .nf
 .B #include <linux/module.h>
-.PP
+.P
 .BI "[[deprecated]] caddr_t create_module(const char *" name ", size_t " size );
 .fi
 .SH DESCRIPTION
 .IR Note :
 This system call is present only before Linux 2.6.
-.PP
+.P
 .BR create_module ()
 attempts to create a loadable module entry and reserve the kernel memory
 that will be needed to hold the module.
@@ -58,7 +58,7 @@ Linux.
 .SH HISTORY
 Removed in Linux 2.6.
 .\" Removed in Linux 2.5.48
-.PP
+.P
 This obsolete system call is not supported by glibc.
 No declaration is provided in glibc headers, but, through a quirk of history,
 glibc versions before glibc 2.23 did export an ABI for this system call.