summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2020-10-16 14:34:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2020-10-16 14:34:34 +0000
commit3a705fad114fbe296980921ecf319911949c685b (patch)
tree8edd73733635d1d34957f6663249e565b7e48956
parent17f24414429951f7f9e659c21736f3e5dac605f3 (diff)
add space between macro arg and punctuation;
-rw-r--r--usr.bin/ssh/ssh_config.54
-rw-r--r--usr.bin/ssh/sshd_config.54
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index 052dc0c502e..723b43ebc80 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_config.5
@@ -33,7 +33,7 @@
.\" (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: ssh_config.5,v 1.337 2020/10/16 13:26:13 djm Exp $
+.\" $OpenBSD: ssh_config.5,v 1.338 2020/10/16 14:34:33 jmc Exp $
.Dd $Mdocdate: October 16 2020 $
.Dt SSH_CONFIG 5
.Os
@@ -1194,7 +1194,7 @@ kex.c:*:1000,*:kex_exchange_identification():*,packet.c:*
.Ed
.Pp
would enable detailed logging for line 1000 of
-.Pa kex.c,
+.Pa kex.c ,
everything in the
.Fn kex_exchange_identification
function, and all code in the
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index dfee54fa5b9..438a463a44e 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -33,7 +33,7 @@
.\" (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_config.5,v 1.317 2020/10/16 13:26:13 djm Exp $
+.\" $OpenBSD: sshd_config.5,v 1.318 2020/10/16 14:34:33 jmc Exp $
.Dd $Mdocdate: October 16 2020 $
.Dt SSHD_CONFIG 5
.Os
@@ -1040,7 +1040,7 @@ kex.c:*:1000,*:kex_exchange_identification():*,packet.c:*
.Ed
.Pp
would enable detailed logging for line 1000 of
-.Pa kex.c,
+.Pa kex.c ,
everything in the
.Fn kex_exchange_identification
function, and all code in the