From 5024580d6b23a4db05eb8ea970a5ca88fbcb3288 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 18 Oct 2010 04:56:09 +0200 Subject: [PATCH] syscalls.2: srcfix Signed-off-by: Michael Kerrisk --- man2/syscalls.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 76c691698..03e774b41 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -712,7 +712,7 @@ and .IR __NR_ugetrlimit ). .IP * Linux 2.4 increased the size of user and group IDs from 16 to 32 bits. -.\" 64 bit off_t changes: ftruncate64, *stat64, +.\" 64-bit off_t changes: ftruncate64, *stat64, .\" fcntl64 (because of the flock structure), getdents64, *statfs64 To support this change, a range of system calls were added (e.g.,