[ssh-agent.1]
     fix usage; ok markus@
This commit is contained in:
Ben Lindstrom 2001-09-12 17:02:49 +00:00
parent ce89dacda8
commit ba1fa1d67b
2 changed files with 8 additions and 7 deletions

View File

@ -26,6 +26,9 @@
[sshd.c] [sshd.c]
end request with 0, not NULL end request with 0, not NULL
ok markus@ ok markus@
- stevesk@cvs.openbsd.org 2001/08/23 18:02:48
[ssh-agent.1]
fix usage; ok markus@
20010815 20010815
- (bal) Fixed stray code in readconf.c that went in by mistake. - (bal) Fixed stray code in readconf.c that went in by mistake.
@ -6349,4 +6352,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1492 2001/09/12 16:58:04 mouring Exp $ $Id: ChangeLog,v 1.1493 2001/09/12 17:02:49 mouring Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-agent.1,v 1.26 2001/07/15 16:57:21 stevesk Exp $ .\" $OpenBSD: ssh-agent.1,v 1.27 2001/08/23 18:02:48 stevesk Exp $
.\" .\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -42,14 +42,12 @@
.Nd authentication agent .Nd authentication agent
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm ssh-agent .Nm ssh-agent
.Ar command .Op Fl c Li | Fl s
.Ar args ... .Op Fl d
.Op Ar command Op Ar args ...
.Nm ssh-agent .Nm ssh-agent
.Op Fl c Li | Fl s .Op Fl c Li | Fl s
.Nm ssh-agent
.Fl k .Fl k
.Nm ssh-agent
.Fl d
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a program to hold private keys used for public key authentication is a program to hold private keys used for public key authentication