summaryrefslogtreecommitdiffstats
path: root/share/man/man4/mac_stub.4
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-05-12 03:25:46 +0000
committergjb <gjb@FreeBSD.org>2012-05-12 03:25:46 +0000
commited459e330b5bef0aa237c175988a31c682825239 (patch)
tree07b14e981380ee131c889c61fb97e2397d437185 /share/man/man4/mac_stub.4
parentdc31669ddf8295a407d12bf51924b4313850fe9f (diff)
downloadFreeBSD-src-ed459e330b5bef0aa237c175988a31c682825239.zip
FreeBSD-src-ed459e330b5bef0aa237c175988a31c682825239.tar.gz
General mdoc(7) and typo fixes.
PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
Diffstat (limited to 'share/man/man4/mac_stub.4')
-rw-r--r--share/man/man4/mac_stub.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/mac_stub.4 b/share/man/man4/mac_stub.4
index 79326df..89491f1 100644
--- a/share/man/man4/mac_stub.4
+++ b/share/man/man4/mac_stub.4
@@ -37,7 +37,7 @@
.Nm mac_stub
.Nd "MAC policy stub module"
.Sh SYNOPSIS
-To compile the sample policy
+To compile the stub policy
into your kernel, place the following lines in your kernel
configuration file:
.Bd -ragged -offset indent
@@ -45,7 +45,7 @@ configuration file:
.Cd "options MAC_STUB"
.Ed
.Pp
-Alternately, to load the sample module at boot time, place the following line
+Alternately, to load the stub module at boot time, place the following line
in your kernel configuration file:
.Bd -ragged -offset indent
.Cd "options MAC"
@@ -59,7 +59,7 @@ mac_stub_load="YES"
.Sh DESCRIPTION
The
.Nm
-policy module implements a sample MAC policy that has no effect on
+policy module implements a stub MAC policy that has no effect on
access control in the system.
Unlike
.Xr mac_none 4 ,
OpenPOWER on IntegriCloud