doc: bring the namespaces up to date with linux kernel

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2022-05-05 00:00:00 -05:00
committed by Craig Small
parent 644a6e055c
commit 6e78355d4d
3 changed files with 24 additions and 0 deletions

View File

@ -120,10 +120,12 @@ Those inodes will appear in the order proscribed by enum namespace_type.
.RS 4
.nf
enum namespace_type {
PROCPS_NS_CGROUP,
PROCPS_NS_IPC,
PROCPS_NS_MNT,
PROCPS_NS_NET,
PROCPS_NS_PID,
PROCPS_NS_TIME,
PROCPS_NS_USER,
PROCPS_NS_UTS
};