summaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2021-02-21 17:18:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2021-02-21 17:18:02 +0000
commita2f25f7eeb27ece93d83d578ee76df06c7bb97bf (patch)
tree2c433b266bc5dd5610968b9c233c69460dfbb1f5 /sbin/ping
parentf3996997cfe42ec9837252e5be405b4288071f6d (diff)
exclamation mark needs escaped too;
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/ping.84
1 files 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.