summaryrefslogtreecommitdiffstats
path: root/man2/delete_module.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/delete_module.2')
-rw-r--r--man2/delete_module.218
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/delete_module.2 b/man2/delete_module.2
index e9c432e84..a41f55426 100644
--- a/man2/delete_module.2
+++ b/man2/delete_module.2
@@ -21,7 +21,7 @@ Standard C library
glibc provides no wrapper for
.BR delete_module (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
The
.BR delete_module ()
@@ -147,7 +147,7 @@ or module unloading is disabled
(see
.I /proc/sys/kernel/modules_disabled
in
-.BR proc (5)).
+.MR proc 5 ).
.TP
.B EWOULDBLOCK
Other modules depend on this module;
@@ -171,7 +171,7 @@ Therefore, in order to employ this system call,
it is (before glibc 2.23) sufficient to
manually declare the interface in your code;
alternatively, you can invoke the system call using
-.BR syscall (2).
+.MR syscall 2 .
.SS Linux 2.4 and earlier
In Linux 2.4 and earlier, the system call took only one argument:
.P
@@ -197,9 +197,9 @@ As at Linux 3.7, specifying
.B O_NONBLOCK
is optional, but in future kernels it is likely to become mandatory.
.SH SEE ALSO
-.BR create_module (2),
-.BR init_module (2),
-.BR query_module (2),
-.BR lsmod (8),
-.BR modprobe (8),
-.BR rmmod (8)
+.MR create_module 2 ,
+.MR init_module 2 ,
+.MR query_module 2 ,
+.MR lsmod 8 ,
+.MR modprobe 8 ,
+.MR rmmod 8