summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committeruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit8ae3afcfad3d809ecc914f65e53a58e795268f62 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /lib/libc/posix1e
parentf987d108ff49e7a674821ea62a05be912a3e1c04 (diff)
downloadFreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.zip
FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.tar.gz
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_add_flag_np.31
-rw-r--r--lib/libc/posix1e/acl_add_perm.32
-rw-r--r--lib/libc/posix1e/acl_get.31
-rw-r--r--lib/libc/posix1e/acl_set.31
-rw-r--r--lib/libc/posix1e/acl_set_entry_type_np.31
-rw-r--r--lib/libc/posix1e/acl_set_tag_type.31
6 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/posix1e/acl_add_flag_np.3 b/lib/libc/posix1e/acl_add_flag_np.3
index 3acde6b..7ae83e2 100644
--- a/lib/libc/posix1e/acl_add_flag_np.3
+++ b/lib/libc/posix1e/acl_add_flag_np.3
@@ -51,7 +51,6 @@ Note: it is not considered an error to attempt to add flags
that already exist in the flagset.
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_ENTRY_NO_PROPAGATE_INHERIT"
.It ACL_ENTRY_FILE_INHERIT Will be inherited by files.
.It ACL_ENTRY_DIRECTORY_INHERIT Will be inherited by directories.
diff --git a/lib/libc/posix1e/acl_add_perm.3 b/lib/libc/posix1e/acl_add_perm.3
index 336e55e..beb5f98 100644
--- a/lib/libc/posix1e/acl_add_perm.3
+++ b/lib/libc/posix1e/acl_add_perm.3
@@ -51,7 +51,6 @@ Note: it is not considered an error to attempt to add permissions
that already exist in the permission set.
.Pp
For POSIX.1e ACLs, valid values are:
-.Pp
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
.It ACL_EXECUTE Execute permission
.It ACL_WRITE Write permission
@@ -59,7 +58,6 @@ For POSIX.1e ACLs, valid values are:
.El
.Pp
For NFSv4 ACLs, valid values are:
-.Pp
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
.It ACL_READ_DATA Read permission
.It ACL_LIST_DIRECTORY Same as ACL_READ_DATA
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3
index 651709f..ae0c48d 100644
--- a/lib/libc/posix1e/acl_get.3
+++ b/lib/libc/posix1e/acl_get.3
@@ -95,7 +95,6 @@ decisions.
Valid values for the
.Va type
argument are:
-.Pp
.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
.It ACL_TYPE_ACCESS POSIX.1e access ACL
.It ACL_TYPE_DEFAULT POSIX.1e default ACL
diff --git a/lib/libc/posix1e/acl_set.3 b/lib/libc/posix1e/acl_set.3
index a6134fe..7450dc9 100644
--- a/lib/libc/posix1e/acl_set.3
+++ b/lib/libc/posix1e/acl_set.3
@@ -79,7 +79,6 @@ path is a symlink.
Valid values for the
.Va type
argument are:
-.Pp
.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
.It ACL_TYPE_ACCESS POSIX.1e access ACL
.It ACL_TYPE_DEFAULT POSIX.1e default ACL
diff --git a/lib/libc/posix1e/acl_set_entry_type_np.3 b/lib/libc/posix1e/acl_set_entry_type_np.3
index 9f69bab..bda0c48 100644
--- a/lib/libc/posix1e/acl_set_entry_type_np.3
+++ b/lib/libc/posix1e/acl_set_entry_type_np.3
@@ -48,7 +48,6 @@ to the value referred to by
.Fa entry_type .
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_ENTRY_TYPE_ALLOW"
.It ACL_ENTRY_TYPE_ALLOW "allow" type entry
.It ACL_ENTRY_TYPE_DENY "deny" type entry
diff --git a/lib/libc/posix1e/acl_set_tag_type.3 b/lib/libc/posix1e/acl_set_tag_type.3
index 2568922..88aad72 100644
--- a/lib/libc/posix1e/acl_set_tag_type.3
+++ b/lib/libc/posix1e/acl_set_tag_type.3
@@ -48,7 +48,6 @@ to the value of
.Fa tag_type .
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_OTHER_OBJ"
.It ACL_USER_OBJ Permissions apply to file owner
.It ACL_USER Permissions apply to additional user specified by qualifier
OpenPOWER on IntegriCloud