summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-10-17 07:35:48 +0000
committerjmc <jmc@openbsd.org>2013-10-17 07:35:48 +0000
commite88e6fa39a8c5e5e0cd5ac1b1523bd2b3d8c221c (patch)
treedbd76283396578b6eab60882d76e5ce511eb2a41
parentFix run-regress-fragping to use ping(8) instead of ping6(8) to send the (diff)
downloadwireguard-openbsd-e88e6fa39a8c5e5e0cd5ac1b1523bd2b3d8c221c.tar.xz
wireguard-openbsd-e88e6fa39a8c5e5e0cd5ac1b1523bd2b3d8c221c.zip
tweak previous;
-rw-r--r--usr.bin/ssh/sftp.14
-rw-r--r--usr.bin/ssh/sftp.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1
index 9809bec6fff..c5e30504f56 100644
--- a/usr.bin/ssh/sftp.1
+++ b/usr.bin/ssh/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.95 2013/10/17 00:30:13 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.96 2013/10/17 07:35:48 jmc Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -384,7 +384,7 @@ If the
.Fl f
flag is specified, then
.Xr fsync 2
-will ba called after the file transfer has completed to flush the file
+will be called after the file transfer has completed to flush the file
to disk.
.Pp
If either the
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c
index 2c3548d971a..1ec781656cd 100644
--- a/usr.bin/ssh/sftp.c
+++ b/usr.bin/ssh/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.156 2013/10/17 00:30:13 djm Exp $ */
+/* $OpenBSD: sftp.c,v 1.157 2013/10/17 07:35:48 jmc Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -2154,7 +2154,7 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-1246aCpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
+ "usage: %s [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
" [-D sftp_server_path] [-F ssh_config] "
"[-i identity_file] [-l limit]\n"
" [-o ssh_option] [-P port] [-R num_requests] "