upstream: fix markup error (missing blank before delimiter); from

Mike Frysinger <vapier at gentoo dot org>

OpenBSD-Commit-ID: 1bc5392f795ca86318d695e0947eaf71a5a4f6d9
This commit is contained in:
schwarze@openbsd.org 2018-11-13 07:22:45 +00:00 committed by Damien Miller
parent 960e7c672d
commit 90ef45f7aa

6
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.120 2018/09/20 06:58:48 jmc Exp $ .\" $OpenBSD: sftp.1,v 1.121 2018/11/13 07:22:45 schwarze Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" 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 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: September 20 2018 $ .Dd $Mdocdate: November 13 2018 $
.Dt SFTP 1 .Dt SFTP 1
.Os .Os
.Sh NAME .Sh NAME
@ -135,7 +135,7 @@ may be used to indicate standard input.
.Nm .Nm
will abort if any of the following will abort if any of the following
commands fail: commands fail:
.Ic get , put , reget , reput, rename , ln , .Ic get , put , reget , reput , rename , ln ,
.Ic rm , mkdir , chdir , ls , .Ic rm , mkdir , chdir , ls ,
.Ic lchdir , chmod , chown , .Ic lchdir , chmod , chown ,
.Ic chgrp , lpwd , df , symlink , .Ic chgrp , lpwd , df , symlink ,