aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/mac_stub.4
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-12 03:25:46 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-12 03:25:46 +0000
commit50d922a02e3e29501689308a8c842e27f078faf3 (patch)
tree07b14e981380ee131c889c61fb97e2397d437185 /share/man/man4/mac_stub.4
parent64afb51ccde472372ad4844e11bd45b042204d57 (diff)
General mdoc(7) and typo fixes.
PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
Notes
Notes: svn path=/head/; revision=235317
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 79326df3649f..89491f1605c2 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 ,