summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:23:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:23:13 +0000
commita54f61c1c0e177faaa297fd0f3265b71e18d7f3e (patch)
tree8957fa6e39ffcc1eb3cb1049c93d3ab265ad9e3c
parent200a5c0581687aa9d8eac2f682121d9965123bb8 (diff)
- deraadt@cvs.openbsd.org 2002/02/26 18:52:32
[sftp.1] Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
-rw-r--r--ChangeLog8
-rw-r--r--sftp.15
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f0c9937d..8cc4530a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120020304
2 - OpenBSD CVS Sync
3 - deraadt@cvs.openbsd.org 2002/02/26 18:52:32
4 [sftp.1]
5 Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
6
120020226 720020226
2 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests 8 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
3 based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney) 9 based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney)
@@ -7728,4 +7734,4 @@
7728 - Wrote replacements for strlcpy and mkdtemp 7734 - Wrote replacements for strlcpy and mkdtemp
7729 - Released 1.0pre1 7735 - Released 1.0pre1
7730 7736
7731$Id: ChangeLog,v 1.1890 2002/02/27 06:12:34 tim Exp $ 7737$Id: ChangeLog,v 1.1891 2002/03/05 01:23:13 mouring Exp $
diff --git a/sftp.1 b/sftp.1
index bfdbce1e9..b7d5317bc 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.30 2002/02/12 12:32:27 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.31 2002/02/26 18:52:32 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -76,7 +76,8 @@ non-interactive authentication.
76.Nm 76.Nm
77will abort if any of the following 77will abort if any of the following
78commands fail: 78commands fail:
79.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir 79.Ic get , put , rename , ln , rm ,
80.Ic mkdir , chdir , lchdir
80and 81and
81.Ic lmkdir . 82.Ic lmkdir .
82.It Fl o Ar ssh_option 83.It Fl o Ar ssh_option