diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-09-03 15:23:29 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-09-03 15:23:29 +0000 |
commit | 570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (patch) | |
tree | a19cce00f5d5ccc178abb81fb447696c68b4c99a /usr.bin/ssh | |
parent | 0b184c6621100a542998a9f2fa3720bf4198bf47 (diff) |
add missing .El against .Bl.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 5 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 645583f890b..f0b02ee20ab 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-add.1,v 1.15 2000/08/25 16:16:15 deraadt Exp $ +.\" $Id: ssh-add.1,v 1.16 2000/09/03 15:23:28 itojun Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 @@ -65,7 +65,7 @@ This is the default file added by when no other files have been specified. .It Pa $HOME/.ssh/id_dsa Contains the DSA authentication identity of the user. -.Pp +.El .Sh ENVIRONMENT .Bl -tag -width Ds .It Ev "DISPLAY" and "SSH_ASKPASS" @@ -91,6 +91,7 @@ or related script. may be necessary to redirect the input from .Pa /dev/null to make this work.) +.El .Sh AUTHOR Tatu Ylonen <ylo@cs.hut.fi> .Pp diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 274b56f3738..2da8bc4bb37 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.57 2000/08/25 16:16:15 deraadt Exp $ +.\" $Id: ssh.1,v 1.58 2000/09/03 15:23:28 itojun Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -946,6 +946,7 @@ Specifies the location of the program. The default is .Pa /usr/X11R6/bin/xauth . +.El .Sh ENVIRONMENT .Nm will normally set the following environment variables: @@ -1189,6 +1190,7 @@ above. .It Pa libcrypto.so.X.1 A version of this library which includes support for the RSA algorithm is required for proper operation. +.El .Sh AUTHOR OpenSSH is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen, |