summaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-12 13:26:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-12 13:26:54 +0000
commit2f0ae5298a5c0f026d9fcf8a395ca3bf9b702046 (patch)
tree29b9f7cdf0c99c9e0775a5cace052906d0f60378 /sbin/ping
parent751a8779a00a4ebc981ea786d9fea9e8f0517d8b (diff)
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
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 ce006d73ca8..8c2c317b0aa 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ping.8,v 1.14 1999/04/21 02:19:06 alex Exp $
+.\" $OpenBSD: ping.8,v 1.15 1999/05/12 13:26:49 aaron Exp $
.\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -158,7 +158,7 @@ spot. Many hosts ignore or discard this option.
.It Fl r
Bypass the normal routing tables and send directly to a host on an attached
network.
-If the host is not on a directly-attached network, an error is returned.
+If the host is not on a directly attached network, an error is returned.
This option can be used to ping a local host through an interface
that has no route through it (e.g., after the interface was dropped by
.Xr routed 8 ) .