Module Name: src Committed By: wiz Date: Thu Aug 31 08:36:32 UTC 2017
Modified Files: src/share/man/man7: module.7 Log Message: Revert probably unintentional case changes from previous. Remove superfluous Tn. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man7/module.7 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/man7/module.7 diff -u src/share/man/man7/module.7:1.6 src/share/man/man7/module.7:1.7 --- src/share/man/man7/module.7:1.6 Thu Aug 31 07:47:59 2017 +++ src/share/man/man7/module.7 Thu Aug 31 08:36:32 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: module.7,v 1.6 2017/08/31 07:47:59 pgoyette Exp $ +.\" $NetBSD: module.7,v 1.7 2017/08/31 08:36:32 wiz Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -147,7 +147,7 @@ The .Nm facility was designed to be similar in functionality to the loadable kernel modules facility provided by -.Tn "SunOS 4.1.3" . +SunOS 4.1.3. The old .Dv LKM interface was replaced by @@ -211,4 +211,4 @@ Refer to .Xr secmodel_securelevel 9 for additional details on the .Pa securelevel . -oNLY USE modules from trusted sources. +Only use modules from trusted sources.