summaryrefslogtreecommitdiff
path: root/sys/modules/examples
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2015-05-15 06:21:12 +0000
committerpgoyette <pgoyette@NetBSD.org>2015-05-15 06:21:12 +0000
commitd420c72c624ad2cda1f4049d7c36eeb3fa4f6bb7 (patch)
treed8ee63dfa11de6f243ca52e2284ab129e75d1b81 /sys/modules/examples
parent02fb3e7b6cd3003d9aeb131424536ff8b1e38f72 (diff)
Even though this isn't a man page, it looks like one. So sort the
SEE ALSO section accordingly.
Diffstat (limited to 'sys/modules/examples')
-rw-r--r--sys/modules/examples/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/examples/README b/sys/modules/examples/README
index 08bbf0f1b44..843612699eb 100644
--- a/sys/modules/examples/README
+++ b/sys/modules/examples/README
@@ -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