From 2f941c83c7c2cca442c26017c21a6fb3c2832133 Mon Sep 17 00:00:00 2001 From: jruoho Date: Fri, 30 Apr 2010 06:22:28 +0000 Subject: [PATCH] Fix the mess in the sections; someone went to sleep in the middle of a sentence... --- lib/libc/stdio/wprintf.3 | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index b3047920fc11..6f7f997df69c 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: wprintf.3,v 1.5 2010/04/05 21:35:36 joerg Exp $ +.\" $NetBSD: wprintf.3,v 1.6 2010/04/30 06:22:28 jruoho Exp $ .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -38,7 +38,7 @@ .\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp .\" $FreeBSD: src/lib/libc/stdio/wprintf.3,v 1.5 2003/07/05 07:55:34 tjr Exp $ .\" -.Dd July 5, 2003 +.Dd April 30, 2010 .Dt WPRINTF 3 .Os .Sh NAME @@ -601,16 +601,11 @@ used to end output to strings). .Xr setlocale 3 , .Xr wcsrtombs 3 , .Xr wscanf 3 -.Sh STANDARDS -Subject to the caveats noted in the .Sh SECURITY CONSIDERATIONS -Refer to +Subject to the caveats noted in the .Xr printf 3 . -.Sx BUGS -section -of -.Xr printf 3 , -the +.Sh STANDARDS +The .Fn wprintf , .Fn fwprintf , .Fn swprintf ,