Skip to content

Commit 9ec2713

Browse files
naddy@openbsd.orgdjmdjm
authored andcommitted
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
1 parent 3741df9 commit 9ec2713

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

sftp.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: sftp.1,v 1.139 2022/03/31 03:07:03 djm Exp $
1+
.\" $OpenBSD: sftp.1,v 1.140 2022/03/31 17:27:27 naddy Exp $
22
.\"
33
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
44
.\"
@@ -126,7 +126,7 @@ Batch mode reads a series of commands from an input
126126
.Ar batchfile
127127
instead of
128128
.Em stdin .
129-
Since it lacks user interaction it should be used in conjunction with
129+
Since it lacks user interaction, it should be used in conjunction with
130130
non-interactive authentication to obviate the need to enter a password
131131
at connection time (see
132132
.Xr sshd 8

ssh-agent.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: ssh-agent.1,v 1.72 2020/06/22 05:52:05 djm Exp $
1+
.\" $OpenBSD: ssh-agent.1,v 1.73 2022/03/31 17:27:27 naddy Exp $
22
.\"
33
.\" Author: Tatu Ylonen <[email protected]>
44
.\" Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland
@@ -34,7 +34,7 @@
3434
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3535
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636
.\"
37-
.Dd $Mdocdate: June 22 2020 $
37+
.Dd $Mdocdate: March 31 2022 $
3838
.Dt SSH-AGENT 1
3939
.Os
4040
.Sh NAME
@@ -82,12 +82,12 @@ This is the default if
8282
looks like it's a csh style of shell.
8383
.It Fl D
8484
Foreground mode.
85-
When this option is specified
85+
When this option is specified,
8686
.Nm
8787
will not fork.
8888
.It Fl d
8989
Debug mode.
90-
When this option is specified
90+
When this option is specified,
9191
.Nm
9292
will not fork and will write debug information to standard error.
9393
.It Fl E Ar fingerprint_hash

ssh-keysign.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: ssh-keysign.8,v 1.16 2019/11/30 07:07:59 jmc Exp $
1+
.\" $OpenBSD: ssh-keysign.8,v 1.17 2022/03/31 17:27:27 naddy Exp $
22
.\"
33
.\" Copyright (c) 2002 Markus Friedl. All rights reserved.
44
.\"
@@ -22,7 +22,7 @@
2222
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2323
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2424
.\"
25-
.Dd $Mdocdate: November 30 2019 $
25+
.Dd $Mdocdate: March 31 2022 $
2626
.Dt SSH-KEYSIGN 8
2727
.Os
2828
.Sh NAME
@@ -77,7 +77,7 @@ must be set-uid root if host-based authentication is used.
7777
.It Pa /etc/ssh/ssh_host_ecdsa_key-cert.pub
7878
.It Pa /etc/ssh/ssh_host_ed25519_key-cert.pub
7979
.It Pa /etc/ssh/ssh_host_rsa_key-cert.pub
80-
If these files exist they are assumed to contain public certificate
80+
If these files exist, they are assumed to contain public certificate
8181
information corresponding with the private keys above.
8282
.El
8383
.Sh SEE ALSO

ssh.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3434
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
.\"
36-
.\" $OpenBSD: ssh.1,v 1.429 2022/02/06 00:29:03 jsg Exp $
37-
.Dd $Mdocdate: February 6 2022 $
36+
.\" $OpenBSD: ssh.1,v 1.430 2022/03/31 17:27:27 naddy Exp $
37+
.Dd $Mdocdate: March 31 2022 $
3838
.Dt SSH 1
3939
.Os
4040
.Sh NAME
@@ -705,7 +705,7 @@ argument is
705705
the listen port will be dynamically allocated on the server and reported
706706
to the client at run time.
707707
When used together with
708-
.Ic -O forward
708+
.Ic -O forward ,
709709
the allocated port will be printed to the standard output.
710710
.Pp
711711
.It Fl S Ar ctl_path
@@ -1045,7 +1045,7 @@ the user a normal shell as an interactive session.
10451045
All communication with
10461046
the remote command or shell will be automatically encrypted.
10471047
.Pp
1048-
If an interactive session is requested
1048+
If an interactive session is requested,
10491049
.Nm
10501050
by default will only request a pseudo-terminal (pty) for interactive
10511051
sessions when the client has one.
@@ -1055,7 +1055,7 @@ and
10551055
.Fl t
10561056
can be used to override this behaviour.
10571057
.Pp
1058-
If a pseudo-terminal has been allocated the
1058+
If a pseudo-terminal has been allocated, the
10591059
user may use the escape characters noted below.
10601060
.Pp
10611061
If no pseudo-terminal has been allocated,

ssh_config.5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3434
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
.\"
36-
.\" $OpenBSD: ssh_config.5,v 1.369 2022/02/15 05:13:36 djm Exp $
37-
.Dd $Mdocdate: February 15 2022 $
36+
.\" $OpenBSD: ssh_config.5,v 1.370 2022/03/31 17:27:27 naddy Exp $
37+
.Dd $Mdocdate: March 31 2022 $
3838
.Dt SSH_CONFIG 5
3939
.Os
4040
.Sh NAME
@@ -435,7 +435,7 @@ directives will add to the list of certificates used for
435435
authentication.
436436
.It Cm CheckHostIP
437437
If set to
438-
.Cm yes
438+
.Cm yes ,
439439
.Xr ssh 1
440440
will additionally check the host IP address in the
441441
.Pa known_hosts
@@ -1581,7 +1581,7 @@ If forwarding to a specific destination then the second argument must be
15811581
or a Unix domain socket path,
15821582
otherwise if no destination argument is specified then the remote forwarding
15831583
will be established as a SOCKS proxy.
1584-
When acting as a SOCKS proxy the destination of the connection can be
1584+
When acting as a SOCKS proxy, the destination of the connection can be
15851585
restricted by
15861586
.Cm PermitRemoteOpen .
15871587
.Pp

sshd.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
3434
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
.\"
36-
.\" $OpenBSD: sshd.8,v 1.317 2021/09/10 11:38:38 dtucker Exp $
37-
.Dd $Mdocdate: September 10 2021 $
36+
.\" $OpenBSD: sshd.8,v 1.318 2022/03/31 17:27:27 naddy Exp $
37+
.Dd $Mdocdate: March 31 2022 $
3838
.Dt SSHD 8
3939
.Os
4040
.Sh NAME
@@ -650,7 +650,7 @@ Enable all restrictions, i.e. disable port, agent and X11 forwarding,
650650
as well as disabling PTY allocation
651651
and execution of
652652
.Pa ~/.ssh/rc .
653-
If any future restriction capabilities are added to authorized_keys files
653+
If any future restriction capabilities are added to authorized_keys files,
654654
they will be included in this set.
655655
.It Cm tunnel="n"
656656
Force a

0 commit comments

Comments
 (0)