mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2004/08/30 21:22:49
[ssh-add.1 ssh.1] .Xsession -> .xsession; originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@
This commit is contained in:
parent
c016134588
commit
4e4fe0052c
|
@ -3,6 +3,11 @@
|
||||||
- markus@cvs.openbsd.org 2004/08/30 09:18:08
|
- markus@cvs.openbsd.org 2004/08/30 09:18:08
|
||||||
[LICENCE]
|
[LICENCE]
|
||||||
s/keygen/keyscan/
|
s/keygen/keyscan/
|
||||||
|
- jmc@cvs.openbsd.org 2004/08/30 21:22:49
|
||||||
|
[ssh-add.1 ssh.1]
|
||||||
|
.Xsession -> .xsession;
|
||||||
|
originally from a pr from f at obiit dot org, but missed by myself;
|
||||||
|
ok markus@ matthieu@
|
||||||
|
|
||||||
20041102
|
20041102
|
||||||
- (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
|
- (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
|
||||||
|
@ -1782,4 +1787,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3563 2004/11/05 09:00:03 dtucker Exp $
|
$Id: ChangeLog,v 1.3564 2004/11/05 09:01:03 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-add.1,v 1.40 2003/11/25 23:10:08 matthieu Exp $
|
.\" $OpenBSD: ssh-add.1,v 1.41 2004/08/30 21:22:49 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -129,7 +129,7 @@ and open an X11 window to read the passphrase.
|
||||||
This is particularly useful when calling
|
This is particularly useful when calling
|
||||||
.Nm
|
.Nm
|
||||||
from a
|
from a
|
||||||
.Pa .Xsession
|
.Pa .xsession
|
||||||
or related script.
|
or related script.
|
||||||
(Note that on some machines it
|
(Note that on some machines it
|
||||||
may be necessary to redirect the input from
|
may be necessary to redirect the input from
|
||||||
|
|
4
ssh.1
4
ssh.1
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.195 2004/08/26 16:00:55 markus Exp $
|
.\" $OpenBSD: ssh.1,v 1.196 2004/08/30 21:22:49 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -846,7 +846,7 @@ and open an X11 window to read the passphrase.
|
||||||
This is particularly useful when calling
|
This is particularly useful when calling
|
||||||
.Nm
|
.Nm
|
||||||
from a
|
from a
|
||||||
.Pa .Xsession
|
.Pa .xsession
|
||||||
or related script.
|
or related script.
|
||||||
(Note that on some machines it
|
(Note that on some machines it
|
||||||
may be necessary to redirect the input from
|
may be necessary to redirect the input from
|
||||||
|
|
Loading…
Reference in New Issue