diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2020-10-16 16:34:33 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-10-17 13:45:37 +0200 |
commit | 616029a85ad7529b24bb8c4631d9607c0d6e7afe (patch) | |
tree | 47689394e6ecae6baf72dd2f4e4a99f92c2c70b3 /sshd_config.5 | |
parent | check for and require a C99 capable compiler (diff) | |
download | openssh-616029a85ad7529b24bb8c4631d9607c0d6e7afe.tar.xz openssh-616029a85ad7529b24bb8c4631d9607c0d6e7afe.zip |
upstream: add space between macro arg and punctuation;
OpenBSD-Commit-ID: bb81e2ed5a77832fe62ab30a915ae67cda57633e
Diffstat (limited to '')
-rw-r--r-- | sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index b5d201dc2..a35c8d8cd 100644 --- a/sshd_config.5 +++ b/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 @@ -1038,7 +1038,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 |