- jmc@cvs.openbsd.org 2005/12/31 13:45:19
[ssh.1] .Nm does not require an argument;
This commit is contained in:
parent
14af93ee77
commit
1164c299f1
|
@ -11,6 +11,9 @@
|
|||
- jmc@cvs.openbsd.org 2005/12/31 13:44:04
|
||||
[ssh.1]
|
||||
clean up ENVIRONMENT a little;
|
||||
- jmc@cvs.openbsd.org 2005/12/31 13:45:19
|
||||
[ssh.1]
|
||||
.Nm does not require an argument;
|
||||
|
||||
20060101
|
||||
- (djm) [Makefile.in configure.ac includes.h misc.c]
|
||||
|
@ -3601,4 +3604,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.4065 2006/01/02 12:38:21 djm Exp $
|
||||
$Id: ChangeLog,v 1.4066 2006/01/02 12:38:37 djm Exp $
|
||||
|
|
6
ssh.1
6
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.233 2005/12/31 13:44:04 jmc Exp $
|
||||
.\" $OpenBSD: ssh.1,v 1.234 2005/12/31 13:45:19 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH 1
|
||||
.Os
|
||||
|
@ -859,7 +859,7 @@ are:
|
|||
Disconnect.
|
||||
.It Cm ~^Z
|
||||
Background
|
||||
.Nm ssh .
|
||||
.Nm .
|
||||
.It Cm ~#
|
||||
List forwarded connections.
|
||||
.It Cm ~&
|
||||
|
@ -990,7 +990,7 @@ Set to the path of the user's mailbox.
|
|||
Set to the default
|
||||
.Ev PATH ,
|
||||
as specified when compiling
|
||||
.Nm ssh .
|
||||
.Nm .
|
||||
.It Ev SSH_ASKPASS
|
||||
If
|
||||
.Nm
|
||||
|
|
Loading…
Reference in New Issue