summaryrefslogtreecommitdiff
path: root/usr/src/man/man9f/mac_init_ops.9f
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9f/mac_init_ops.9f')
-rw-r--r--usr/src/man/man9f/mac_init_ops.9f6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man9f/mac_init_ops.9f b/usr/src/man/man9f/mac_init_ops.9f
index c3608f89ec..62086d94e6 100644
--- a/usr/src/man/man9f/mac_init_ops.9f
+++ b/usr/src/man/man9f/mac_init_ops.9f
@@ -85,7 +85,7 @@ In addition, if the call to
in the driver's
.Xr _init 9E
entry point fails, then the driver should also call
-.Xr mac_fini_ops 9F .
+.Fn mac_fini_ops .
See the example below for how this should be structured.
.Sh CONTEXT
The
@@ -110,9 +110,9 @@ functions will always succeed.
They do not have any kind of return value.
.Sh EXAMPLES
The following example shows how a driver would call
-.Xr mac_init_ops 9F
+.Fn mac_init_ops
and
-.Xr mac_fini_ops 9F
+.Fn mac_fini_ops
correctly in the
.Xr _init 9E
and