From owner-freebsd-commit Wed Aug 2 20:57:02 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id UAA15242 for commit-outgoing; Wed, 2 Aug 1995 20:57:02 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id UAA15221 for cvs-usrsbin-outgoing; Wed, 2 Aug 1995 20:56:59 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id UAA15204 ; Wed, 2 Aug 1995 20:56:52 -0700 Date: Wed, 2 Aug 1995 20:56:52 -0700 From: "Jordan K. Hubbard" Message-Id: <199508030356.UAA15204@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/arp arp.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/08/02 20:56:51 Modified: usr.sbin/arp arp.c Log: Make arp command actually behave as documented with the addition of a -f flag. The getopt handling in here is actually pretty bogus (not Phil's fault - it's original sin) but the general approach is working so I'm not going to break it. Some small tweaks of my own to add error checking to what was originally submitted. Strange how nobody noticed that the flag was documented but completely missing from the code before! [jkh]. Submitted by: Phil Taylor