From ea5305174f9e5e08d7c8d20d92da974d91948c78 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 19 May 2008 04:54:25 +0000 Subject: [PATCH] - jmc@cvs.openbsd.org 2008/04/18 17:15:47 [sftp.1] macro fixage; --- ChangeLog | 3 +++ sftp.1 | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6de33a13..2a8ff689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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- diff --git a/sftp.1 b/sftp.1 index 3a8ed924..68a32c30 100644 --- a/sftp.1 +++ b/sftp.1 @@ -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. .\" @@ -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 -- 2.45.1