Subject: CVS commit: basesrc/sbin/tunefs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/19/2001 12:39:25
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Aug 19 09:39:24 UTC 2001

Modified Files:
	basesrc/sbin/tunefs: Makefile tunefs.8 tunefs.c

Log Message:
- add -F; indicates "special" is a file system image in a regular file
- reorder "special" validation to after option parsing
- use getopt(3) instead of homegrown code
- add getnum() to parse and validate a number
- clean up man page
- ansi KNF, WARNS=2


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/sbin/tunefs/Makefile
cvs rdiff -r1.22 -r1.23 basesrc/sbin/tunefs/tunefs.8
cvs rdiff -r1.21 -r1.22 basesrc/sbin/tunefs/tunefs.c

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