]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/get_kernel_syms.2
user_namespaces.7: Minor wording fix to recently added text
[thirdparty/man-pages.git] / man2 / get_kernel_syms.2
index a7648b04553176575a5eddfa00959f7fc66db697..27661f0beed3ee7bf9ca9532dd75e21f417027cb 100644 (file)
@@ -7,7 +7,7 @@
 .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
 .\" reformatting and rewordings by mtk
 .\"
-.TH GET_KERNEL_SYMS 2 2016-10-08 "Linux" "Linux Programmer's Manual"
+.TH GET_KERNEL_SYMS 2 2017-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 get_kernel_syms \- retrieve exported kernel and module symbols
 .SH SYNOPSIS
@@ -22,7 +22,7 @@ No declaration of this system call is provided in glibc headers; see NOTES.
 .SH DESCRIPTION
 .BR Note :
 This system call is present only in kernels before Linux 2.6.
-
+.PP
 If
 .I table
 is NULL,
@@ -31,12 +31,12 @@ returns the number of symbols available for query.
 Otherwise, it fills in a table of structures:
 .PP
 .in +4n
-.nf
+.EX
 struct kernel_sym {
     unsigned long value;
     char          name[60];
 };
-.fi
+.EE
 .in
 .PP
 The symbols are interspersed with magic symbols of the form