]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 18 Mar 2008 07:44:01 +0000 (07:44 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 18 Mar 2008 07:44:01 +0000 (07:44 +0000)
man3/posix_fallocate.3

index a93545290a86a0c164e55b3b4c4321322e5f240b..ed43567cc805e0fa89902c28fefd68ffe2252ddf 100644 (file)
@@ -26,7 +26,7 @@ posix_fallocate \- allocate file space
 .SH SYNOPSIS
 .nf
 .B #define _XOPEN_SOURCE 600
-.B #include <fcnlt.h>
+.B #include <fcntl.h>
 .sp
 .BI "int posix_fallocate(int " fd ", off_t " offset ", off_t " len );
 .fi