mirror of
https://github.com/topjohnwu/selinux.git
synced 2025-02-22 04:11:09 +00:00
libsemanage: Fix the format of the NAME lines
Each manual page should start with a "NAME" section, which lists the name and a brief description of the page separated by "\-". These sections are parsed by "mandb" and stored in a database for the use of "apropos" and "whatis", so they must be in a certain format. These manual pages apparently use the wrong format and cannot be parsed by "mandb". This commit fixes that. Signed-off-by: Manoj Srivastava <srivasta@debian.org> Signed-off-by: Joshua Brindle <method@manicmethod.com>
This commit is contained in:
parent
70849975f8
commit
a6700ba05f
@ -1,7 +1,7 @@
|
||||
.TH semanage_bool 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Policy Booleans Management API
|
||||
semanage_bool \- SELinux Policy Booleans Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/boolean_record.h>
|
||||
|
@ -1,7 +1,6 @@
|
||||
.TH semanage_bool_set_local 3 "4 January 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
.SH "NAME"
|
||||
.B semanage_bool_set_active \-
|
||||
update an existing SELinux boolean in the currently active policy
|
||||
semanage_bool_set_active \- update an existing SELinux boolean in the currently active policy
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/booleans_active.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_count 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Management API
|
||||
semanage_count \- SELinux Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following count function is supported for any semanage record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_del 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Management API
|
||||
semanage_del \- SELinux Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following delete function is supported for any semanage record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_exists 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Management API
|
||||
semanage_exists \- SELinux Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following exists function is supported for any semanage record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_fcontext 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux File Context Management API
|
||||
semanage_fcontext \- SELinux File Context Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/fcontext_record.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_iface 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Network Interfaces Management API
|
||||
semanage_iface \- SELinux Network Interfaces Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/iface_record.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_iterate 3 "15 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Management API
|
||||
semanage_iterate \- SELinux Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following iterate function is supported for any semanage record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_list 3 "16 March 2006" "ivg2@cornell.edu" "SELinux managent API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Lists Management API
|
||||
semanage_list \- SELinux Lists Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following list function is supported for any SELinux managent record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_modify 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Management API
|
||||
semanage_modify \- SELinux Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following modify function is supported for any semanage record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_node 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Network Nodes Management API
|
||||
semanage_node \- SELinux Network Nodes Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/node_record.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_port 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Network Ports Management API
|
||||
semanage_port \- SELinux Network Ports Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/port_record.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_query 3 "15 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux Management API
|
||||
semanage_query \- SELinux Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
The following query function is supported for any semanage record.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_seuser 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
Linux UID to SELinux User Management API
|
||||
semanage_seuser \- Linux UID to SELinux User Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/seuser_record.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.TH semanage_user 3 "16 March 2006" "ivg2@cornell.edu" "Libsemanage API documentation"
|
||||
|
||||
.SH "NAME"
|
||||
SELinux User Management API
|
||||
semanage_user \- SELinux User Management API
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B #include <semanage/user_record.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user