summaryrefslogtreecommitdiffstats
path: root/man2/get_kernel_syms.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/get_kernel_syms.2')
-rw-r--r--man2/get_kernel_syms.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2
index f032705e7..260baa39f 100644
--- a/man2/get_kernel_syms.2
+++ b/man2/get_kernel_syms.2
@@ -67,7 +67,7 @@ glibc versions before glibc 2.23 did export an ABI for this system call.
Therefore, in order to employ this system call,
it was sufficient to manually declare the interface in your code;
alternatively, you could invoke the system call using
-.BR syscall (2).
+.MR syscall 2 .
.SH BUGS
There is no way to indicate the size of the buffer allocated for
.IR table .
@@ -78,11 +78,11 @@ The length of exported symbol names is limited to 59 characters.
.P
Because of these limitations, this system call is deprecated in
favor of
-.BR query_module (2)
+.MR query_module 2
(which is itself nowadays deprecated
in favor of other interfaces described on its manual page).
.SH SEE ALSO
-.BR create_module (2),
-.BR delete_module (2),
-.BR init_module (2),
-.BR query_module (2)
+.MR create_module 2 ,
+.MR delete_module 2 ,
+.MR init_module 2 ,
+.MR query_module 2