Module Name: src
Committed By: wiz
Date: Wed Dec 20 10:01:38 UTC 2017
Modified Files:
src/share/man/man9: module.9
Log Message:
Fix xref. Remove unnecessary Tn.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 src/share/man/man9/module.9:1.42
--- src/share/man/man9/module.9:1.41 Wed Dec 20 03:24:56 2017
+++ src/share/man/man9/module.9 Wed Dec 20 10:01:38 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.41 2017/12/20 03:24:56 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.42 2017/12/20 10:01:38 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -114,7 +114,7 @@ The module is a device driver - see
The module provides an alternate execution environment - see the various
.Dv COMPAT_xxx
options in
-.Xr options 9
+.Xr options 4
.It Dv MODULE_CLASS_SECMODEL
The module provides a security model - see
.Xr secmodel 9
@@ -509,7 +509,7 @@ is for finding modules passed in by the
The kernel module subsystem first appeared in
.Nx 5.0 .
It replaces the
-.Dq Tn LKM
+.Dq LKM
subsystem from earlier releases.
.Sh AUTHORS
.An -nosplit