Subject: CVS commit: src/usr.bin/pmap
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 02/22/2003 19:45:05
Module Name:	src
Committed By:	atatat
Date:		Sat Feb 22 17:45:04 UTC 2003

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

Log Message:
Properly print the VM_MAP_TOPDOWN flag if it is set, document the
VM_MAP_TOPDOWN flag (and the VM_MAP_DYING flag, since it never got
documented before), minor tweak to one of the examples, and use the
UVM_ET_IS*() macros instead of doing the same work manually.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/usr.bin/pmap/pmap.1
cvs rdiff -r1.10 -r1.11 src/usr.bin/pmap/pmap.c

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