From owner-svn-doc-all@freebsd.org Wed Sep 9 13:02:07 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A029EA01E7B; Wed, 9 Sep 2015 13:02:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 779B91A26; Wed, 9 Sep 2015 13:02:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D275J092627; Wed, 9 Sep 2015 13:02:07 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D27Uu092625; Wed, 9 Sep 2015 13:02:07 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091302.t89D27Uu092625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 9 Sep 2015 13:02:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47395 - in head/en_US.ISO8859-1/books/porters-handbook: pkg-files plist X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:02:07 -0000 Author: mat Date: Wed Sep 9 13:02:06 2015 New Revision: 47395 URL: https://svnweb.freebsd.org/changeset/doc/47395 Log: Spaces inside literal are ignored, and at least, not shown as they should, so for now, describe "@keyword " with "@keyword followed by a space". Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:01:54 2015 (r47394) +++ head/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml Wed Sep 9 13:02:06 2015 (r47395) @@ -179,7 +179,8 @@ LOCALBASE, DATADIR, DOCSDIR, EXAMPLESDIR, WWWDIR, and ETCDIR. Any - line beginning with @comment will be deleted + line beginning with @comment folowed by a + space, will be deleted from resulting files after a variable substitution. This example replaces Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Sep 9 13:01:54 2015 (r47394) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Sep 9 13:02:06 2015 (r47395) @@ -190,8 +190,9 @@ PLIST_SUB+= X11I386="@comment " If there is a very good reason not to install a working configuration file by default, only list the sample filename in - pkg-plist, without the @sample - part, and add a pkg-plist, without the + @sample followed by a space part, and add a + message pointing out that the user must copy and edit the file before the software will work.