diff options
author | Damien Miller <djm@mindrot.org> | 2008-05-19 06:54:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-05-19 06:54:25 +0200 |
commit | 64058cb8ef1d6ae77ccce504635149d4cb1d19c2 (patch) | |
tree | 5ccaf90e597dd231a7c9845540978cd77ab9d059 | |
parent | - djm@cvs.openbsd.org 2008/04/18 12:32:11 (diff) | |
download | openssh-64058cb8ef1d6ae77ccce504635149d4cb1d19c2.tar.xz openssh-64058cb8ef1d6ae77ccce504635149d4cb1d19c2.zip |
- jmc@cvs.openbsd.org 2008/04/18 17:15:47
[sftp.1]
macro fixage;
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sftp.1 | 7 |
2 files changed, 8 insertions, 4 deletions
@@ -30,6 +30,9 @@ statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@ + - jmc@cvs.openbsd.org 2008/04/18 17:15:47 + [sftp.1] + macro fixage; 20080403 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- @@ -3890,4 +3893,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4911 2008/05/19 04:53:33 djm Exp $ +$Id: ChangeLog,v 1.4912 2008/05/19 04:54:25 djm Exp $ @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.65 2008/04/18 12:32:11 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.66 2008/04/18 17:15:47 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 18 2008 $ +.Dd $Mdocdate: May 19 2008 $ .Dt SFTP 1 .Os .Sh NAME @@ -112,7 +112,8 @@ will abort if any of the following commands fail: .Ic get , put , rename , ln , .Ic rm , mkdir , chdir , ls , -.Ic lchdir , chmod , chown , chgrp , lpwd, df, +.Ic lchdir , chmod , chown , +.Ic chgrp , lpwd , df , and .Ic lmkdir . Termination on error can be suppressed on a command by command basis by |