From owner-svn-src-all@FreeBSD.ORG Thu Jul 26 14:46:20 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB213106564A; Thu, 26 Jul 2012 14:46:20 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 95B648FC0A; Thu, 26 Jul 2012 14:46:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6QEkKW2094815; Thu, 26 Jul 2012 14:46:20 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6QEkKcb094813; Thu, 26 Jul 2012 14:46:20 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201207261446.q6QEkKcb094813@svn.freebsd.org> From: Joel Dahl Date: Thu, 26 Jul 2012 14:46:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238808 - head/lib/libc/locale X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 14:46:20 -0000 Author: joel (doc committer) Date: Thu Jul 26 14:46:19 2012 New Revision: 238808 URL: http://svn.freebsd.org/changeset/base/238808 Log: Start manpage with Dd macro and also remove a trailing whitespace while here. Modified: head/lib/libc/locale/iswalnum_l.3 Modified: head/lib/libc/locale/iswalnum_l.3 ============================================================================== --- head/lib/libc/locale/iswalnum_l.3 Thu Jul 26 14:03:29 2012 (r238807) +++ head/lib/libc/locale/iswalnum_l.3 Thu Jul 26 14:46:19 2012 (r238808) @@ -24,8 +24,8 @@ .\" .\" $FreeBSD$ .\" -.Dt ISWALNUM_L 3 .Dd July 25, 2012 +.Dt ISWALNUM_L 3 .Os .Sh NAME .Nm iswalnum_l , @@ -161,7 +161,7 @@ except for .Fn iswphonogram_l , .Fn iswrune_l , .Fn iswspecial_l -and +and .Fn nextwctype_l which are .Fx