In writing up security_compute_create_name description, I noticed a noise in manpage around 80th characters in line. It fixes the noise. diff --git a/libselinux/man/man3/security_compute_av.3 b/libselinux/man/man3/security_compute_av.3 index 8e821cf..49a6d18 100644 --- a/libselinux/man/man3/security_compute_av.3 +++ b/libselinux/man/man3/security_compute_av.3 @@ -23,8 +23,7 @@ the SELinux policy database in the kernel. .sp .BI "int security_compute_user(security_context_t "scon ", const char *" username ", security_context_t **" con ); .sp -.BI "int security_get_initial_context(const char *" name ", security_context_t -"con ); +.BI "int security_get_initial_context(const char *" name ", security_context_t "con ); .sp .BI "int selinux_check_passwd_access(access_vector_t " requested ); .sp -- NEC Europe Ltd, SAP Global Competence Center KaiGai Kohei <kohei.kaigai@xxxxxxxxxx> -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.