Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Minor grammar nits.



details:   https://anonhg.NetBSD.org/src/rev/0579f0756758
branches:  trunk
changeset: 756743:0579f0756758
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jul 31 03:43:00 2010 +0000

description:
Minor grammar nits.

diffstat:

 share/man/man9/module.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30715d2265fb -r 0579f0756758 share/man/man9/module.9
--- a/share/man/man9/module.9   Sat Jul 31 03:14:05 2010 +0000
+++ b/share/man/man9/module.9   Sat Jul 31 03:43:00 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index