From: jmc Date: Sun, 21 Feb 2021 17:18:01 +0000 (+0000) Subject: exclamation mark needs escaped too; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=504edf8d9462bbdc18ed20da4454d8fb74c60c66;p=openbsd exclamation mark needs escaped too; --- 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.