diff options
author | 2014-04-19 16:48:41 +0000 | |
---|---|---|
committer | 2014-04-19 16:48:41 +0000 | |
commit | 5639c3c3ce1337490fe236baba56cd0be334ee26 (patch) | |
tree | 44fe262944b2be22c075a51ef6ef26836f7482d8 /lib/libc/stdio | |
parent | sync (diff) | |
download | wireguard-openbsd-5639c3c3ce1337490fe236baba56cd0be334ee26.tar.xz wireguard-openbsd-5639c3c3ce1337490fe236baba56cd0be334ee26.zip |
need to escape %U, since it is used in Re/Rs blocks;
Diffstat (limited to 'lib/libc/stdio')
-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 |