summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-08 14:05:23 +1100
committerDamien Miller <djm@mindrot.org>2003-01-08 14:05:23 +1100
commit6342180b7f64c96e020db99b97428e4a69a39567 (patch)
treeab51d2d4000317b71302b6fe616d5a247a4f5a45
parent770b374a68fdb27de2c6314f154db57067875ff8 (diff)
- fgsch@cvs.openbsd.org 2003/01/07 23:42:54
[sftp.1] add version; from Nils Nordman <nino at nforced dot com> via markus@. markus@ ok
-rw-r--r--ChangeLog6
-rw-r--r--sftp.16
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d489ed24..aacdf9958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
9 [sftp-client.c] 9 [sftp-client.c]
10 Fix "get -p" download to not add user-write perm. mindrot bug #426 10 Fix "get -p" download to not add user-write perm. mindrot bug #426
11 reported by gfernandez@livevault.com; ok markus@ 11 reported by gfernandez@livevault.com; ok markus@
12 - fgsch@cvs.openbsd.org 2003/01/07 23:42:54
13 [sftp.1]
14 add version; from Nils Nordman <nino at nforced dot com> via markus@.
15 markus@ ok
12 16
1320030107 1720030107
14 - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. 18 - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses.
@@ -954,4 +958,4 @@
954 save auth method before monitor_reset_key_state(); bugzilla bug #284; 958 save auth method before monitor_reset_key_state(); bugzilla bug #284;
955 ok provos@ 959 ok provos@
956 960
957$Id: ChangeLog,v 1.2552 2003/01/08 03:04:53 djm Exp $ 961$Id: ChangeLog,v 1.2553 2003/01/08 03:05:23 djm Exp $
diff --git a/sftp.1 b/sftp.1
index 84d1c1bf5..60d46b1c2 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.37 2002/12/06 05:20:02 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.38 2003/01/07 23:42:54 fgsch Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -253,6 +253,10 @@ Create a symbolic link from
253.Ar oldpath 253.Ar oldpath
254to 254to
255.Ar newpath . 255.Ar newpath .
256.It Ic version
257Display the
258.Nm
259protocol version.
256.It Ic ! Ar command 260.It Ic ! Ar command
257Execute 261Execute
258.Ar command 262.Ar command