documentation: trivial typo: adding-syscalls.txt: s/statat/fstatat/
authorAskar Safin <safinaskar@mail.ru>
Mon, 18 Apr 2016 17:30:56 +0000 (20:30 +0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Apr 2016 17:31:49 +0000 (11:31 -0600)
Signed-off-by: Askar Safin <safinaskar@mail.ru>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/adding-syscalls.txt

index cc2d4ac4f4042b7938e38f9f11970669292839a6..bbb31e091b282576ef89c0140cd54115edd62da9 100644 (file)
@@ -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
This page took 0.027908 seconds and 5 git commands to generate.