Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 1997 12:19:20 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/ping Makefile ping.8 ping.c
Message-ID:  <199703012019.MAA27485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

wollman     97/03/01 12:19:19

  Modified:    sbin/ping  Makefile ping.8 ping.c
  Log:
  Make ping -Wall clean (except for one warning).
  Do a better job of argument parsing.
  Don't permit ping -f to a multicast address (very antisocial).
  Don't permit -L, -I, -T options with unicast addresses.
  Ensure that we ask for only AF_INET addresses (should close PR#2584).
  Return <sysexits.h> error codes for failures.  Document this.
  Fix man page to identify the author and put sections in correct order.
  
  Revision  Changes    Path
  1.3       +1 -0      src/sbin/ping/Makefile
  1.8       +35 -13    src/sbin/ping/ping.8
  1.17      +182 -160  src/sbin/ping/ping.c



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