OSDN Git Service

(split) LDP: Update original to LDP v3.64
[linuxjm/LDP_man-pages.git] / original / man3 / fts.3
index 0ccd5a7..642fa46 100644 (file)
@@ -696,7 +696,7 @@ fields of the structure, when returned by
 .BR fts_read (),
 will reflect the target of the symbolic link instead of the symbolic link
 itself.
-In either case, if the target of the symbolic link does not exist the
+In either case, if the target of the symbolic link does not exist, the
 fields of the returned structure will be unchanged and the
 .I fts_info
 field will be set to
@@ -776,10 +776,10 @@ These functions are available in Linux since glibc2.
 4.4BSD.
 .SH BUGS
 All of the APIs described in this man page are not safe when compiling
-a program using the LFS APIs on 32-bit systems (e.g., when compiling with
+a program using the LFS APIs (e.g., when compiling with
 .IR -D_FILE_OFFSET_BITS=64 ).
 .\" https://sourceware.org/bugzilla/show_bug.cgi?id=15838
-
+.\" https://sourceware.org/bugzilla/show_bug.cgi?id=11460
 .\" The following statement is years old, and seems no closer to
 .\" being true -- mtk
 .\" The
@@ -793,3 +793,11 @@ a program using the LFS APIs on 32-bit systems (e.g., when compiling with
 .BR stat (2),
 .BR ftw (3),
 .BR qsort (3)
+.SH COLOPHON
+This page is part of release 3.64 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.