diff options
author | 2011-05-16 16:43:36 +0000 | |
---|---|---|
committer | 2011-05-16 16:43:36 +0000 | |
commit | 43f1065547a3b409cc737f3de720c1dd95f84af0 (patch) | |
tree | 7f5c7f3151912e2b0eebc90fe73efc382b4270c8 | |
parent | better document some of the terminology used in the VI COMMANDS section; (diff) | |
download | wireguard-openbsd-43f1065547a3b409cc737f3de720c1dd95f84af0.tar.xz wireguard-openbsd-43f1065547a3b409cc737f3de720c1dd95f84af0.zip |
remove Xr for a page we don;t yet have; ok stsp
-rw-r--r-- | lib/libc/stdio/wprintf.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index de1ad642e5c..966ef7eb97b 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wprintf.3,v 1.1 2011/05/09 19:56:54 stsp Exp $ +.\" $OpenBSD: wprintf.3,v 1.2 2011/05/16 16:43:36 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 9 2011 $ +.Dd $Mdocdate: May 16 2011 $ .Dt WPRINTF 3 .Os .Sh NAME @@ -572,8 +572,7 @@ field is expanded to contain the conversion result. .Xr printf 3 , .Xr putwc 3 , .Xr setlocale 3 , -.Xr wcsrtombs 3 , -.Xr wscanf 3 +.Xr wcsrtombs 3 .Sh STANDARDS The .Fn wprintf , |