summaryrefslogtreecommitdiffstats
path: root/share/man/man9/module.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/module.9')
-rw-r--r--share/man/man9/module.93
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/module.9 b/share/man/man9/module.9
index 2539bc1..d6bda1c 100644
--- a/share/man/man9/module.9
+++ b/share/man/man9/module.9
@@ -73,6 +73,9 @@ static moduledata_t mod_data= {
0
};
+MODULE_VERSION(foo, 1);
+MODULE_DEPEND(foo, bar, 1, 3, 4);
+
DECLARE_MODULE(foo, mod_data, SI_SUB_EXEC, SI_ORDER_ANY);
/* from module.h: */
OpenPOWER on IntegriCloud