platform_external_selinux/policycoreutils/run_init
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
..
Makefile policycoreutils: Create correct man directory for run_init manpages 2013-10-16 15:02:57 -04:00
open_init_pty.8 policycoreutils: open_init_tty man page typos 2011-08-03 18:02:36 -04:00
open_init_pty.c open_init_pty: Do not error on EINTR 2016-07-12 15:35:23 -04:00
run_init.8 policycoreutils, python: Fix bad manpage formatting in "SEE ALSO" 2017-01-12 14:59:31 -05:00
run_init.c run_init: fix open_init_pty avaibility check 2015-03-30 10:51:58 -04:00
run_init.pamd Give people who use run_init or newrole an indicator to make it not ask for passwords 2013-10-24 13:58:39 -04:00