diff mbox

[1/2] selinux(8): fix display of man page references

Message ID 20161209233311.11139-1-vapier@gentoo.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Mike Frysinger Dec. 9, 2016, 11:33 p.m. UTC
The section number shouldn't be bolded.  Fix a few references in
selinux(8) to match all the other man pages.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 libselinux/man/man8/selinux.8 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/libselinux/man/man8/selinux.8 b/libselinux/man/man8/selinux.8
index 6f1034b3664f..e37aee6833b0 100644
--- a/libselinux/man/man8/selinux.8
+++ b/libselinux/man/man8/selinux.8
@@ -95,17 +95,17 @@  This manual page was written by Dan Walsh <dwalsh@redhat.com>.
 .BR fixfiles (8),
 .BR setfiles (8),
 .BR semanage (8),
-.BR sepolicy(8)
+.BR sepolicy (8)
 
 Every confined service on the system has a man page in the following format:
 .br
 
-.B <servicename>_selinux(8)
+.BR <servicename>_selinux (8)
 
-For example, httpd has the 
-.B httpd_selinux(8) 
+For example, httpd has the
+.BR httpd_selinux (8)
 man page.
 
-.B man -k selinux 
+.B man -k selinux
 
 Will list all SELinux man pages.