Date: Sat, 23 May 2009 18:40:10 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 162595 for review Message-ID: <200905231840.n4NIeAgP083299@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=162595 Change 162595 by trasz@trasz_victim on 2009/05/23 18:40:09 Use proper roff construct for tables, as suggested by rwatson@. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_add_flag_np.3#5 edit .. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_set_entry_type_np.3#2 edit .. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_to_text.3#3 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_add_flag_np.3#5 (text+ko) ==== @@ -52,12 +52,12 @@ .Pp Valid values are: .Pp -.Bd -literal -offset indent -compact -ACL_ENTRY_FILE_INHERIT Will be inherited by files. -ACL_ENTRY_DIRECTORY_INHERIT Will be inherited by directories. -ACL_ENTRY_NO_PROPAGATE_INHERIT Will not propagate. -ACL_ENTRY_INHERIT_ONLY Inherit-only. -.Ed +.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. +.El .Sh RETURN VALUES .Rv -std acl_add_flag_np .Sh ERRORS ==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_set_entry_type_np.3#2 (text+ko) ==== @@ -49,10 +49,10 @@ .Pp Valid values are: .Pp -.Bd -literal -offset indent -compact -ACL_ENTRY_TYPE_ALLOW "allow" type entry -ACL_ENTRY_TYPE_DENY "deny" type entry -.Ed +.Bl -column -offset 3n "ACL_ENTRY_TYPE_ALLOW" +.It ACL_ENTRY_TYPE_ALLOW "allow" type entry +.It ACL_ENTRY_TYPE_DENY "deny" type entry +.El .Pp This call brands the ACL as NFS4. .Sh RETURN VALUES ==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_to_text.3#3 (text+ko) ==== @@ -67,11 +67,11 @@ .Em or Ns 'ing the following values .Pp -.Bd -literal -offset indent -compact -ACL_TEXT_VERBOSE format ACL using verbose form -ACL_TEXT_NUMERIC_IDS do not resolve IDs into user or group names -ACL_TEXT_APPEND_ID in addition to user and group names, append numeric IDs -.Ed +.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 +.El .Pp This function allocates any memory necessary to contain the string and returns a pointer to the string.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905231840.n4NIeAgP083299>