From 6061acb30c4dc248b5c245c56766b937b8f16809 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 16 Apr 2001 15:06:19 +0000 Subject: [PATCH] mdoc(7) police: fix markup. --- lib/libc/posix1e/acl_get_perm_np.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libc/posix1e/acl_get_perm_np.3 b/lib/libc/posix1e/acl_get_perm_np.3 index 10b0cd1748b0..9145c3222592 100644 --- a/lib/libc/posix1e/acl_get_perm_np.3 +++ b/lib/libc/posix1e/acl_get_perm_np.3 @@ -30,7 +30,7 @@ .Os .Sh NAME .Nm acl_get_perm_np -.Nd check if a permission is set in a permission set +.Nd "check if a permission is set in a permission set" .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -48,16 +48,16 @@ If the permission in is set in the permission set .Fa permset_d , a value of -.Va 1 +1 is returned, otherwise a value of -.Va 0 +0 is returned. .Sh ERRORS If any of the following conditions occur, the .Fn acl_get_perm_np function will return a value of -.Va -1 -and set +\-1 +and set global variable .Va errno to the corresponding value: .Bl -tag -width Er