From e664450b0184b228df71ba7e3028882c82d0f321 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:21:01 +1000 Subject: [PATCH] cgroup_namespaces.7: Fix section ordering Signed-off-by: Michael Kerrisk --- man7/cgroup_namespaces.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/cgroup_namespaces.7 b/man7/cgroup_namespaces.7 index 4aa660936..937bab50e 100644 --- a/man7/cgroup_namespaces.7 +++ b/man7/cgroup_namespaces.7 @@ -146,6 +146,8 @@ Use of cgroup namespaces requires a kernel that is configured with the .B CONFIG_CGROUPS option. .\" +.SH CONFORMING TO +Namespaces are a Linux-specific feature. .SH NOTES Among the purposes served by the virtualization provided by cgroup namespaces are the following: @@ -217,8 +219,6 @@ Combined with correct enforcement of hierarchical limits, this prevents process .I X from escaping the limits imposed by ancestor cgroups. -.SH CONFORMING TO -Namespaces are a Linux-specific feature. .SH SEE ALSO .BR unshare (1), .BR clone (2),