svn commit: r258245 - head/lib/libc/stdio
Eitan Adler
eadler at FreeBSD.org
Sun Nov 17 02:03:46 UTC 2013
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 at 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
More information about the svn-src-head
mailing list