Subject: CVS commit: src/share/man/man9
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 08/27/2005 01:32:59
Module Name:	src
Committed By:	briggs
Date:		Sat Aug 27 01:32:59 UTC 2005

Modified Files:
	src/share/man/man9: kthread.9

Log Message:
Mention that a kthread *must* call kthread_exit() to terminate itself
properly.  If you don't, the kernel will likely crash.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/share/man/man9/kthread.9

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