diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2022-03-31 19:27:27 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-04-06 01:16:05 +0200 |
commit | 9ec2713d122af79d66ebb9c1d6d9ae8621a8945f (patch) | |
tree | 53b55061633edb7e9a134b8bd488244857957afc /sftp.1 | |
parent | Disable security key on fbsd6 test host. (diff) | |
download | openssh-9ec2713d122af79d66ebb9c1d6d9ae8621a8945f.tar.xz openssh-9ec2713d122af79d66ebb9c1d6d9ae8621a8945f.zip |
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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |