summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man2/create_module.2
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man2/create_module.2')
-rw-r--r--upstream/opensuse-tumbleweed/man2/create_module.28
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man2/create_module.2 b/upstream/opensuse-tumbleweed/man2/create_module.2
index d159cb11..9b12dfa1 100644
--- a/upstream/opensuse-tumbleweed/man2/create_module.2
+++ b/upstream/opensuse-tumbleweed/man2/create_module.2
@@ -5,19 +5,19 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
-.TH create_module 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH create_module 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
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.