diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-12 12:59:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-12 12:59:55 +0000 |
commit | d165f2bd0ac5bf9c00ee94add1b5e0c2869c120c (patch) | |
tree | b4d1019d0295c1a5c47fa5300035e828a0573003 /usr.sbin/traceroute | |
parent | 0a4456856fb720c08f83dac043509dda2676828d (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r-- | usr.sbin/traceroute/traceroute.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index 6b8143b33a4..ee326b505c4 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: traceroute.8,v 1.34 2003/06/02 23:36:55 millert Exp $ +.\" $OpenBSD: traceroute.8,v 1.35 2003/06/12 12:59:53 jmc Exp $ .\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -403,11 +403,6 @@ It should be used primarily for manual fault isolation. Because of the load it could impose on the network, it is unwise to use .Nm during normal operations or from automated scripts. -.Sh AUTHORS -Implemented by Van Jacobson from a suggestion by Steve Deering. -Debugged -by a cast of thousands with particularly cogent suggestions or fixes from -C. Philip Wood, Tim Seaver and Ken Adelman. .Sh SEE ALSO .Xr netstat 1 , .Xr ping 8 @@ -428,3 +423,8 @@ The .Nm command first appeared in .Bx 4.4 . +.Sh AUTHORS +Implemented by Van Jacobson from a suggestion by Steve Deering. +Debugged +by a cast of thousands with particularly cogent suggestions or fixes from +C. Philip Wood, Tim Seaver and Ken Adelman. |