Date: Sun, 17 Nov 2013 02:03:46 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258245 - head/lib/libc/stdio Message-ID: <201311170203.rAH23kZo070962@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Nov 17 02:03:45 2013 New Revision: 258245 URL: http://svnweb.freebsd.org/changeset/base/258245 Log: Add missing include files for the printf_l and scanf_l man pages. Reported by: swildner@dragonflybsd.org Modified: head/lib/libc/stdio/printf_l.3 head/lib/libc/stdio/scanf_l.3 Modified: head/lib/libc/stdio/printf_l.3 ============================================================================== --- head/lib/libc/stdio/printf_l.3 Sun Nov 17 02:03:36 2013 (r258244) +++ head/lib/libc/stdio/printf_l.3 Sun Nov 17 02:03:45 2013 (r258245) @@ -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: head/lib/libc/stdio/scanf_l.3 ============================================================================== --- head/lib/libc/stdio/scanf_l.3 Sun Nov 17 02:03:36 2013 (r258244) +++ head/lib/libc/stdio/scanf_l.3 Sun Nov 17 02:03:45 2013 (r258245) @@ -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?201311170203.rAH23kZo070962>