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 <christian.brauner@ubuntu.com>
    Date:   Mon Jul 6 17:49:11 2020 +0200

        nsproxy: support CLONE_NEWTIME with setns()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-20 12:54:32 +02:00
parent e013bdeb8f
commit 2009b72758
1 changed files with 2 additions and 1 deletions

View File

@ -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