diff options
author | steve <steve@FreeBSD.org> | 1998-01-09 18:46:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-01-09 18:46:53 +0000 |
commit | d25208f22bb5e41e94ad0c70ab69b98b0fbdea72 (patch) | |
tree | 0e5bda4d190eb943d9acf040ebb12dea3509c243 /contrib | |
parent | 4258e0c5065238978d48cea1454576a541df7acf (diff) | |
download | FreeBSD-src-d25208f22bb5e41e94ad0c70ab69b98b0fbdea72.zip FreeBSD-src-d25208f22bb5e41e94ad0c70ab69b98b0fbdea72.tar.gz |
Fix an anomaly in the option descriptions.
PR: 5469
Submitted by: NOKUBI Hirotaka <h-nokubi@yyy.or.jp>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/traceroute/traceroute.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8 index fa3484e..d4f1bc2 100644 --- a/contrib/traceroute/traceroute.8 +++ b/contrib/traceroute/traceroute.8 @@ -13,7 +13,7 @@ .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $Header: /home/ncvs/src/contrib/traceroute/traceroute.8,v 1.1.1.1 1996/09/30 19:09:55 fenner Exp $ +.\" $Header: /home/ncvs/src/contrib/traceroute/traceroute.8,v 1.2 1996/10/08 02:44:23 sef Exp $ .\" .TH TRACEROUTE 8 "27 September 1996" .UC 6 @@ -77,6 +77,7 @@ Other options are: .TP .B \-S Print a summary of how many probes were not answered for each hop. +.TP .B \-g Specify a loose source route gateway (8 maximum). .TP |