OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / closedir.3
index 170d49d..a1ddf48 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%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.
@@ -19,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
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -48,7 +50,7 @@ also closes the underlying file descriptor associated with
 .IR dirp .
 The directory stream descriptor \fIdirp\fP is not available
 after this call.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR closedir ()
 function returns 0 on success.
@@ -59,9 +61,9 @@ is set appropriately.
 .TP
 .B EBADF
 Invalid directory stream descriptor \fIdirp\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, POSIX.1-2001, 4.3BSD.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR close (2),
 .BR opendir (3),
 .BR readdir (3),