~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/ftw.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
.BI "                   int " typeflag ),
44
44
.BI "        int " nopenfd );
45
45
.sp
46
 
.B #define _XOPEN_SOURCE 500
 
46
.BR "#define _XOPEN_SOURCE 500" "   /* See feature_test_macros(7) */"
47
47
.B #include <ftw.h>
48
48
.sp
49
49
.BI "int nftw(const char *" dirpath ,
404
404
.SH "SEE ALSO"
405
405
.BR stat (2),
406
406
.BR fts (3),
407
 
.BR readdir (3),
408
 
.BR feature_test_macros (7)
 
407
.BR readdir (3)
409
408
.SH COLOPHON
410
 
This page is part of release 3.27 of the Linux
 
409
This page is part of release 3.32 of the Linux
411
410
.I man-pages
412
411
project.
413
412
A description of the project,