From 83861990e6d5afdbcb24c000e876e058b7fcb37a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 19 Jul 2006 07:49:21 +0000 Subject: [PATCH] Mention all arguments and fix wording. --- share/man/man9/MODULE_DEPEND.9 | 11 ++++++----- share/man/man9/MODULE_VERSION.9 | 8 +++++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/share/man/man9/MODULE_DEPEND.9 b/share/man/man9/MODULE_DEPEND.9 index ce547e2b51..25d90eb4b8 100644 --- a/share/man/man9/MODULE_DEPEND.9 +++ b/share/man/man9/MODULE_DEPEND.9 @@ -25,9 +25,9 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/MODULE_DEPEND.9,v 1.1.2.3 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/MODULE_DEPEND.9,v 1.3 2004/06/01 11:36:53 hmp Exp $ +.\" $DragonFly: src/share/man/man9/MODULE_DEPEND.9,v 1.4 2006/07/19 07:49:21 swildner Exp $ .\" -.Dd March 11, 2001 +.Dd July 19, 2006 .Dt MODULE_DEPEND 9 .Os .Sh NAME @@ -39,10 +39,11 @@ .Sh DESCRIPTION The .Fn MODULE_DEPEND -macro sets a dependency on another kernel module with name +macro sets a dependency of the module called +.Fa name +on another kernel module .Fa moddepend , -which has been registered -its version with +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 diff --git a/share/man/man9/MODULE_VERSION.9 b/share/man/man9/MODULE_VERSION.9 index 71c709f1c3..43adb6a6cf 100644 --- a/share/man/man9/MODULE_VERSION.9 +++ b/share/man/man9/MODULE_VERSION.9 @@ -25,9 +25,9 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/MODULE_VERSION.9,v 1.2.2.3 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/MODULE_VERSION.9,v 1.3 2004/06/01 11:36:53 hmp Exp $ +.\" $DragonFly: src/share/man/man9/MODULE_VERSION.9,v 1.4 2006/07/19 07:49:21 swildner Exp $ .\" -.Dd March 11, 2001 +.Dd July 19, 2006 .Dt MODULE_VERSION 9 .Os .Sh NAME @@ -40,7 +40,9 @@ The .Fn MODULE_VERSION macro sets the version of the module called -.Fa name . +.Fa name +to +.Fa version . Other kernel modules can then depend on this module (see .Xr MODULE_DEPEND 9 ) . .Sh EXAMPLES -- 2.41.0