Date: Wed, 25 Nov 2015 09:19:32 +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-9@freebsd.org Subject: svn commit: r291297 - stable/9/lib/libc/stdio Message-ID: <201511250919.tAP9JW8J021041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Wed Nov 25 09:19:32 2015 New Revision: 291297 URL: https://svnweb.freebsd.org/changeset/base/291297 Log: MFstable/10 r291294: 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/9/lib/libc/stdio/printf_l.3 stable/9/lib/libc/stdio/scanf_l.3 Directory Properties: stable/9/ (props changed) stable/9/lib/ (props changed) stable/9/lib/libc/ (props changed) Modified: stable/9/lib/libc/stdio/printf_l.3 ============================================================================== --- stable/9/lib/libc/stdio/printf_l.3 Wed Nov 25 09:12:30 2015 (r291296) +++ stable/9/lib/libc/stdio/printf_l.3 Wed Nov 25 09:19:32 2015 (r291297) @@ -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/9/lib/libc/stdio/scanf_l.3 ============================================================================== --- stable/9/lib/libc/stdio/scanf_l.3 Wed Nov 25 09:12:30 2015 (r291296) +++ stable/9/lib/libc/stdio/scanf_l.3 Wed Nov 25 09:19:32 2015 (r291297) @@ -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?201511250919.tAP9JW8J021041>