From owner-svn-src-all@FreeBSD.ORG Fri Jul 5 19:45:16 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B23C491C; Fri, 5 Jul 2013 19:45:16 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A3F9D1F9E; Fri, 5 Jul 2013 19:45:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r65JjGYH054918; Fri, 5 Jul 2013 19:45:16 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r65JjG6Y054917; Fri, 5 Jul 2013 19:45:16 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201307051945.r65JjG6Y054917@svn.freebsd.org> From: Ed Maste Date: Fri, 5 Jul 2013 19:45:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r252832 - stable/9/share/man/man5 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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, 05 Jul 2013 19:45:16 -0000 Author: emaste Date: Fri Jul 5 19:45:16 2013 New Revision: 252832 URL: http://svnweb.freebsd.org/changeset/base/252832 Log: Regenerate after r252827 Modified: stable/9/share/man/man5/src.conf.5 Modified: stable/9/share/man/man5/src.conf.5 ============================================================================== --- stable/9/share/man/man5/src.conf.5 Fri Jul 5 19:43:33 2013 (r252831) +++ stable/9/share/man/man5/src.conf.5 Fri Jul 5 19:45:16 2013 (r252832) @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. -.\" from FreeBSD: stable/9/tools/build/options/makeman 236430 2012-06-02 02:26:37Z gjb +.\" from FreeBSD: stable/9/tools/build/options/makeman 252812 2013-07-05 17:57:25Z emaste .\" $FreeBSD$ -.Dd March 1, 2013 +.Dd July 5, 2013 .Dt SRC.CONF 5 .Os .Sh NAME @@ -372,6 +372,14 @@ When set, it also enforces the following .It .Va WITHOUT_GROFF .El +.It Va WITH_DEBUG_FILES +.\" from FreeBSD: stable/9/tools/build/options/WITH_DEBUG_FILES 252827 2013-07-05 19:35:51Z emaste +Set to strip debug info into a separate file for each executable binary +and shared library. +The debug files will be placed in a subdirectory of +.Pa /usr/lib/debug +and are located automatically by +.Xr gdb 1 . .It Va WITHOUT_DICT .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru Set to not build the Webster dictionary files.