diff options
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c b/usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c index 98d452665a..1b9e1955b9 100644 --- a/usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c +++ b/usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c @@ -1299,7 +1299,7 @@ setup_socket(struct pr_set *pr, int packet_len) * or whether ICMP will be used instead of UDP. * * For historical reasons, the datagrams sent out by - * traceroute(1M) do not have the "don't fragment" flag set. For + * traceroute(8) do not have the "don't fragment" flag set. For * this reason as well as the ability to set the Loose Source and * Record Route (LSRR) option, a raw IP socket will be used for * IPv4 when run in the global zone. Otherwise, the actual |