From d975050ce505f3b3d29986b808b1cc8403412736 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 6 May 2007 08:38:24 +0000 Subject: [PATCH] Added SEE ALSO ref to new euidaccess.3 page --- man2/access.2 | 3 ++- man2/faccessat.2 | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/access.2 b/man2/access.2 index e8a067bbd..808cead00 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -192,4 +192,5 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR path_resolution (2), .BR setgid (2), .BR setuid (2), -.BR stat (2) +.BR stat (2), +.BR eauidaccess (3) diff --git a/man2/faccessat.2 b/man2/faccessat.2 index 6c1936a8c..e3b44c1c4 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -138,6 +138,5 @@ was added to Linux in kernel 2.6.16. .SH "SEE ALSO" .BR access (2), .BR openat (2), -.BR path_resolution (2) -.\" FIXME . Should have SEE ALSO in both directions for eaccess.3, when -.\" that page is eventually written. +.BR path_resolution (2), +.BR eauidaccess (3)