From 0a5c96dbc4d4c842eef6c488fe84dc32706c2b74 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Aug 2021 04:40:32 +0200 Subject: [PATCH] open.2: Minor tweaks to list of functions that take a dirfd argument Signed-off-by: Michael Kerrisk --- man2/open.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/open.2 b/man2/open.2 index 7c0e9cd2e..806222551 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -1641,13 +1641,14 @@ a directory file descriptor argument .BR futimesat (2), .BR linkat (2), .BR mkdirat (2), -.BR move_mount (2), .BR mknodat (2), +.BR move_mount (2), .BR name_to_handle_at (2), .BR open_tree (2), .BR openat2 (2), .BR readlinkat (2), .BR renameat (2), +.BR renameat2 (2), .BR statx (2), .BR symlinkat (2), .BR unlinkat (2),