diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 23:05:03 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 23:05:03 +0000 |
| commit | 9ec0ea9000b960c27e33208b589514608c20c9bb (patch) | |
| tree | ac163cb1dc28d60465b63228aae8d5b42dbfa7be | |
| parent | cf29f7772aeecbcdcbb6cc2c7826663799fc3485 (diff) | |
| download | man-pages-9ec0ea9000b960c27e33208b589514608c20c9bb.tar.gz | |
ffix
| -rw-r--r-- | man2/fallocate.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 66c023b116..fa002d9332 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -62,7 +62,7 @@ flag is not specified in the default behavior is almost same as when this flag is specified. The only difference is that on success, the file size will be changed if -.IR offset + len +.I "offset + len" is greater than the file size. This default behavior closely resembles the behavior of the .BR posix_fallocate (3) |
