aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-28 22:17:53 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-28 22:17:53 +0100
commit833ba57027e36b7cf8f3f77d738c424cd193cf20 (patch)
tree5526ccb6bd415415aa8498c667a321284792468d
parent2adfdd77958cb60f22b9f2dcae517e92c80a2029 (diff)
downloadman-pages-833ba57027e36b7cf8f3f77d738c424cd193cf20.tar.gz
getdents.2: Minor tweak to Alex's patch
The text in NOTES doesn't really relate specifically to the #include, so remove the comment on the #include. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/getdents.22
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 );