Module Name:    src
Committed By:   wiz
Date:           Sun Aug  8 15:23:28 UTC 2010

Modified Files:
        src/share/man/man9: module.9

Log Message:
Remove trailing whitespace, and mark up file name suffix.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/share/man/man9/module.9:1.10
--- src/share/man/man9/module.9:1.9	Sun Aug  8 14:26:22 2010
+++ src/share/man/man9/module.9	Sun Aug  8 15:23:28 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.9 2010/08/08 14:26:22 pgoyette Exp $
+.\"	$NetBSD: module.9,v 1.10 2010/08/08 15:23:28 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -191,7 +191,8 @@
 If a module is being loaded from the file-system, and the
 .Dv MODCTL_NO_PROP
 flag is not set, the system searches for a file with the same name as the
-module file, but with the suffix ".prop".
+module file, but with the suffix
+.Dq Pa .prop .
 If this file is found, the prop_dictionary it contains is loaded and
 passed to the module's
 .Fn modcmd
@@ -209,7 +210,7 @@
 Executable image handler
 .It Dv MODULE_CLASS_MISC
 Miscellaneous module
-.It Dv MODULE_CLASS_SECMODEL 
+.It Dv MODULE_CLASS_SECMODEL
 Security model (see
 .Xr secmodel 9
 for more details)

Reply via email to