32 lines
719 B
Diff
32 lines
719 B
Diff
|
From 226e93f4d17b68f4cca02fb7b34f22fd9a7ab237 Mon Sep 17 00:00:00 2001
|
||
|
From: Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
|
||
|
Date: Wed, 26 Aug 2015 12:16:38 +0200
|
||
|
Subject: [PATCH 27/34] Fix the display block nesting in acl.5
|
||
|
|
||
|
---
|
||
|
man/man5/acl.5 | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/man/man5/acl.5 b/man/man5/acl.5
|
||
|
index 1e44a31..c045726 100644
|
||
|
--- a/man/man5/acl.5
|
||
|
+++ b/man/man5/acl.5
|
||
|
@@ -217,12 +217,12 @@ access is denied.
|
||
|
.Sy if
|
||
|
the ACL_GROUP_OBJ entry contains the requested permissions,
|
||
|
access is granted,
|
||
|
-.Ed
|
||
|
.Pp
|
||
|
.Sy else
|
||
|
access is denied.
|
||
|
-.Pp
|
||
|
.Ed
|
||
|
+.Ed
|
||
|
+.Pp
|
||
|
.It
|
||
|
.Sy else if
|
||
|
the ACL_OTHER entry contains the requested permissions, access is granted.
|
||
|
--
|
||
|
2.5.2
|
||
|
|