diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-04-19 16:48:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-04-19 16:48:42 +0000 |
commit | 4394a27ca5f5e6274d22fed72e53e3e5ffe59bdd (patch) | |
tree | 3ce7348ab2267794da37a8de1eb6115776b97a21 /lib/libc | |
parent | 872e9ca31c240837f6818451a973f55bdf871796 (diff) |
need to escape %U, since it is used in Re/Rs blocks;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 7a394c4f9df..dfc334abeeb 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.65 2014/04/19 11:21:15 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.66 2014/04/19 16:48:41 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -817,7 +817,7 @@ The conversion formats .Cm \&%D , .Cm \&%O , and -.Cm %U +.Cm \&%U are not standard and are provided only for backward compatibility. The effect of padding the |