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: swild...@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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"