mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2006/01/03 16:35:30
[ssh.1] use a larger width for the ENVIRONMENT list;
This commit is contained in:
parent
7655f5cd9f
commit
6aa2290b0c
|
@ -6,6 +6,9 @@
|
|||
this avoids nastly line wrap when we have long pathnames, and treats
|
||||
each file as a separate item;
|
||||
remove the .Pa too, since it is useless.
|
||||
- jmc@cvs.openbsd.org 2006/01/03 16:35:30
|
||||
[ssh.1]
|
||||
use a larger width for the ENVIRONMENT list;
|
||||
|
||||
20060103
|
||||
- (djm) [channels.c] clean up harmless merge error, from reyk@
|
||||
|
@ -3640,4 +3643,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4074 2006/01/06 03:48:18 djm Exp $
|
||||
$Id: ChangeLog,v 1.4075 2006/01/06 03:48:34 djm Exp $
|
||||
|
|
4
ssh.1
4
ssh.1
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: ssh.1,v 1.236 2006/01/03 16:31:10 jmc Exp $
|
||||
.\" $OpenBSD: ssh.1,v 1.237 2006/01/03 16:35:30 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH 1
|
||||
.Os
|
||||
|
@ -956,7 +956,7 @@ electronic purse; another is going through firewalls.
|
|||
.Sh ENVIRONMENT
|
||||
.Nm
|
||||
will normally set the following environment variables:
|
||||
.Bl -tag -width LOGNAME
|
||||
.Bl -tag -width "SSH_ORIGINAL_COMMAND"
|
||||
.It Ev DISPLAY
|
||||
The
|
||||
.Ev DISPLAY
|
||||
|
|
Loading…
Reference in New Issue