[Bug 170244] ping(8): useless/uninformative error message

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 10 16:22:31 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170244

--- Comment #7 from Eugene Grosbein <eugen at freebsd.org> ---
(In reply to Evan Hillman from comment #6)

The comment #6 shows (unsuccessfull) result of "ping -c":

> root at FreeNas[~]# truss ping -c google.com

Note that FreeBSD's option processing is strict and you must place programm's
options before non-optional agruments, not after. So "truss -c ping ... " gives
flag -c to truss but "truss ping -c" gives flag -c to ping.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list