Hi,

kshe wrote on Thu, Nov 30, 2017 at 11:56:13PM +0000:

> This adds a missing parameter name and makes whitespace more consistent
> in the synopsis of wprintf(3).  As a bonus, also link to this manual
> from plain printf(3).

Committed with tweaks, thanks.
  Ingo


> Index: printf.3
> ===================================================================
> RCS file: /cvs/src/lib/libc/stdio/printf.3,v
> retrieving revision 1.76
> diff -u -p -r1.76 printf.3
> --- printf.3  12 Jun 2017 18:37:12 -0000      1.76
> +++ printf.3  30 Nov 2017 04:05:21 -0000
> @@ -758,6 +758,7 @@ The return value would be too large to b
>  .El
>  .Sh SEE ALSO
>  .Xr printf 1 ,
> +.Xr wprintf 3 ,
>  .Xr scanf 3
>  .Sh STANDARDS
>  The
> Index: wprintf.3
> ===================================================================
> RCS file: /cvs/src/lib/libc/stdio/wprintf.3,v
> retrieving revision 1.4
> diff -u -p -r1.4 wprintf.3
> --- wprintf.3 13 May 2014 20:51:00 -0000      1.4
> +++ wprintf.3 30 Nov 2017 04:05:21 -0000
> @@ -51,9 +51,9 @@
>  .Fn wprintf "const wchar_t * restrict format" ...
>  .In stdarg.h
>  .Ft int
> -.Fn vfwprintf "FILE * restrict stream" "const wchar_t * restrict" "va_list 
> ap"
> +.Fn vfwprintf "FILE * restrict stream" "const wchar_t * restrict format" 
> "va_list ap"
>  .Ft int
> -.Fn vswprintf "wchar_t * restrict ws" "size_t n" "const wchar_t *restrict 
> format" "va_list ap"
> +.Fn vswprintf "wchar_t * restrict ws" "size_t n" "const wchar_t * restrict 
> format" "va_list ap"
>  .Ft int
>  .Fn vwprintf "const wchar_t * restrict format" "va_list ap"
>  .Sh DESCRIPTION

Reply via email to