OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / ftw.3
index 6cc0bfa..909670a 100644 (file)
@@ -32,7 +32,7 @@
 .\"    reorganized and rewrote much of the page
 .\" 2006-05-24, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"    Added an example program.
-.TH FTW 3 2014-01-11 "Linux" "Linux Programmer's Manual"
+.TH FTW 3 2014-08-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ftw, nftw \- file tree walk
 .SH SYNOPSIS
@@ -332,6 +332,9 @@ then the only nonzero value that should be used by \fIfn\fP()
 to terminate the tree walk is \fBFTW_STOP\fP,
 and that value is returned as the result of
 .BR nftw ().
+.SH VERSIONS
+.BR nftw ()
+is available under glibc since version 2.1.
 .SH CONFORMING TO
 POSIX.1-2001, SVr4, SUSv1.
 POSIX.1-2008 marks
@@ -358,14 +361,9 @@ will use \fBFTW_SL\fP for each symbolic link.
 For predictable control, use
 .BR nftw ().
 .LP
-Under Linux, libc4 and libc5 and glibc 2.0.6 will
-use \fBFTW_F\fP for all objects (files, symbolic links, FIFOs, etc.)
+\fBFTW_F\fP is returned for all objects (files, symbolic links, FIFOs, etc.)
 that can be stat'ed but are not a directory.
 
-The function
-.BR nftw ()
-is available since glibc 2.1.
-
 \fBFTW_ACTIONRETVAL\fP is glibc-specific.
 .SH EXAMPLE
 The following program traverses the directory tree under the path named
@@ -422,7 +420,7 @@ main(int argc, char *argv[])
 .BR fts (3),
 .BR readdir (3)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,