From c89aadb72714c6018732a5fa868f21396aefefd9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 23 May 2020 08:43:18 +0200 Subject: [PATCH] Manual pages: nsenter.1, unshare.1: add a reference to time_namespaces(7) Linux man-pages now has a page describing time namespaces. Signed-off-by: Michael Kerrisk --- sys-utils/nsenter.1 | 2 ++ sys-utils/unshare.1 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1 index 2f45df66d0..2991076091 100644 --- a/sys-utils/nsenter.1 +++ b/sys-utils/nsenter.1 @@ -99,6 +99,8 @@ The process can have a distinct view of and/or .B CLOCK_BOOTTIME which can be changed using \fI/proc/self/timens_offsets\fP. +For further details, see +.BR time_namespaces (7). .TP See \fBclone\fP(2) for the exact semantics of the flags. .SH OPTIONS diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index 2665ca0af5..db67b0d4c2 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -111,6 +111,8 @@ The process can have a distinct view of and/or .B CLOCK_BOOTTIME which can be changed using \fI/proc/self/timens_offsets\fP. +For further details, see +.BR time_namespaces (7). .SH OPTIONS .TP .BR \-i , " \-\-ipc" [ =\fIfile ] -- 2.47.3