Subject: CVS commit: basesrc/usr.bin/pmap
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 09/17/2002 22:54:29
Module Name:	basesrc
Committed By:	atatat
Date:		Tue Sep 17 19:54:29 UTC 2002

Modified Files:
	basesrc/usr.bin/pmap: pmap.1 pmap.c

Log Message:
Make error messages a little more informative.  Add -R option to
recurse into submaps (a kernel thing) as suggested by Chuck Cranor,
with the output from these entries indented.  Clean up and rework code
slightly, to make the recursion task much easier.  Also, add a note to
the BUGS section in the man page thats mentions that stuff "just won't
work right" unless pmap is reading from the proper kernel.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/pmap/pmap.1
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/pmap/pmap.c

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