diff options
author | Ryan England <rcengland@gmail.com> | 2019-06-03 20:16:08 -0700 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2019-06-04 13:46:34 -0700 |
commit | 0222d5accac6e2a33600db46cd235825f511de93 (patch) | |
tree | 643655b883a9129ab21356b93abc9fdbf04d8a81 /usr/src/man | |
parent | 9d48b35be7d9e9a048cb0083d02dfca25362e44e (diff) | |
download | illumos-gate-0222d5accac6e2a33600db46cd235825f511de93.tar.gz |
6143 Want zoneadm list option for non-global zones only
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man1m/zoneadm.1m | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr/src/man/man1m/zoneadm.1m b/usr/src/man/man1m/zoneadm.1m index c689dcbb05..e5f406a1be 100644 --- a/usr/src/man/man1m/zoneadm.1m +++ b/usr/src/man/man1m/zoneadm.1m @@ -306,8 +306,8 @@ By default, all running zones are listed. If you use this subcommand with the regardless of its state. In this case, the \fB-i\fR and \fB-c\fR options are disallowed. .sp -If neither the \fB-i\fR or \fB-c\fR options are given, all running zones are -listed. +If neither the \fB-i\fR, \fB-c\fR, or \fB-n\fR options are given, all running +zones are listed. .sp The following \fIlist_options\fR are supported: .sp @@ -333,6 +333,16 @@ Expand the display to all installed zones. .sp .ne 2 .na +\fB\fB-n\fR\fR +.ad +.sp .6 +.RS 4n +Do not include the global zone in the list of zones returned. +.RE + +.sp +.ne 2 +.na \fB\fB-p\fR\fR .ad .sp .6 |