Print this page
5700 add zlogin -d option to allow graceful disconnect when zone is halted
Reviewed by: Andrew Gabriel <illumos@cucumber.demon.co.uk>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/zlogin.1
          +++ new/usr/src/man/man1/zlogin.1
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or
   7    7  .\" http://www.opensolaris.org/os/licensing.  See the License for the specific
   8    8  .\" language governing permissions and limitations under the License.
   9    9  .\" When distributing Covered Code, include this CDDL HEADER in each file and
  10   10  .\" include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable,
  11   11  .\" add the following below this CDDL HEADER, with the fields enclosed by
  12   12  .\" brackets "[]" replaced with your own identifying information:
  13   13  .\" Portions Copyright [yyyy] [name of copyright owner]
  14   14  .\" Copyright 2013 DEY Storage Systems, Inc.
  15   15  .\" Copyright (c) 2014 Gary Mills
  16      -.TH ZLOGIN 1 "Jan 22, 2014"
       16 +.\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
       17 +.TH ZLOGIN 1 "Mar 17, 2015"
  17   18  .SH NAME
  18   19  zlogin \- enter a zone
  19   20  .SH SYNOPSIS
  20   21  .LP
  21   22  .nf
  22      -\fBzlogin\fR [\fB-CEQ\fR] [\fB-e\fR \fIc\fR] [\fB-l\fR \fIusername\fR] \fIzonename\fR
       23 +\fBzlogin\fR [\fB-dCEQ\fR] [\fB-e\fR \fIc\fR] [\fB-l\fR \fIusername\fR] \fIzonename\fR
  23   24  .fi
  24   25  
  25   26  .LP
  26   27  .nf
  27   28  \fBzlogin\fR [\fB-nEQS\fR] [\fB-e\fR \fIc\fR] [\fB-l\fR \fIusername\fR] \fIzonename\fR \fIutility\fR
  28   29       [\fIargument\fR]...
  29   30  .fi
  30   31  
  31   32  .SH DESCRIPTION
  32   33  .sp
↓ open down ↓ 52 lines elided ↑ open up ↑
  85   86  The following options are supported:
  86   87  .sp
  87   88  .ne 2
  88   89  .na
  89   90  \fB\fB-C\fR\fR
  90   91  .ad
  91   92  .RS 15n
  92   93  Connects to the zone console.
  93   94  .RE
  94   95  
       96 +.sp
       97 +.ne 2
       98 +.na
       99 +\fB\fB-d\fR\fR
      100 +.ad
      101 +.RS 15n
      102 +Disconnect from the console when the zone halts. This option may only be used
      103 +if the \fB-C\fR option is specified.
      104 +.RE
      105 +
  95  106  .sp
  96  107  .ne 2
  97  108  .na
  98  109  \fB\fB-e\fR \fIc\fR\fR
  99  110  .ad
 100  111  .RS 15n
 101  112  Specifies a different escape character, \fIc\fR, for the key sequence used to
 102  113  access extended functions and to disconnect from the login. The default escape
 103  114  character is the tilde (\fB~\fR).
 104  115  .RE
↓ open down ↓ 181 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX