Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/17/1999 22:09:25
Module Name:	src
Committed By:	lukem
Date:		Thu Feb 18 06:09:25 UTC 1999

Modified Files:
	src/usr.bin/fstat: Makefile fstat.1 fstat.c
Added Files:
	src/usr.bin/fstat: fstat.h isofs.c
Log Message:
as suggested by chuck cranor, pull in some openbsd mods:
* display ip address details of tcp/udp connections
* display isofs details
* use %p instead of %lx in error messages

other mods by me:
* don't put \n at the end of err()/warn() format
* man page cleanups (use .Dq and .Pq as appropriate)