Eric Paris | 1dce0bf | 2013-01-11 14:23:09 -0500 | [diff] [blame] | 1 | .TH "sepolicy-manpage" "8" "20121005" "" "" |
| 2 | .SH "NAME" |
| 3 | sepolicy-manpage \- Generate a man page based on the installed SELinux Policy |
| 4 | |
| 5 | .SH "SYNOPSIS" |
| 6 | |
| 7 | .br |
Dan Walsh | e6a1298 | 2013-10-11 10:16:57 -0400 | [diff] [blame] | 8 | .B sepolicy manpage [\-w] [\-h] [\-p PATH ] [\-r ROOTDIR ] [\-a | \-d ] |
Eric Paris | 1dce0bf | 2013-01-11 14:23:09 -0500 | [diff] [blame] | 9 | |
| 10 | .SH "DESCRIPTION" |
| 11 | Use sepolicy manpage to generate manpages based on SELinux Policy. |
| 12 | |
| 13 | .SH "OPTIONS" |
| 14 | .TP |
| 15 | .I \-a, \-\-all |
| 16 | Generate Man Pages for All Domains |
| 17 | .TP |
| 18 | .I \-d, \-\-domain |
| 19 | Generate a Man Page for the specified domain. (Supports multiple commands) |
| 20 | .TP |
| 21 | .I \-h, \-\-help |
| 22 | Display help message |
| 23 | .TP |
| 24 | .I \-p, \-\-path |
| 25 | Specify the directory to store the created man pages. (Default to /tmp) |
| 26 | .TP |
Dan Walsh | e6a1298 | 2013-10-11 10:16:57 -0400 | [diff] [blame] | 27 | .I \-r, \-\-root |
| 28 | Specify alternate root directory to generate man pages from. (Default to /) |
| 29 | .TP |
Eric Paris | 1dce0bf | 2013-01-11 14:23:09 -0500 | [diff] [blame] | 30 | .I \-w, \-\-web |
| 31 | Generate an additional HTML man pages for the specified domain(s). |
| 32 | |
| 33 | .SH "AUTHOR" |
| 34 | This man page was written by Daniel Walsh <dwalsh@redhat.com> |
| 35 | |
| 36 | .SH "SEE ALSO" |
| 37 | sepolicy(8), selinux(8) |