diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-17 02:03:45 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-17 02:03:45 +0000 |
commit | f3ba5fc7422624fe90452aaa369e54f54ae97734 (patch) | |
tree | 7f6ce88f179c0b55e4f93538d2af559c30c14c91 /lib/libc/stdio/scanf_l.3 | |
parent | 52cfe485fb3b3154a68c672fcad7a8fcb3be810e (diff) |
Add missing include files for the printf_l and scanf_l man pages.
Reported by: swildner@dragonflybsd.org
Notes
Notes:
svn path=/head/; revision=258245
Diffstat (limited to 'lib/libc/stdio/scanf_l.3')
-rw-r--r-- | lib/libc/stdio/scanf_l.3 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |