acl_to_text(3): start sentences on new lines

Reported by:	make manlint
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-05-23 07:12:31 +00:00
parent 04aece8694
commit 2bfe7bcea1

View File

@ -58,8 +58,9 @@ including the NULL terminator) in the location pointed to by
.Va len_p .
If the ACL is POSIX.1e, the format of the text string returned by
.Fn acl_to_text
shall be the POSIX.1e long ACL form. If the ACL is NFSv4, the format
of the text string shall be the compact form, unless the
shall be the POSIX.1e long ACL form.
If the ACL is NFSv4, the format of the text string shall be the compact form, unless
the
.Va ACL_TEXT_VERBOSE
flag is given.
.Pp