diff options
| -rw-r--r-- | man2/getdents.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/getdents.2 b/man2/getdents.2 index 17904ed66e..1211ceccb4 100644 --- a/man2/getdents.2 +++ b/man2/getdents.2 @@ -37,7 +37,7 @@ getdents, getdents64 \- get directory entries .BI " unsigned int " count ); .PP .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR "#include <dirent.h>" " /* See NOTES */" +.BR "#include <dirent.h>" .PP .BI "int getdents64(unsigned int " fd ", struct linux_dirent64 *" dirp , .BI " unsigned int " count ); |
