summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp.14
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fa3157de..5ac7a4464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
720010421 1020010421
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 $
diff --git a/sftp.1 b/sftp.1
index 093ebb91c..c9a9f9352 100644
--- a/sftp.1
+++ b/sftp.1
@@ -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
53then enters an interactive command mode. 53then enters an interactive command mode.
54.Pp 54.Pp
55The second usage format will fetch files automaticly if a non-interactive 55The second usage format will fetch files automaticly if a non-interactive
56authentication is used, else it do so after an interactive authenication 56authentication is used, else it do so after an interactive authentication
57is used. 57is used.
58.Pp 58.Pp
59The last usage format allows the sftp client to start in a remote directory. 59The last usage format allows the sftp client to start in a remote directory.