diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sftp.1 | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -3,6 +3,11 @@ | |||
3 | - deraadt@cvs.openbsd.org 2002/02/26 18:52:32 | 3 | - deraadt@cvs.openbsd.org 2002/02/26 18:52:32 |
4 | [sftp.1] | 4 | [sftp.1] |
5 | Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | 5 | Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org |
6 | - mouring@cvs.openbsd.org 2002/02/26 19:04:37 | ||
7 | [sftp.1] | ||
8 | > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | ||
9 | Last Ic on the first line should not have a space between it and the final | ||
10 | comma. | ||
6 | 11 | ||
7 | 20020226 | 12 | 20020226 |
8 | - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests | 13 | - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests |
@@ -7734,4 +7739,4 @@ | |||
7734 | - Wrote replacements for strlcpy and mkdtemp | 7739 | - Wrote replacements for strlcpy and mkdtemp |
7735 | - Released 1.0pre1 | 7740 | - Released 1.0pre1 |
7736 | 7741 | ||
7737 | $Id: ChangeLog,v 1.1891 2002/03/05 01:23:13 mouring Exp $ | 7742 | $Id: ChangeLog,v 1.1892 2002/03/05 01:24:52 mouring Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.31 2002/02/26 18:52:32 deraadt Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.32 2002/02/26 19:04:37 mouring 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,7 @@ non-interactive authentication. | |||
76 | .Nm | 76 | .Nm |
77 | will abort if any of the following | 77 | will abort if any of the following |
78 | commands fail: | 78 | commands fail: |
79 | .Ic get , put , rename , ln , rm , | 79 | .Ic get , put , rename , ln , rm, |
80 | .Ic mkdir , chdir , lchdir | 80 | .Ic mkdir , chdir , lchdir |
81 | and | 81 | and |
82 | .Ic lmkdir . | 82 | .Ic lmkdir . |