Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Mask %U, it is a macro nowadays.



details:   https://anonhg.NetBSD.org/src/rev/6f2ab77eb373
branches:  trunk
changeset: 754815:6f2ab77eb373
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 13 21:50:11 2010 +0000

description:
Mask %U, it is a macro nowadays.

diffstat:

 lib/libc/stdio/printf.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 99a94780c522 -r 6f2ab77eb373 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Thu May 13 21:03:33 2010 +0000
+++ b/lib/libc/stdio/printf.3   Thu May 13 21:50:11 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index