From 8954a5c85a07a08d695bb437b5b0fffab2aa70c2 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 5 Jul 2003 07:55:34 +0000 Subject: [PATCH] Add more useful cross-references to the SEE ALSO section. --- lib/libc/stdio/wprintf.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index 150ed5d1ca2..7a3f952b01b 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -37,7 +37,7 @@ .\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp .\" $FreeBSD$ .\" -.Dd September 18, 2002 +.Dd July 5, 2003 .Dt WPRINTF 3 .Os .Sh NAME @@ -596,8 +596,13 @@ field is expanded to contain the conversion result. Refer to .Xr printf 3 . .Sh SEE ALSO +.Xr btowc 3 , +.Xr fputws 3 , .Xr printf 3 , -.Xr setlocale 3 +.Xr putwc 3 , +.Xr setlocale 3 , +.Xr wcsrtombs 3 , +.Xr wscanf 3 .Sh STANDARDS Subject to the caveats noted in the .Sx BUGS