]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fcntl.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Jan 2015 10:18:53 +0000 (11:18 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 19 Jan 2015 09:35:33 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fcntl.2

index 47edc683c6e84cdd63700b5fdf1cb4b62e282ba6..50cdb7a967e2038e17c716b451cb30ffccd83fde 100644 (file)
@@ -1412,7 +1412,7 @@ still possible and allowed.
 .\"       NOT be permitted.
 .\"
 .\"       Shrinking the file by 100 bytes using ftruncate(), and then
-.\"       increasing the fil size by 100 bytes, which would have the
+.\"       increasing the file size by 100 bytes, which would have the
 .\"       effect of replacing the last hundred bytes by zeros, IS permitted.
 .\"
 .\"       Either my understanding is incorrect, or the above two cases