From f29d0171ad9892b3706f2eaf7e0c8e9fbd15a45b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 3 Oct 2014 08:42:29 +0200 Subject: [PATCH] open_by_handle_at.2: tfix: page xref Signed-off-by: Michael Kerrisk --- man2/open_by_handle_at.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 index ddf96b7ba..1b7bda337 100644 --- a/man2/open_by_handle_at.2 +++ b/man2/open_by_handle_at.2 @@ -165,7 +165,7 @@ is interpreted relative to the directory referred to by .IR dirfd , and a handle is returned for the file to which it refers. (See -.BR openat (3) +.BR openat (2) for an explanation of why "directory file descriptors" are useful.) .IP * If