diff options
author | Damien Miller <djm@mindrot.org> | 2003-01-08 14:05:23 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-01-08 14:05:23 +1100 |
commit | 6342180b7f64c96e020db99b97428e4a69a39567 (patch) | |
tree | ab51d2d4000317b71302b6fe616d5a247a4f5a45 | |
parent | 770b374a68fdb27de2c6314f154db57067875ff8 (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | sftp.1 | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -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 | ||
13 | 20030107 | 17 | 20030107 |
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 $ |
@@ -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 |
254 | to | 254 | to |
255 | .Ar newpath . | 255 | .Ar newpath . |
256 | .It Ic version | ||
257 | Display the | ||
258 | .Nm | ||
259 | protocol version. | ||
256 | .It Ic ! Ar command | 260 | .It Ic ! Ar command |
257 | Execute | 261 | Execute |
258 | .Ar command | 262 | .Ar command |