Add missing include files for the printf_l and scanf_l man pages.

Reported by:	swildner@dragonflybsd.org
This commit is contained in:
Eitan Adler 2013-11-17 02:03:45 +00:00
parent 52cfe485fb
commit f3ba5fc742
2 changed files with 2 additions and 0 deletions
lib/libc/stdio

@ -43,6 +43,7 @@
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In stdio.h .In stdio.h
.In xlocale.h
.Ft int .Ft int
.Fn printf_l "locale_t loc" "const char * restrict format" "..." .Fn printf_l "locale_t loc" "const char * restrict format" "..."
.Ft int .Ft int

@ -39,6 +39,7 @@
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In stdio.h .In stdio.h
.In xlocale.h
.Ft int .Ft int
.Fn scanf_l "locale_t loc" "const char * restrict format" "..." .Fn scanf_l "locale_t loc" "const char * restrict format" "..."
.Ft int .Ft int