diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-06-06 21:14:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-06-06 21:14:50 +0000 |
commit | db78e1ab9868ca3dd2e9eb22348709c01fb70017 (patch) | |
tree | 3c24a44ef0be1c26fdba347dbf67333ddcbcd85e | |
parent | 4e241bb1d98dd1de4bd330be823dacfd72328be5 (diff) |
escape the final dot at eol in "e.g." to avoid double spacing;
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
1 files 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 |