From owner-cvs-user Mon Oct 7 19:44:50 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA24208 for cvs-user-outgoing; Mon, 7 Oct 1996 19:44:50 -0700 (PDT) Received: (from sef@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA24172; Mon, 7 Oct 1996 19:44:32 -0700 (PDT) Date: Mon, 7 Oct 1996 19:44:32 -0700 (PDT) From: Sean Eric Fagan Message-Id: <199610080244.TAA24172@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/traceroute traceroute.8 traceroute.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 96/10/07 19:44:30 Modified: contrib/traceroute traceroute.8 traceroute.c Log: Paul objected to my previous change. This adds the same functionality (implemented better, admittedly) with a new option, '-S'. If the maintainers of traceroute (Van?) add a -S option, we will then be in conflict. Also added a too-brief description of the option in the man page. Someone with a better command of English than I at the moment should probably look over it and rephrase it. Reviewed by: pst, jkh Revision Changes Path 1.2 +4 -2 src/contrib/traceroute/traceroute.8 1.4 +9 -3 src/contrib/traceroute/traceroute.c