diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-22 17:10:11 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-22 17:10:11 +0000 |
commit | 8376ac354a4b110f7e7a4559bcd661810871f5ae (patch) | |
tree | 490eea401feb1bcb103d6f62cbaed0f57a7cc5fc | |
parent | ee2786a2a1c295e25b165af1b830fd0ef28985db (diff) |
- mouring@cvs.openbsd.org 2001/04/21 00:55:57
[sftp.1]
Spelling
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sftp.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -3,6 +3,9 @@ | |||
3 | - markus@cvs.openbsd.org 2001/04/20 16:32:22 | 3 | - markus@cvs.openbsd.org 2001/04/20 16:32:22 |
4 | [uidswap.c] | 4 | [uidswap.c] |
5 | set non-privileged gid before uid; tholo@ and deraadt@ | 5 | set non-privileged gid before uid; tholo@ and deraadt@ |
6 | - mouring@cvs.openbsd.org 2001/04/21 00:55:57 | ||
7 | [sftp.1] | ||
8 | Spelling | ||
6 | 9 | ||
7 | 20010421 | 10 | 20010421 |
8 | - OpenBSD CVS Sync | 11 | - OpenBSD CVS Sync |
@@ -5206,4 +5209,4 @@ | |||
5206 | - Wrote replacements for strlcpy and mkdtemp | 5209 | - Wrote replacements for strlcpy and mkdtemp |
5207 | - Released 1.0pre1 | 5210 | - Released 1.0pre1 |
5208 | 5211 | ||
5209 | $Id: ChangeLog,v 1.1153 2001/04/22 17:08:00 mouring Exp $ | 5212 | $Id: ChangeLog,v 1.1154 2001/04/22 17:10:11 mouring Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.15 2001/04/12 23:17:54 mouring Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.16 2001/04/21 00:55:57 mouring Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -53,7 +53,7 @@ connects and logs into the specified | |||
53 | then enters an interactive command mode. | 53 | then enters an interactive command mode. |
54 | .Pp | 54 | .Pp |
55 | The second usage format will fetch files automaticly if a non-interactive | 55 | The second usage format will fetch files automaticly if a non-interactive |
56 | authentication is used, else it do so after an interactive authenication | 56 | authentication is used, else it do so after an interactive authentication |
57 | is used. | 57 | is used. |
58 | .Pp | 58 | .Pp |
59 | The last usage format allows the sftp client to start in a remote directory. | 59 | The last usage format allows the sftp client to start in a remote directory. |