From 3bb4fe47a5e0f87f2b36b2f8776f5f884b7d77aa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 14 Feb 2021 13:21:52 +0100 Subject: [PATCH] close.2: SEE ALSO: add close_range(2) Signed-off-by: Michael Kerrisk --- man2/close.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/close.2 b/man2/close.2 index 864e9eec2..7e78627e3 100644 --- a/man2/close.2 +++ b/man2/close.2 @@ -272,6 +272,7 @@ the next major release of the POSIX.1 standard. .\" Review the following glibc bug later .\" https://sourceware.org/bugzilla/show_bug.cgi?id=14627 .SH SEE ALSO +.BR close_range (2), .BR fcntl (2), .BR fsync (2), .BR open (2),