diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2015-12-06 19:47:18 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-12-07 08:09:23 +0100 |
| commit | ae6bc11cdd80a5e1dacfa2ca628d3050d332a075 (patch) | |
| tree | b5a8e2e5f34c65a5c870f939a650198dfe4b6d6b | |
| parent | 43d8198d55587c8e58f37e43711320d7115687df (diff) | |
| download | man-pages-ae6bc11cdd80a5e1dacfa2ca628d3050d332a075.tar.gz | |
fcntl.2: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/fcntl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 963c339fda..c3f7dc2bb2 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1425,7 +1425,7 @@ Note that shrinking or growing the size of the file is still possible and allowed. .\" One or more other seals are typically used with F_SEAL_WRITE .\" because, given a file with the F_SEAL_WRITE seal set, then, -.\" while it would no longer be possinle to (say) write zeros into +.\" while it would no longer be possible to (say) write zeros into .\" the last 100 bytes of a file, it would still be possible .\" to (say) shrink the file by 100 bytes using ftruncate(), and .\" then increase the file size by 100 bytes, which would have |
