OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / closedir.3
index a1ddf48..d3d406b 100644 (file)
@@ -43,12 +43,14 @@ closedir \- close a directory
 The
 .BR closedir ()
 function closes the directory stream associated with
-\fIdirp\fP.
+.IR dirp .
 A successful call to
 .BR closedir ()
 also closes the underlying file descriptor associated with
 .IR dirp .
-The directory stream descriptor \fIdirp\fP is not available
+The directory stream descriptor
+.I dirp
+is not available
 after this call.
 .SH RETURN VALUE
 The
@@ -60,7 +62,8 @@ is set appropriately.
 .SH ERRORS
 .TP
 .B EBADF
-Invalid directory stream descriptor \fIdirp\fP.
+Invalid directory stream descriptor
+.IR dirp .
 .SH CONFORMING TO
 SVr4, POSIX.1-2001, 4.3BSD.
 .SH SEE ALSO
@@ -71,3 +74,12 @@ SVr4, POSIX.1-2001, 4.3BSD.
 .BR scandir (3),
 .BR seekdir (3),
 .BR telldir (3)
+.SH COLOPHON
+This page is part of release 3.79 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/.