summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-25 08:51:43 +0000
committerngie <ngie@FreeBSD.org>2015-11-25 08:51:43 +0000
commitc5c4903605a6fccc75b03082ba4a98a3c0c50b5e (patch)
tree9468e53c079e9c8cff4782233aad17634e5a2be8 /lib
parent65f700c61c7cb7cf82a5f23c5b327700a13fe6db (diff)
downloadFreeBSD-src-c5c4903605a6fccc75b03082ba4a98a3c0c50b5e.zip
FreeBSD-src-c5c4903605a6fccc75b03082ba4a98a3c0c50b5e.tar.gz
MFC r258245:
r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by: swildner@dragonflybsd.org
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/printf_l.31
-rw-r--r--lib/libc/stdio/scanf_l.31
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/printf_l.3 b/lib/libc/stdio/printf_l.3
index 20c855b..312d110 100644
--- a/lib/libc/stdio/printf_l.3
+++ b/lib/libc/stdio/printf_l.3
@@ -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
diff --git a/lib/libc/stdio/scanf_l.3 b/lib/libc/stdio/scanf_l.3
index 405601e..35a8241 100644
--- a/lib/libc/stdio/scanf_l.3
+++ b/lib/libc/stdio/scanf_l.3
@@ -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
OpenPOWER on IntegriCloud