svn commit: r318709 - head/lib/libc/posix1e

Ngie Cooper ngie at FreeBSD.org
Tue May 23 07:12:33 UTC 2017


Author: ngie
Date: Tue May 23 07:12:31 2017
New Revision: 318709
URL: https://svnweb.freebsd.org/changeset/base/318709

Log:
  acl_to_text(3): start sentences on new lines
  
  Reported by:	make manlint
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/posix1e/acl_to_text.3

Modified: head/lib/libc/posix1e/acl_to_text.3
==============================================================================
--- head/lib/libc/posix1e/acl_to_text.3	Tue May 23 07:11:15 2017	(r318708)
+++ head/lib/libc/posix1e/acl_to_text.3	Tue May 23 07:12:31 2017	(r318709)
@@ -58,8 +58,9 @@ including the NULL terminator) in the lo
 .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


More information about the svn-src-all mailing list