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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258245
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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