Date: Tue, 16 Feb 2010 12:29:02 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203958 - in head/lib: libc/stdio libc/stdtime libpam/modules/pam_echo Message-ID: <201002161229.o1GCT2DE020743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Tue Feb 16 12:29:02 2010 New Revision: 203958 URL: http://svn.freebsd.org/changeset/base/203958 Log: %U was macroized in mdoc(7), escape. Modified: head/lib/libc/stdio/printf.3 head/lib/libc/stdtime/strptime.3 head/lib/libpam/modules/pam_echo/pam_echo.8 Modified: head/lib/libc/stdio/printf.3 ============================================================================== --- head/lib/libc/stdio/printf.3 Tue Feb 16 11:35:50 2010 (r203957) +++ head/lib/libc/stdio/printf.3 Tue Feb 16 12:29:02 2010 (r203958) @@ -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 Modified: head/lib/libc/stdtime/strptime.3 ============================================================================== --- head/lib/libc/stdtime/strptime.3 Tue Feb 16 11:35:50 2010 (r203957) +++ head/lib/libc/stdtime/strptime.3 Tue Feb 16 12:29:02 2010 (r203958) @@ -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 Modified: head/lib/libpam/modules/pam_echo/pam_echo.8 ============================================================================== --- head/lib/libpam/modules/pam_echo/pam_echo.8 Tue Feb 16 11:35:50 2010 (r203957) +++ head/lib/libpam/modules/pam_echo/pam_echo.8 Tue Feb 16 12:29:02 2010 (r203958) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002161229.o1GCT2DE020743>