From owner-svn-doc-all@FreeBSD.ORG Fri May 8 10:41:19 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01164408; Fri, 8 May 2015 10:41:18 +0000 (UTC) Received: from svn.freebsd.org (svn.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 E3AB21395; Fri, 8 May 2015 10:41:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48AfI1V082019; Fri, 8 May 2015 10:41:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48AfI2Q082018; Fri, 8 May 2015 10:41:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505081041.t48AfI2Q082018@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 8 May 2015 10:41:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46668 - head/en_US.ISO8859-1/books/porters-handbook/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: Fri, 08 May 2015 10:41:19 -0000 Author: mat Date: Fri May 8 10:41:18 2015 New Revision: 46668 URL: https://svnweb.freebsd.org/changeset/doc/46668 Log: The ©info keyword should not be used manually. Differential Revision: https://reviews.freebsd.org/D2479 Approved by: gjb (mentor) Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Thu May 7 17:12:42 2015 (r46667) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Fri May 8 10:41:18 2015 (r46668) @@ -354,7 +354,9 @@ etc/orbit.conf-dist Add the file passed as argument to the plist, and updates the info document index on installation and deinstallation. Additionally, it removes the index if empty on - deinstallation. + deinstallation. This should never be used manually, but + always through INFO. See for more informations.