diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 10:14:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 10:14:31 +0000 |
commit | 38cf4a13fa750a36a5ef689a3822f6dff0b9e0f3 (patch) | |
tree | 2dfdfdddc47a9fd8a6f423a2200ce79bc6e42b9b /sbin | |
parent | ed0927462260364f5f21c0c0fece92bac222b789 (diff) |
arg to -I is an address, not if_name;
ok hshoexer@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping/ping.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 239f79b43b8..3f9306493f8 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.29 2003/11/25 12:17:44 jmc Exp $ +.\" $OpenBSD: ping.8,v 1.30 2005/04/14 10:14:30 jmc Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -106,7 +106,8 @@ Only the superuser may use this option. This can be very hard on a network and should be used with caution. .Ef .It Fl I Ar ifaddr -Specify the interface to transmit from on machines with multiple interfaces. +Specify the interface address to transmit from +on machines with multiple interfaces. For unicast and multicast pings. .It Fl i Ar wait Wait |