summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 08:44:31 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 08:44:31 +0000
commitcfc971c33acaeb4f1479751323193df476b30196 (patch)
treefaf786f1021f978fe138f24c34824741107f4cbc /share
parent09dd50f15c742e788b0860dbe319360beb1259e2 (diff)
downloadFreeBSD-src-cfc971c33acaeb4f1479751323193df476b30196.zip
FreeBSD-src-cfc971c33acaeb4f1479751323193df476b30196.tar.gz
Convert the descriptions of module versions to an explicit list and
note that these versions numbers refer to moddepend, not the current module. MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/MODULE_DEPEND.914
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man9/MODULE_DEPEND.9 b/share/man/man9/MODULE_DEPEND.9
index 18ee64e..753c653 100644
--- a/share/man/man9/MODULE_DEPEND.9
+++ b/share/man/man9/MODULE_DEPEND.9
@@ -46,9 +46,17 @@ macro sets a dependency on another kernel module with name
which has registered
its version with
.Fn MODULE_VERSION .
-Three versions must be specified on which the module can depend:
-The minimal and maximal versions this module can depend on as well
-as the preferred version.
+.Pp
+Three versions must be specified for
+.Fa moddepend :
+.Bl -tag -width ".Fa prefversion"
+.It Fa minversion
+The minimum version on which the current module can depend.
+.It Fa maxversion
+The maximum version on which the current module can depend.
+.It Fa prefversion
+The preferred version on which the current module can depend.
+.El
.Sh EXAMPLES
.Bd -literal
MODULE_DEPEND(foo, bar, 1, 3, 4);
OpenPOWER on IntegriCloud