svn commit: r291294 - stable/10/lib/libc/stdio
Garrett Cooper
ngie at FreeBSD.org
Wed Nov 25 08:51:44 UTC 2015
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 at 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
More information about the svn-src-stable-10
mailing list