]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Correct header file in synopsis
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 23:12:01 +0000 (23:12 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 23:12:01 +0000 (23:12 +0000)
man2/fstatat.2

index 8bbdddab094f960d62320be8def90e65c7f86d77..95a423f267a9c3b66f1b153a63020b0071ca201e 100644 (file)
@@ -28,7 +28,7 @@
 fstatat \- get file status relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
-.B #include <stdio.h>
+.B #include <sys/stat.h>
 .sp
 .BI "int fstatat(int " dirfd ", const char *" path ", struct stat *" \
 buf ", int " flags );