Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 1997 12:01:19 -0800 (PST)
From:      Warner Losh <imp>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/ping ping.8 ping.c
Message-ID:  <199703022001.MAA28543@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703022001.MAA28543>