Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove trailing whitespace, and mark up file ...



details:   https://anonhg.NetBSD.org/src/rev/3652e308e524
branches:  trunk
changeset: 756948:3652e308e524
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 08 15:23:28 2010 +0000

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

diffstat:

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

diffs (28 lines):

diff -r 2d6ee8af1362 -r 3652e308e524 share/man/man9/module.9
--- a/share/man/man9/module.9   Sun Aug 08 14:26:22 2010 +0000
+++ b/share/man/man9/module.9   Sun Aug 08 15:23:28 2010 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index