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 /sshd.8 | |
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 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.317 2021/09/10 11:38:38 dtucker Exp $ -.Dd $Mdocdate: September 10 2021 $ +.\" $OpenBSD: sshd.8,v 1.318 2022/03/31 17:27:27 naddy Exp $ +.Dd $Mdocdate: March 31 2022 $ .Dt SSHD 8 .Os .Sh NAME @@ -650,7 +650,7 @@ Enable all restrictions, i.e. disable port, agent and X11 forwarding, as well as disabling PTY allocation and execution of .Pa ~/.ssh/rc . -If any future restriction capabilities are added to authorized_keys files +If any future restriction capabilities are added to authorized_keys files, they will be included in this set. .It Cm tunnel="n" Force a |