Date: Mon, 26 Mar 2012 19:06:59 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233518 - head/lib/libc/locale Message-ID: <201203261906.q2QJ6xW7046382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Mon Mar 26 19:06:59 2012 New Revision: 233518 URL: http://svn.freebsd.org/changeset/base/233518 Log: mdoc: remove unknown macro. Modified: head/lib/libc/locale/duplocale.3 head/lib/libc/locale/newlocale.3 Modified: head/lib/libc/locale/duplocale.3 ============================================================================== --- head/lib/libc/locale/duplocale.3 Mon Mar 26 18:22:04 2012 (r233517) +++ head/lib/libc/locale/duplocale.3 Mon Mar 26 19:06:59 2012 (r233518) @@ -56,7 +56,6 @@ associated with the current thread by .Xr uselocale 3 . These calls are therefore only thread safe on threads with a unique per-thread locale. -.Pt The locale returned by this call must be freed with .Xr freelocale 3 . .Sh SEE ALSO Modified: head/lib/libc/locale/newlocale.3 ============================================================================== --- head/lib/libc/locale/newlocale.3 Mon Mar 26 18:22:04 2012 (r233517) +++ head/lib/libc/locale/newlocale.3 Mon Mar 26 19:06:59 2012 (r233518) @@ -48,7 +48,6 @@ name specified in the parameter. Any other components will be inherited from .Fa base . -.Pt The .Fa mask is either
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203261906.q2QJ6xW7046382>