Subject: CVS commit: src/sbin/bioctl
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 12/05/2007 14:28:14
Module Name:	src
Committed By:	xtraeme
Date:		Wed Dec  5 14:28:14 UTC 2007

Modified Files:
	src/sbin/bioctl: bioctl.8 bioctl.c

Log Message:
- Remove -D flag... it's useless (it was removed in OpenBSD as well).
- Use errx(3) in the appropiate function rather than warn(4) and
  returning EXIT_SUCCESS all the time.
- Remove another case where it checks the device passed string will be
  the same than in bv_dev.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sbin/bioctl/bioctl.8
cvs rdiff -r1.3 -r1.4 src/sbin/bioctl/bioctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.