.TP
.BR \-t , " \-\-type " \fItype\fP
Display the specified \fItype\fP of namespaces only. The supported types are
-\fBmnt\fP, \fBnet\fP, \fBipc\fP, \fBuser\fP, \fBpid\fP, \fButs\fP and
-\fBcgroup\fP. This option may be given more than once.
+\fBmnt\fP, \fBnet\fP, \fBipc\fP, \fBuser\fP, \fBpid\fP, \fButs\fP,
+\fBcgroup\fP and \fBtime\fP. This option may be given more than once.
.TP
.BR \-u , " \-\-notruncate"
Do not truncate text in columns.
LSNS_ID_UTS,
LSNS_ID_IPC,
LSNS_ID_USER,
- LSNS_ID_CGROUP
+ LSNS_ID_CGROUP,
+ LSNS_ID_TIME
};
static char *ns_names[] = {
[LSNS_ID_UTS] = "uts",
[LSNS_ID_IPC] = "ipc",
[LSNS_ID_USER] = "user",
- [LSNS_ID_CGROUP] = "cgroup"
+ [LSNS_ID_CGROUP] = "cgroup",
+ [LSNS_ID_TIME] = "time"
};
struct lsns_namespace {
fputs(_(" -r, --raw use the raw output format\n"), out);
fputs(_(" -u, --notruncate don't truncate text in columns\n"), out);
fputs(_(" -W, --nowrap don't use multi-line representation\n"), out);
- fputs(_(" -t, --type <name> namespace type (mnt, net, ipc, user, pid, uts, cgroup)\n"), out);
+ fputs(_(" -t, --type <name> namespace type (mnt, net, ipc, user, pid, uts, cgroup, time)\n"), out);
fputs(USAGE_SEPARATOR, out);
printf(USAGE_HELP_OPTIONS(24));