https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170244
--- Comment #7 from Eugene Grosbein <eu...@freebsd.org> --- (In reply to Evan Hillman from comment #6) The comment #6 shows (unsuccessfull) result of "ping -c": > root@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. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"