OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man2 / uselib.2
index 6d47181..96c6a5a 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified by Michael Haardt <michael@moria.de>
 .\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu>
@@ -45,7 +45,7 @@ The address where to load is found
 in the library itself.
 The library can have any recognized
 binary format.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, zero is returned.
 On error, \-1 is returned, and
 .I errno
@@ -71,9 +71,9 @@ The system limit on the total number of open files has been reached.
 .B ENOEXEC
 The file specified by
 .I library
-is not an executable of known type,
-e.g., does not have the correct magic numbers.
-.SH "CONFORMING TO"
+is not an executable of a known type;
+for example, it does not have the correct magic numbers.
+.SH CONFORMING TO
 .BR uselib ()
 is Linux-specific, and should not be used in programs
 intended to be portable.
@@ -99,7 +99,7 @@ so that this dynamic library can load the remaining libraries needed
 This is also the state of affairs in libc5.
 .LP
 glibc2 does not use this call.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ar (1),
 .BR gcc (1),
 .BR ld (1),
@@ -109,3 +109,12 @@ glibc2 does not use this call.
 .BR dlopen (3),
 .BR capabilities (7),
 .BR ld.so (8)
+.SH COLOPHON
+This page is part of release 3.75 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.