From 2009b7275864f941740d80e746a3de962c4e099e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 20 Oct 2020 12:54:32 +0200 Subject: [PATCH] setns.2: Correct the version for time namespace support Time namespaces were added in kernel 5.6, but setns() support for time namespaces was added only starting with kernel 5.8: commit 76c12881a38aaa83e1eb4ce2fada36c3a732bad4 Author: Christian Brauner Date: Mon Jul 6 17:49:11 2020 +0200 nsproxy: support CLONE_NEWTIME with setns() Signed-off-by: Michael Kerrisk --- man2/setns.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/setns.2 b/man2/setns.2 index 198df3fa05..6edbb6171c 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -80,7 +80,8 @@ must refer to a mount namespace. .I fd must refer to a descendant PID namespace. .TP -.BR CLONE_NEWTIME " (since Linux 5.6)" +.BR CLONE_NEWTIME " (since Linux 5.8)" +.\" commit 76c12881a38aaa83e1eb4ce2fada36c3a732bad4 .I fd must refer to a time namespace. .TP -- 2.47.2