ioctl_ns.2: ERRORS: document ENOTTY

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 12:20:05 +02:00
parent 2546f8a637
commit a1a3cae896
1 changed files with 10 additions and 0 deletions

View File

@ -136,6 +136,16 @@ or
in order to create a namespace.
.SH CONFORMING TO
Namespaces and the operations described on this page are a Linux-specific.
.SH ERRORS
Any of the above
.BR ioctl ()
operations can return the following errors:
.TP
.B ENOTTY
.I fd
does not refer to a
.I /proc/[pid]/ns/*
file.
.SH EXAMPLE
The example shown below uses the
.BR ioctl (2)