From eb9c8c9405518a2b0d1dd5e94d5ccc197150ab25 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 6 Jun 2024 21:14:49 +0000 Subject: [PATCH] escape the final dot at eol in "e.g." to avoid double spacing; --- usr.bin/ssh/sshd_config.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 7c1cb57012d..92c183466dc 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.357 2024/06/06 20:20:42 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.358 2024/06/06 21:14:49 jmc Exp $ .Dd $Mdocdate: June 6 2024 $ .Dt SSHD_CONFIG 5 .Os @@ -1575,7 +1575,7 @@ Penalties are off by default but may be enabled using default settings using the keyword or by specifying one or more of the keywords below. .Pp Penalties are controlled using the following keywords, all of which accept -arguments, e.g. +arguments, e.g.\& .Qq crash:2m . .Bl -tag -width Ds .It Cm crash:duration -- 2.20.1