Module Name: src
Committed By: pgoyette
Date: Fri May 15 06:21:12 UTC 2015
Modified Files:
src/sys/modules/examples: README
Log Message:
Even though this isn't a man page, it looks like one. So sort the
SEE ALSO section accordingly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/examples/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/examples/README
diff -u src/sys/modules/examples/README:1.2 src/sys/modules/examples/README:1.3
--- src/sys/modules/examples/README:1.2 Wed May 13 22:41:48 2015
+++ src/sys/modules/examples/README Fri May 15 06:21:12 2015
@@ -1,4 +1,4 @@
- $NetBSD: README,v 1.2 2015/05/13 22:41:48 pgoyette Exp $
+ $NetBSD: README,v 1.3 2015/05/15 06:21:12 pgoyette Exp $
Kernel Developer's Manual
@@ -43,8 +43,8 @@ DESCRIPTION
should not conflict with a real device.
SEE ALSO
- lua(9lua), modctl(2), modload(8), module(7), module(9), modstat(8),
- modunload(8)
+ modctl(2), module(7), modload(8), modstat(8), modunload(8), module(9),
+ intro(9lua)
HISTORY
An example of handling incoming properties first appeared in NetBSD 5.0