diff options
author | Dan Walsh <dwalsh@redhat.com> | 2013-10-09 14:37:31 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-10-24 13:58:37 -0400 |
commit | 2540b20096bed9a4f2581548ad37c3dae8654512 (patch) | |
tree | 59c44f0baec9af783014c7fae7e9cc9bd5f0c258 /libsemanage/man/man3 | |
parent | 4d2dd334114d12623c1249fc07463714b6151873 (diff) | |
download | android_external_selinux-2540b20096bed9a4f2581548ad37c3dae8654512.tar.gz android_external_selinux-2540b20096bed9a4f2581548ad37c3dae8654512.tar.bz2 android_external_selinux-2540b20096bed9a4f2581548ad37c3dae8654512.zip |
Laurent Bigonville patch to fix various minor manpage issues and correct section numbering.
Diffstat (limited to 'libsemanage/man/man3')
-rw-r--r-- | libsemanage/man/man3/semanage_bool_set_active.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_count.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_del.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_exists.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_iterate.3 | 4 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_list.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_modify.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_query.3 | 2 | ||||
-rw-r--r-- | libsemanage/man/man3/semanage_set_root.3 | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/libsemanage/man/man3/semanage_bool_set_active.3 b/libsemanage/man/man3/semanage_bool_set_active.3 index 026e29df..d868fe86 100644 --- a/libsemanage/man/man3/semanage_bool_set_active.3 +++ b/libsemanage/man/man3/semanage_bool_set_active.3 @@ -40,7 +40,7 @@ This function requires an semanage connection to be established (see ). .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise 0 is returned. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_count.3 b/libsemanage/man/man3/semanage_count.3 index b131cbe4..b865a217 100644 --- a/libsemanage/man/man3/semanage_count.3 +++ b/libsemanage/man/man3/semanage_count.3 @@ -33,7 +33,7 @@ This function requires an semanage connection to be established (see ) .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_del.3 b/libsemanage/man/man3/semanage_del.3 index 5b11ce3c..4dd0a771 100644 --- a/libsemanage/man/man3/semanage_del.3 +++ b/libsemanage/man/man3/semanage_del.3 @@ -40,7 +40,7 @@ This function requires an semanage connection to be established (see ). .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise 0 is returned. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_exists.3 b/libsemanage/man/man3/semanage_exists.3 index da401c28..6d68c76e 100644 --- a/libsemanage/man/man3/semanage_exists.3 +++ b/libsemanage/man/man3/semanage_exists.3 @@ -38,7 +38,7 @@ This function requires an semanage connection to be established (see ) .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other read calls to the semanage database until the next commit. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_iterate.3 b/libsemanage/man/man3/semanage_iterate.3 index 87738008..15281647 100644 --- a/libsemanage/man/man3/semanage_iterate.3 +++ b/libsemanage/man/man3/semanage_iterate.3 @@ -31,7 +31,7 @@ if that is necessary. The handler code may not invoke any semanage write requests for the same object type (i.e. modifying the underlying store is not allowed). The iterate function is reentrant only while inside a transaction (see .B semanage_begin_transaction -). It is not safe to execute other semanage read or write requests within iterate if not inside a transaction. The handler may return -1 to signal error exit, 0 to signal continue, and 1 to signal successful exit early (the iterate function will stop accordingly). +). It is not safe to execute other semanage read or write requests within iterate if not inside a transaction. The handler may return \-1 to signal error exit, 0 to signal continue, and 1 to signal successful exit early (the iterate function will stop accordingly). .TP .B Parameters: @@ -50,7 +50,7 @@ This function requires an semanage connection to be established (see ) .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_list.3 b/libsemanage/man/man3/semanage_list.3 index 9376702f..acc161fe 100644 --- a/libsemanage/man/man3/semanage_list.3 +++ b/libsemanage/man/man3/semanage_list.3 @@ -39,7 +39,7 @@ This function requires an semanage connection to be established (see ) .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_modify.3 b/libsemanage/man/man3/semanage_modify.3 index 04bd8017..ee239009 100644 --- a/libsemanage/man/man3/semanage_modify.3 +++ b/libsemanage/man/man3/semanage_modify.3 @@ -42,7 +42,7 @@ This function requires an semanage connection to be established (see ). .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise 0 is returned. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_query.3 b/libsemanage/man/man3/semanage_query.3 index 1a6cdb2a..e61c8b8b 100644 --- a/libsemanage/man/man3/semanage_query.3 +++ b/libsemanage/man/man3/semanage_query.3 @@ -39,7 +39,7 @@ This function requires an semanage connection to be established (see ) .SH "RETURN VALUE" -In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. +In case of failure, \-1 is returned, and the semanage error callback is invoked, describing the error. Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit. .SH "SEE ALSO" diff --git a/libsemanage/man/man3/semanage_set_root.3 b/libsemanage/man/man3/semanage_set_root.3 index 2ae0f17f..664822e7 100644 --- a/libsemanage/man/man3/semanage_set_root.3 +++ b/libsemanage/man/man3/semanage_set_root.3 @@ -15,7 +15,7 @@ Set the alternate root directory for SELinux configuration directory. This function sets an alternate root directory to for SELinux configuration paths to be used by the semanage library. .SH "RETURN VALUE" -In case of failure, -1 is returned. +In case of failure, \-1 is returned. Otherwise 0 is returned. .SH "SEE ALSO" |