diff options
author | 2002-08-12 20:43:13 +0000 | |
---|---|---|
committer | 2002-08-12 20:43:13 +0000 | |
commit | 9e01d4b5b027b48c2030394c18952eec60482906 (patch) | |
tree | ce79740ec3a7b24388a2321c0cdf6ae37b9107b4 | |
parent | Catch null pointer deref (segfault), from wilfried@ (diff) | |
download | wireguard-openbsd-9e01d4b5b027b48c2030394c18952eec60482906.tar.xz wireguard-openbsd-9e01d4b5b027b48c2030394c18952eec60482906.zip |
missing period
-rw-r--r-- | usr.sbin/traceroute/traceroute.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index e6b9b0e59c4..b7aa7fb19ba 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: traceroute.8,v 1.28 2002/08/12 02:40:52 stevesk Exp $ +.\" $OpenBSD: traceroute.8,v 1.29 2002/08/12 20:43:13 stevesk Exp $ .\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -94,7 +94,7 @@ Turn on socket-level debugging. .It Fl f Ar first_ttl Set the first time-to-live used in outgoing probe packets. The effect is that the first first_ttl - 1 hosts will be skipped in the output of -.Nm +.Nm traceroute . The default value is 1 (skip no hosts). .It Fl g Ar gateway_addr Add |