Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 07:09:26 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318706 - head/lib/libc/locale
Message-ID:  <201705230709.v4N79Qjd070357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705230709.v4N79Qjd070357>