Module Name: src
Committed By: joerg
Date: Thu May 13 21:50:11 UTC 2010
Modified Files:
src/lib/libc/stdio: printf.3
Log Message:
Mask %U, it is a macro nowadays.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/stdio/printf.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.3
diff -u src/lib/libc/stdio/printf.3:1.50 src/lib/libc/stdio/printf.3:1.51
--- src/lib/libc/stdio/printf.3:1.50 Sun Mar 21 19:55:19 2010
+++ src/lib/libc/stdio/printf.3 Thu May 13 21:50:11 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: printf.3,v 1.50 2010/03/21 19:55:19 jruoho Exp $
+.\" $NetBSD: printf.3,v 1.51 2010/05/13 21:50:11 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -872,7 +872,7 @@
.Cm \&%D ,
.Cm \&%O ,
and
-.Cm %U
+.Cm \&%U
are not standard and are provided only for backward compatibility.
The effect of padding the
.Cm %p