Module Name: src
Committed By: pgoyette
Date: Sat Jul 31 03:43:00 UTC 2010
Modified Files:
src/share/man/man9: module.9
Log Message:
Minor grammar nits.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/module.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/module.9
diff -u src/share/man/man9/module.9:1.1 src/share/man/man9/module.9:1.2
--- src/share/man/man9/module.9:1.1 Sat Jul 31 03:14:05 2010
+++ src/share/man/man9/module.9 Sat Jul 31 03:43:00 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.1 2010/07/31 03:14:05 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.2 2010/07/31 03:43:00 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -86,7 +86,7 @@
.Fn modcmd
routine with an argument of MODULE_CMD_INIT.
If the specified module requires other modules, they are loaded first; if
-any required modules cannot be loaded or their
+any required module cannot be loaded or if any of their
.Fn modcmd
control routines returns a non-zero status, loading of this module will fail.
.Pp