OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / intro.3
index 8edfaa3..cf14025 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" 2007-10-23 mtk, Nearly a complete rewrite of the earlier page.
-.TH INTRO 3 2010-09-10 "Linux" "Linux Programmer's Manual"
+.TH INTRO 3 2010-11-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
-intro \- Introduction to library functions
+intro \- introduction to library functions
 .SH DESCRIPTION
 Section 3 of the manual describes all library functions excluding the library
-functions (system call wrappers) described in section 2,
+functions (system call wrappers) described in Section 2,
 which implement system calls.
 
 Many of the functions described in the section are part of the
@@ -82,19 +84,35 @@ For further information on feature test macros, see
 .\" .IP (3X)
 .\" Various special libraries.  The manual pages documenting their functions
 .\" specify the library names.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 Certain terms and abbreviations are used to indicate UNIX variants
 and standards to which calls in this section conform.
 See
 .BR standards (7).
 .SH NOTES
-.SS Authors and Copyright Conditions
+.SS Authors and copyright conditions
 Look at the header of the manual page source for the author(s) and copyright
 conditions.
 Note that these can be different from page to page!
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR intro (2),
 .BR errno (3),
+.BR capabilities (7),
+.BR credentials (7),
+.BR environ (7),
 .BR feature_test_macros (7),
 .BR libc (7),
+.BR math_error (7),
+.BR path_resolution (7),
+.BR pthreads (7),
+.BR signal (7),
 .BR standards (7)
+.SH COLOPHON
+This page is part of release 3.68 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/.