]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
posix_fallocate.3: SEE ALSO: add fallocate(1)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Feb 2013 23:47:04 +0000 (00:47 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Feb 2013 23:47:04 +0000 (00:47 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/posix_fallocate.3

index 6fae367855beadbb540b9b9d5f4934a733fcde49..1d3b273827590f1721a56a2ff11da27397ca2db9 100644 (file)
@@ -20,7 +20,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH POSIX_FALLOCATE 3  2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH POSIX_FALLOCATE 3  2013-02-12 "GNU" "Linux Programmer's Manual"
 .SH NAME
 posix_fallocate \- allocate file space
 .SH SYNOPSIS
@@ -124,6 +124,7 @@ give the error if
 .I len
 equals zero.
 .SH "SEE ALSO"
+.BR fallocate (1),
 .BR fallocate (2),
 .BR lseek (2),
 .BR posix_fadvise (2)