diff options
author | ru <ru@FreeBSD.org> | 2010-02-16 12:29:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2010-02-16 12:29:02 +0000 |
commit | 35a8cfd727ff0f4cd768960a8dd62e62a0b2c785 (patch) | |
tree | 02a9fd7d112c3630b7c4de1c5d40606f6dfe4dcb /lib/libc/stdio | |
parent | 0d3aa4381437a8b9915185acece9cebc518fa83a (diff) | |
download | FreeBSD-src-35a8cfd727ff0f4cd768960a8dd62e62a0b2c785.zip FreeBSD-src-35a8cfd727ff0f4cd768960a8dd62e62a0b2c785.tar.gz |
%U was macroized in mdoc(7), escape.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 2587aa2..8de2bb8 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -812,7 +812,7 @@ available. The conversion formats .Cm \&%D , \&%O , and -.Cm %U +.Cm \&%U are not standard and are provided only for backward compatibility. The effect of padding the |