From f3ba5fc7422624fe90452aaa369e54f54ae97734 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 17 Nov 2013 02:03:45 +0000 Subject: Add missing include files for the printf_l and scanf_l man pages. Reported by: swildner@dragonflybsd.org --- lib/libc/stdio/scanf_l.3 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/stdio/scanf_l.3') diff --git a/lib/libc/stdio/scanf_l.3 b/lib/libc/stdio/scanf_l.3 index 405601e1fcb8..35a82418ec51 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 -- cgit v1.2.3