Date: Wed, 25 Nov 2015 08:51:43 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r291294 - stable/10/lib/libc/stdio Message-ID: <201511250851.tAP8ph5B014312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Wed Nov 25 08:51:43 2015 New Revision: 291294 URL: https://svnweb.freebsd.org/changeset/base/291294 Log: MFC r258245: r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by: swildner@dragonflybsd.org Modified: stable/10/lib/libc/stdio/printf_l.3 stable/10/lib/libc/stdio/scanf_l.3 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/stdio/printf_l.3 ============================================================================== --- stable/10/lib/libc/stdio/printf_l.3 Wed Nov 25 08:19:01 2015 (r291293) +++ stable/10/lib/libc/stdio/printf_l.3 Wed Nov 25 08:51:43 2015 (r291294) @@ -43,6 +43,7 @@ .Lb libc .Sh SYNOPSIS .In stdio.h +.In xlocale.h .Ft int .Fn printf_l "locale_t loc" "const char * restrict format" "..." .Ft int Modified: stable/10/lib/libc/stdio/scanf_l.3 ============================================================================== --- stable/10/lib/libc/stdio/scanf_l.3 Wed Nov 25 08:19:01 2015 (r291293) +++ stable/10/lib/libc/stdio/scanf_l.3 Wed Nov 25 08:51:43 2015 (r291294) @@ -39,6 +39,7 @@ .Lb libc .Sh SYNOPSIS .In stdio.h +.In xlocale.h .Ft int .Fn scanf_l "locale_t loc" "const char * restrict format" "..." .Ft int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511250851.tAP8ph5B014312>