From owner-svn-src-stable@FreeBSD.ORG Wed Oct 6 08:05:54 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A0A31065679; Wed, 6 Oct 2010 08:05:54 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 28E5D8FC2D; Wed, 6 Oct 2010 08:05:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9685sfq087128; Wed, 6 Oct 2010 08:05:54 GMT (envelope-from ru@svn.freebsd.org) Received: (from ru@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9685sNi087124; Wed, 6 Oct 2010 08:05:54 GMT (envelope-from ru@svn.freebsd.org) Message-Id: <201010060805.o9685sNi087124@svn.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Oct 2010 08:05:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213473 - in stable/8/lib: libc/stdio libc/stdtime libpam/modules/pam_echo X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 08:05:54 -0000 Author: ru Date: Wed Oct 6 08:05:53 2010 New Revision: 213473 URL: http://svn.freebsd.org/changeset/base/213473 Log: MFC r203958: %U was macroized in mdoc(7), escape. Modified: stable/8/lib/libc/stdio/printf.3 stable/8/lib/libc/stdtime/strptime.3 stable/8/lib/libpam/modules/pam_echo/pam_echo.8 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/locale/ (props changed) stable/8/lib/libc/stdtime/ (props changed) stable/8/lib/libc/sys/ (props changed) stable/8/lib/libpam/ (props changed) Modified: stable/8/lib/libc/stdio/printf.3 ============================================================================== --- stable/8/lib/libc/stdio/printf.3 Wed Oct 6 07:49:28 2010 (r213472) +++ stable/8/lib/libc/stdio/printf.3 Wed Oct 6 08:05:53 2010 (r213473) @@ -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: stable/8/lib/libc/stdtime/strptime.3 ============================================================================== --- stable/8/lib/libc/stdtime/strptime.3 Wed Oct 6 07:49:28 2010 (r213472) +++ stable/8/lib/libc/stdtime/strptime.3 Wed Oct 6 08:05:53 2010 (r213473) @@ -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: stable/8/lib/libpam/modules/pam_echo/pam_echo.8 ============================================================================== --- stable/8/lib/libpam/modules/pam_echo/pam_echo.8 Wed Oct 6 07:49:28 2010 (r213472) +++ stable/8/lib/libpam/modules/pam_echo/pam_echo.8 Wed Oct 6 08:05:53 2010 (r213473) @@ -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