From 504edf8d9462bbdc18ed20da4454d8fb74c60c66 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 21 Feb 2021 17:18:01 +0000 Subject: [PATCH] exclamation mark needs escaped too; --- sbin/ping/ping.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 964bbaeeabb..b2894c29bc6 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.64 2021/02/21 10:38:42 sthen Exp $ +.\" $OpenBSD: ping.8,v 1.65 2021/02/21 17:18:01 jmc Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -156,7 +156,7 @@ Provides a visual display of packets received and lost. For every .Dv ECHO_REPLY received, an exclamation mark -.Sq ! +.Sq \&! is printed, while for every missed packet a period .Sq \&. is printed. -- 2.20.1