svn commit: r291297 - stable/9/lib/libc/stdio

Garrett Cooper ngie at FreeBSD.org
Wed Nov 25 09:19:34 UTC 2015


Author: ngie
Date: Wed Nov 25 09:19:32 2015
New Revision: 291297
URL: https://svnweb.freebsd.org/changeset/base/291297

Log:
  MFstable/10 r291294:
  
  MFC r258245:
  r258245 (by eadler):
  
  Add missing include files for the printf_l and scanf_l man pages.
  
  Reported by:	swildner at dragonflybsd.org

Modified:
  stable/9/lib/libc/stdio/printf_l.3
  stable/9/lib/libc/stdio/scanf_l.3
Directory Properties:
  stable/9/   (props changed)
  stable/9/lib/   (props changed)
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/stdio/printf_l.3
==============================================================================
--- stable/9/lib/libc/stdio/printf_l.3	Wed Nov 25 09:12:30 2015	(r291296)
+++ stable/9/lib/libc/stdio/printf_l.3	Wed Nov 25 09:19:32 2015	(r291297)
@@ -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

Modified: stable/9/lib/libc/stdio/scanf_l.3
==============================================================================
--- stable/9/lib/libc/stdio/scanf_l.3	Wed Nov 25 09:12:30 2015	(r291296)
+++ stable/9/lib/libc/stdio/scanf_l.3	Wed Nov 25 09:19:32 2015	(r291297)
@@ -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


More information about the svn-src-all mailing list