Module Name:    src
Committed By:   wiz
Date:           Thu Dec 29 20:29:30 UTC 2016

Modified Files:
        src/lib/libc/stdio: printf_l.3

Log Message:
Mention stdarg.h for va_list.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdio/printf_l.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/printf_l.3
diff -u src/lib/libc/stdio/printf_l.3:1.1 src/lib/libc/stdio/printf_l.3:1.2
--- src/lib/libc/stdio/printf_l.3:1.1	Tue Dec 29 17:55:23 2015
+++ src/lib/libc/stdio/printf_l.3	Thu Dec 29 20:29:30 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: printf_l.3,v 1.1 2015/12/29 17:55:23 christos Exp $
+.\"	$NetBSD: printf_l.3,v 1.2 2016/12/29 20:29:30 wiz Exp $
 .\" Copyright (c) 2012 Isabell Long <[email protected]>
 .\" All rights reserved.
 .\"
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD: head/lib/libc/stdio/printf_l.3 258245 2013-11-17 02:03:45Z eadler $
 .\"
-.Dd December 29, 2015
+.Dd December 29, 2016
 .Dt PRINTF_L 3
 .Os
 .Sh NAME
@@ -55,6 +55,7 @@
 .Fn snprintf_l "char * restrict str" "size_t size" "locale_t loc" "const char * restrict format" "..."
 .Ft int
 .Fn sprintf_l "char * restrict str" "locale_t loc" "const char * restrict format" "..."
+.In stdarg.h
 .Ft int
 .Fn vasprintf_l "char **ret" "locale_t loc" "const char *format" "va_list ap"
 .Ft int

Reply via email to