Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 07/07/2000 14:55:19
Module Name:	syssrc
Committed By:	jhawk
Date:		Fri Jul  7 21:55:19 UTC 2000

Modified Files:
	syssrc/sys/ddb: db_aout.c db_elf.c

Log Message:
s/preserving ... bytes of symbol table/using ... bytes of symbol table/

"preserving" implies that the data may be copied and might otherwise
be freed, and that other data in the symbol table or sections of
the kernel might be freed, however there is no mechanism for these
things to take place, so "using" is clearer.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/ddb/db_aout.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/ddb/db_elf.c

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