From 3426f62cea8548825d6cc9747e37e71f9373b539 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 3 Aug 2018 07:36:48 +0200 Subject: [PATCH] namespaces.7: Mention ioctl(2) in discussion of namespaces APIs Signed-off-by: Michael Kerrisk --- man7/namespaces.7 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man7/namespaces.7 b/man7/namespaces.7 index df6d87420..781872f3c 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -95,6 +95,13 @@ flags listed below, then new namespaces are created for each flag, and the calling process is made a member of those namespaces. (This system call also implements a number of features unrelated to namespaces.) +.TP +.BR ioctl (2) +Various +.BR ioctl (2) +operations can be used to discover information about namespaces. +These operations are descibed in +.BR ioctl_ns (2). .PP Creation of new namespaces using .BR clone (2)