From owner-cvs-sbin Sun Mar 2 12:01:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA28550 for cvs-sbin-outgoing; Sun, 2 Mar 1997 12:01:22 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA28543; Sun, 2 Mar 1997 12:01:19 -0800 (PST) Date: Sun, 2 Mar 1997 12:01:19 -0800 (PST) From: Warner Losh Message-Id: <199703022001.MAA28543@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 97/03/02 12:01:18 Modified: sbin/ping ping.8 ping.c Log: 1) Minor nits in the usage message from bde. I took out the hard tabs and used spaces to align the second line under the program name. 2) Cache uid after call to setuid(getuid()) so we don't waste a system call for each packet with a call to getuid for the -v case. 3) Update manual to reflect new restriction on -l from last delta. Suggested by: bde, Bill Fenner Revision Changes Path 1.10 +2 -1 src/sbin/ping/ping.8 1.19 +5 -3 src/sbin/ping/ping.c