selinux/policycoreutils/load_policy/load_policy.8
Alan Jenkins 62f058980e policycoreutils, python: Fix bad manpage formatting in "SEE ALSO"
Fix missing and surplus commas.  Fix the following formatting errors:

    .BR selinux(8)

renders the the "(8)" in bold as well as the "selinux".  This is wrong.

    .B selinux
    (8)

renders with a space between "selinux" and "(8)", this is wrong.

    .B selinux (8)

commits both of the above mistakes.

    .BR selinux (8), apparmor (8)

omits the space separating "selinux(8)," and "apparmor(8)", this is wrong.
Correct all the above using the following markup:

    .BR selinux (8),
    .BR apparmor (8)

Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>
2017-01-12 14:59:31 -05:00

43 lines
919 B
Groff

.TH LOAD_POLICY "8" "May 2003" "Security Enhanced Linux" NSA
.SH NAME
load_policy \- load a new SELinux policy into the kernel
.SH SYNOPSIS
.B load_policy
[\-qi]
.br
.SH DESCRIPTION
.PP
load_policy loads the installed policy file into the kernel.
The existing policy boolean values are automatically preserved
across policy reloads rather than being reset to the default
values in the policy file.
.SH "OPTIONS"
.TP
.B \-q
suppress warning messages.
.TP
.B \-i
initial policy load. Only use this if this is the first time policy is being loaded since boot (usually called from initramfs).
.SH "EXIT STATUS"
.TP
.B 0
Success
.TP
.B 1
Invalid option
.TP
.B 2
Policy load failed
.TP
.B 3
Initial policy load failed and enforcing mode requested
.SH SEE ALSO
.BR booleans (8)
.SH AUTHORS
.nf
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.