From owner-svn-src-all@FreeBSD.ORG Fri May 18 02:00:41 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 C8F621065752; Fri, 18 May 2012 02:00:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B2B4F8FC0C; Fri, 18 May 2012 02:00:41 +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 q4I20fJa028810; Fri, 18 May 2012 02:00:41 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I20fW6028807; Fri, 18 May 2012 02:00:41 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180200.q4I20fW6028807@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 02:00:41 +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: r235588 - in stable/8: share/man/man5 tools/build/options 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: Fri, 18 May 2012 02:00:41 -0000 Author: gjb (doc committer) Date: Fri May 18 02:00:41 2012 New Revision: 235588 URL: http://svn.freebsd.org/changeset/base/235588 Log: MFC r235342: General mdoc(7) and typo fixes. PR: 167804 Modified: stable/8/share/man/man5/src.conf.5 stable/8/tools/build/options/WITHOUT_ZONEINFO Directory Properties: stable/8/share/man/man5/ (props changed) stable/8/tools/build/options/ (props changed) Modified: stable/8/share/man/man5/src.conf.5 ============================================================================== --- stable/8/share/man/man5/src.conf.5 Fri May 18 02:00:01 2012 (r235587) +++ stable/8/share/man/man5/src.conf.5 Fri May 18 02:00:41 2012 (r235588) @@ -844,7 +844,7 @@ protocols (usable only via 802.1X). Set to not build ZFS file system. .It Va WITHOUT_ZONEINFO .\" from FreeBSD: stable/8/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko -Set to not build the timezone database +Set to not build the timezone database. .El .Sh FILES .Bl -tag -compact Modified: stable/8/tools/build/options/WITHOUT_ZONEINFO ============================================================================== --- stable/8/tools/build/options/WITHOUT_ZONEINFO Fri May 18 02:00:01 2012 (r235587) +++ stable/8/tools/build/options/WITHOUT_ZONEINFO Fri May 18 02:00:41 2012 (r235588) @@ -1,2 +1,2 @@ .\" $FreeBSD$ -Set to not build the timezone database +Set to not build the timezone database.