summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2022-03-31 17:27:27 +0000
committerDamien Miller <djm@mindrot.org>2022-04-06 09:16:05 +1000
commit9ec2713d122af79d66ebb9c1d6d9ae8621a8945f (patch)
tree53b55061633edb7e9a134b8bd488244857957afc /sftp.1
parent3741df98ffaaff92b474ee70d8ef276b5882f85a (diff)
downloadopenssh-git-9ec2713d122af79d66ebb9c1d6d9ae8621a8945f.tar.gz
upstream: man pages: add missing commas between subordinate and
main clauses jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ OpenBSD-Commit-ID: 9520801729bebcb3c9fe43ad7f9776ab4dd05ea3
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.1 b/sftp.1
index 766adcee..39e7d6ed 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.139 2022/03/31 03:07:03 djm Exp $
+.\" $OpenBSD: sftp.1,v 1.140 2022/03/31 17:27:27 naddy Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -126,7 +126,7 @@ Batch mode reads a series of commands from an input
.Ar batchfile
instead of
.Em stdin .
-Since it lacks user interaction it should be used in conjunction with
+Since it lacks user interaction, it should be used in conjunction with
non-interactive authentication to obviate the need to enter a password
at connection time (see
.Xr sshd 8