--- man2/unshare.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man2/unshare.2 b/man2/unshare.2 index f0a0f0ec5..1bdb950c3 100644 --- a/man2/unshare.2 +++ b/man2/unshare.2 @@ -288,6 +288,13 @@ was specified in .IR flags , and the caller is multithreaded. .TP +.B EINVAL +.BR NET_NS +was passed and +the kernel was configured without +.BR CONFIG_NET_NS . +.\" https://github.com/torvalds/linux/blob/master/include/net/net_namespace.h#L181 +.TP .B ENOMEM Cannot allocate sufficient memory to copy parts of caller's context that need to be unshared. -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html