From 92b722248a360bb9968a2d1168cb9391d38ab3a7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Dec 2016 13:12:43 +0100 Subject: [PATCH] clone.2: Remove ancient libc5 details Signed-off-by: Michael Kerrisk --- man2/clone.2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index d465c67cf..2bb54ff3c 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -1104,13 +1104,13 @@ and the call would cause the limit on the number of nested user namespaces to be exceeded. See .BR user_namespaces (7). -.SH VERSIONS -There is no entry for -.BR clone () -in libc5. -glibc2 provides -.BR clone () -as described in this manual page. +.\" .SH VERSIONS +.\" There is no entry for +.\" .BR clone () +.\" in libc5. +.\" glibc2 provides +.\" .BR clone () +.\" as described in this manual page. .SH CONFORMING TO .BR clone () is Linux-specific and should not be used in programs