aboutsummaryrefslogtreecommitdiff
path: root/Documentation/adding-syscalls.txt
diff options
context:
space:
mode:
authorAskar Safin <safinaskar@mail.ru>2016-04-18 20:30:56 +0300
committerJonathan Corbet <corbet@lwn.net>2016-04-18 11:31:49 -0600
commit2c30322c4795bf26a74b6049bbea6267a19036a4 (patch)
tree1f20ea8d80a81308ee12dc3295891b22a12c902c /Documentation/adding-syscalls.txt
parent78f3873decadde42da6edf419635b5972ae61e00 (diff)
documentation: trivial typo: adding-syscalls.txt: s/statat/fstatat/
Signed-off-by: Askar Safin <safinaskar@mail.ru> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/adding-syscalls.txt')
-rw-r--r--Documentation/adding-syscalls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/adding-syscalls.txt b/Documentation/adding-syscalls.txt
index cc2d4ac4f404..bbb31e091b28 100644
--- a/Documentation/adding-syscalls.txt
+++ b/Documentation/adding-syscalls.txt
@@ -136,7 +136,7 @@ an fxyzzy(3) operation for free:
- xyzzyat(fd, "", ..., AT_EMPTY_PATH) is equivalent to fxyzzy(fd, ...)
(For more details on the rationale of the *at() calls, see the openat(2) man
-page; for an example of AT_EMPTY_PATH, see the statat(2) man page.)
+page; for an example of AT_EMPTY_PATH, see the fstatat(2) man page.)
If your new xyzzy(2) system call involves a parameter describing an offset
within a file, make its type loff_t so that 64-bit offsets can be supported