From 35a8cfd727ff0f4cd768960a8dd62e62a0b2c785 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 16 Feb 2010 12:29:02 +0000 Subject: %U was macroized in mdoc(7), escape. --- lib/libc/stdio/printf.3 | 2 +- lib/libc/stdtime/strptime.3 | 2 +- lib/libpam/modules/pam_echo/pam_echo.8 | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index d763fbc..763696b 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -149,7 +149,7 @@ and 12PM is taken as noon. .Pp The -.Fa %U +.Fa \&%U and .Fa %W format specifiers accept any value within the range 00 to 53 diff --git a/lib/libpam/modules/pam_echo/pam_echo.8 b/lib/libpam/modules/pam_echo/pam_echo.8 index b162b5b..3066007 100644 --- a/lib/libpam/modules/pam_echo/pam_echo.8 +++ b/lib/libpam/modules/pam_echo/pam_echo.8 @@ -65,7 +65,7 @@ The current service name .It Cm %t The name of the controlling tty .Pq Dv PAM_TTY . -.It Cm %U +.It Cm \&%U The applicant's user name .Pq Dv PAM_RUSER . .It Cm %u -- cgit v1.1