summaryrefslogtreecommitdiffstats
path: root/man2/uselib.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/uselib.2')
-rw-r--r--man2/uselib.226
1 files changed, 13 insertions, 13 deletions
diff --git a/man2/uselib.2 b/man2/uselib.2
index bb567c688..1e9496d6d 100644
--- a/man2/uselib.2
+++ b/man2/uselib.2
@@ -34,9 +34,9 @@ On error, \-1 is returned, and
is set to indicate the error.
.SH ERRORS
In addition to all of the error codes returned by
-.BR open (2)
+.MR open 2
and
-.BR mmap (2),
+.MR mmap 2 ,
the following may also be returned:
.TP
.B EACCES
@@ -45,7 +45,7 @@ The library specified by
does not have read or execute permission, or the caller does not have
search permission for one of the directories in the path prefix.
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B ENFILE
The system-wide limit on the total number of open files has been reached.
@@ -64,7 +64,7 @@ glibc 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 .
.P
In ancient libc versions (before glibc 2.0),
.BR uselib ()
@@ -95,12 +95,12 @@ this system call is available only when the kernel is configured with the
.B CONFIG_USELIB
option.
.SH SEE ALSO
-.BR ar (1),
-.BR gcc (1),
-.BR ld (1),
-.BR ldd (1),
-.BR mmap (2),
-.BR open (2),
-.BR dlopen (3),
-.BR capabilities (7),
-.BR ld.so (8)
+.MR ar 1 ,
+.MR gcc 1 ,
+.MR ld 1 ,
+.MR ldd 1 ,
+.MR mmap 2 ,
+.MR open 2 ,
+.MR dlopen 3 ,
+.MR capabilities 7 ,
+.MR ld.so 8