diff options
author | joel <joel@FreeBSD.org> | 2012-03-29 16:02:40 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-29 16:02:40 +0000 |
commit | f1a6c7f032298f43ebb6233abc9302776c4687df (patch) | |
tree | 55ebf7e4c35da21fac5349f33e9edb6fd16e6598 /lib/libc | |
parent | fc9fab80c6a39b7d3c66495c21ebf5bba43ad393 (diff) | |
download | FreeBSD-src-f1a6c7f032298f43ebb6233abc9302776c4687df.zip FreeBSD-src-f1a6c7f032298f43ebb6233abc9302776c4687df.tar.gz |
mandoc complains loudly when <TAB>s are misused in columnated lists. Fix
this syntax violation and while I'm here also convert <TAB> to Ta and adjust
quotation marks in order to prevent this problem in the future.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/posix1e/acl_add_flag_np.3 | 8 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_add_perm.3 | 32 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_set_entry_type_np.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_set_tag_type.3 | 16 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_to_text.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/ktrace.2 | 34 |
6 files changed, 50 insertions, 50 deletions
diff --git a/lib/libc/posix1e/acl_add_flag_np.3 b/lib/libc/posix1e/acl_add_flag_np.3 index cf4890b..057de03 100644 --- a/lib/libc/posix1e/acl_add_flag_np.3 +++ b/lib/libc/posix1e/acl_add_flag_np.3 @@ -52,10 +52,10 @@ that already exist in the flagset. .Pp Valid values are: .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. -.It ACL_ENTRY_NO_PROPAGATE_INHERIT Will not propagate. -.It ACL_ENTRY_INHERIT_ONLY Inherit-only. +.It ACL_ENTRY_FILE_INHERIT Ta "Will be inherited by files." +.It ACL_ENTRY_DIRECTORY_INHERIT Ta "Will be inherited by directories." +.It ACL_ENTRY_NO_PROPAGATE_INHERIT Ta "Will not propagate." +.It ACL_ENTRY_INHERIT_ONLY Ta "Inherit-only." .El .Sh RETURN VALUES .Rv -std acl_add_flag_np diff --git a/lib/libc/posix1e/acl_add_perm.3 b/lib/libc/posix1e/acl_add_perm.3 index beb5f98..564b83d 100644 --- a/lib/libc/posix1e/acl_add_perm.3 +++ b/lib/libc/posix1e/acl_add_perm.3 @@ -59,22 +59,22 @@ For POSIX.1e ACLs, valid values are: .Pp For NFSv4 ACLs, valid values are: .Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS" -.It ACL_READ_DATA Read permission -.It ACL_LIST_DIRECTORY Same as ACL_READ_DATA -.It ACL_WRITE_DATA Write permission, or permission to create files -.It ACL_ADD_FILE Same as ACL_READ_DATA -.It ACL_APPEND_DATA Permission to create directories. Ignored for files -.It ACL_ADD_SUBDIRECTORY Same as ACL_APPEND_DATA -.It ACL_READ_NAMED_ATTRS Ignored -.It ACL_WRITE_NAMED_ATTRS Ignored -.It ACL_EXECUTE Execute permission -.It ACL_DELETE_CHILD Permission to delete files and subdirectories -.It ACL_READ_ATTRIBUTES Permission to read basic attributes -.It ACL_WRITE_ATTRIBUTES Permission to change basic attributes -.It ACL_DELETE Permission to delete the object this ACL is placed on -.It ACL_READ_ACL Permission to read ACL -.It ACL_WRITE_ACL Permission to change the ACL and file mode -.It ACL_SYNCHRONIZE Ignored +.It ACL_READ_DATA Ta "Read permission" +.It ACL_LIST_DIRECTORY Ta "Same as ACL_READ_DATA" +.It ACL_WRITE_DATA Ta "Write permission, or permission to create files" +.It ACL_ADD_FILE Ta "Same as ACL_READ_DATA" +.It ACL_APPEND_DATA Ta "Permission to create directories. Ignored for files" +.It ACL_ADD_SUBDIRECTORY Ta "Same as ACL_APPEND_DATA" +.It ACL_READ_NAMED_ATTRS Ta "Ignored" +.It ACL_WRITE_NAMED_ATTRS Ta "Ignored" +.It ACL_EXECUTE Ta "Execute permission" +.It ACL_DELETE_CHILD Ta "Permission to delete files and subdirectories" +.It ACL_READ_ATTRIBUTES Ta "Permission to read basic attributes" +.It ACL_WRITE_ATTRIBUTES Ta "Permission to change basic attributes" +.It ACL_DELETE Ta "Permission to delete the object this ACL is placed on" +.It ACL_READ_ACL Ta "Permission to read ACL" +.It ACL_WRITE_ACL Ta "Permission to change the ACL and file mode" +.It ACL_SYNCHRONIZE Ta "Ignored" .El .Pp Calling diff --git a/lib/libc/posix1e/acl_set_entry_type_np.3 b/lib/libc/posix1e/acl_set_entry_type_np.3 index bda0c48..648775d 100644 --- a/lib/libc/posix1e/acl_set_entry_type_np.3 +++ b/lib/libc/posix1e/acl_set_entry_type_np.3 @@ -49,8 +49,8 @@ to the value referred to by .Pp Valid values are: .Bl -column -offset 3n "ACL_ENTRY_TYPE_ALLOW" -.It ACL_ENTRY_TYPE_ALLOW "allow" type entry -.It ACL_ENTRY_TYPE_DENY "deny" type entry +.It ACL_ENTRY_TYPE_ALLOW Ta "allow" type entry +.It ACL_ENTRY_TYPE_DENY Ta "deny" type entry .El .Pp This call brands the ACL as NFSv4. diff --git a/lib/libc/posix1e/acl_set_tag_type.3 b/lib/libc/posix1e/acl_set_tag_type.3 index 88aad72..79526a0 100644 --- a/lib/libc/posix1e/acl_set_tag_type.3 +++ b/lib/libc/posix1e/acl_set_tag_type.3 @@ -49,14 +49,14 @@ to the value of .Pp Valid values are: .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 -.It ACL_GROUP_OBJ Permissions apply to file group -.It ACL_GROUP Permissions apply to additional group specified by qualifier -.It ACL_MASK Permissions specify mask -.It ACL_OTHER Permissions apply to "other" -.It ACL_OTHER_OBJ Same as ACL_OTHER -.It ACL_EVERYONE Permissions apply to "everyone@" +.It ACL_USER_OBJ Ta "Permissions apply to file owner" +.It ACL_USER Ta "Permissions apply to additional user specified by qualifier" +.It ACL_GROUP_OBJ Ta "Permissions apply to file group" +.It ACL_GROUP Ta "Permissions apply to additional group specified by qualifier" +.It ACL_MASK Ta "Permissions specify mask" +.It ACL_OTHER Ta Permissions apply to "other" +.It ACL_OTHER_OBJ Ta "Same as ACL_OTHER" +.It ACL_EVERYONE Ta Permissions apply to "everyone@" .El .Pp Calling diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3 index 8491e32..08fec20 100644 --- a/lib/libc/posix1e/acl_to_text.3 +++ b/lib/libc/posix1e/acl_to_text.3 @@ -67,9 +67,9 @@ The flags specified are formed by .Em or Ns 'ing the following values .Bl -column -offset 3n "ACL_TEXT_NUMERIC_IDS" -.It ACL_TEXT_VERBOSE Format ACL using verbose form -.It ACL_TEXT_NUMERIC_IDS Do not resolve IDs into user or group names -.It ACL_TEXT_APPEND_ID In addition to user and group names, append numeric IDs +.It ACL_TEXT_VERBOSE Ta "Format ACL using verbose form" +.It ACL_TEXT_NUMERIC_IDS Ta "Do not resolve IDs into user or group names" +.It ACL_TEXT_APPEND_ID Ta "In addition to user and group names, append numeric IDs" .El .Pp This function allocates any memory necessary to contain the string and diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index 8ab4a33..1740d75 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -67,12 +67,12 @@ The argument specifies the requested ktrace operation. The defined operations are: .Bl -column KTRFLAG_DESCENDXXX -offset indent -.It "KTROP_SET Enable trace points specified in" +.It KTROP_SET Ta "Enable trace points specified in" .Fa trpoints . -.It "KTROP_CLEAR Disable trace points specified in" +.It KTROP_CLEAR Ta "Disable trace points specified in" .Fa trpoints . -.It "KTROP_CLEARFILE Stop all tracing." -.It "KTRFLAG_DESCEND The tracing change should apply to the" +.It KTROP_CLEARFILE Ta "Stop all tracing." +.It KTRFLAG_DESCEND Ta "The tracing change should apply to the" specified process and all its current children. .El .Pp @@ -81,20 +81,20 @@ The argument specifies the trace points of interest. The defined trace points are: .Bl -column KTRFAC_PROCCTORXXX -offset indent -.It "KTRFAC_SYSCALL Trace system calls." -.It "KTRFAC_SYSRET Trace return values from system calls." -.It "KTRFAC_NAMEI Trace name lookup operations." -.It "KTRFAC_GENIO Trace all I/O (note that this option can" +.It KTRFAC_SYSCALL Ta "Trace system calls." +.It KTRFAC_SYSRET Ta "Trace return values from system calls." +.It KTRFAC_NAMEI Ta "Trace name lookup operations." +.It KTRFAC_GENIO Ta "Trace all I/O (note that this option can" generate much output). -.It "KTRFAC_PSIG Trace posted signals." -.It "KTRFAC_CSW Trace context switch points." -.It "KTRFAC_USER Trace application-specific events." -.It "KTRFAC_STRUCT Trace certain data structures." -.It "KTRFAC_SYSCTL Trace sysctls." -.It "KTRFAC_PROCCTOR Trace process construction." -.It "KTRFAC_PROCDTOR Trace process destruction." -.It "KTRFAC_CAPFAIL Trace capability failures." -.It "KTRFAC_INHERIT Inherit tracing to future children." +.It KTRFAC_PSIG Ta "Trace posted signals." +.It KTRFAC_CSW Ta "Trace context switch points." +.It KTRFAC_USER Ta "Trace application-specific events." +.It KTRFAC_STRUCT Ta "Trace certain data structures." +.It KTRFAC_SYSCTL Ta "Trace sysctls." +.It KTRFAC_PROCCTOR Ta "Trace process construction." +.It KTRFAC_PROCDTOR Ta "Trace process destruction." +.It KTRFAC_CAPFAIL Ta "Trace capability failures." +.It KTRFAC_INHERIT Ta "Inherit tracing to future children." .El .Pp Each tracing event outputs a record composed of a generic header |