svn commit: r318706 - head/lib/libc/locale

Ngie Cooper ngie at FreeBSD.org
Tue May 23 07:09:27 UTC 2017


Author: ngie
Date: Tue May 23 07:09:26 2017
New Revision: 318706
URL: https://svnweb.freebsd.org/changeset/base/318706

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

Modified:
  head/lib/libc/locale/localeconv.3

Modified: head/lib/libc/locale/localeconv.3
==============================================================================
--- head/lib/libc/locale/localeconv.3	Tue May 23 07:08:30 2017	(r318705)
+++ head/lib/libc/locale/localeconv.3	Tue May 23 07:09:26 2017	(r318706)
@@ -202,7 +202,8 @@ result similarly denotes an unavailable 
 .Pp
 The
 .Fn localeconv_l
-function takes an explicit locale parameter.  For more information, see
+function takes an explicit locale parameter.
+For more information, see
 .Xr xlocale 3 .
 .Sh RETURN VALUES
 The


More information about the svn-src-head mailing list