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:
Enji Cooper 2017-05-23 07:12:31 +00:00
parent 5f19e26b75
commit 7372d8148c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318709

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