From 8f692313d100092d55253d57962991c74aa01351 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 May 2014 23:07:51 +0200 Subject: [PATCH] access.2: NOTES: add "C library/kernel ABI differences" subheading Signed-off-by: Michael Kerrisk --- man2/access.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/access.2 b/man2/access.2 index cdf2f9653..5938fc9ad 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -323,7 +323,7 @@ the server.) Similar problems can occur to FUSE mounts. .\" .\" -.SS faccessat () +.SS C library/kernel ABI differences The raw .BR faccessat () system call takes only the first three arguments.