Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/05/2001 16:14:58
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Oct  5 13:14:57 UTC 2001

Modified Files:
	basesrc/usr.sbin/mtree: misc.c mtree.8 spec.c

Log Message:
- support "all" as a valid keyword for -k, -K and -R.
- parsekey(): support "all" as a keyword which returns a value with all bits
  set that pertain to a valid keyword.
- dump_nodes():
	- only print out a keyword if it's requested AND it's set in the node
	- UNAME falls back to UID if the user name can't be determined
	- GNAME falls back to GID if the group name can't be determined
- rework man page:
	- use Sy instead of Cm
	- use Pq, Dq, Ql, etc instead of ``...''


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/usr.sbin/mtree/misc.c
cvs rdiff -r1.19 -r1.20 basesrc/usr.sbin/mtree/mtree.8
cvs rdiff -r1.29 -r1.30 basesrc/usr.sbin/mtree/spec.c

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