From owner-svn-doc-head@FreeBSD.ORG Thu May 7 15:00:46 2015 Return-Path: Delivered-To: svn-doc-head@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 45E81F67; Thu, 7 May 2015 15:00:46 +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 34A0411AD; Thu, 7 May 2015 15:00:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47F0k4T069019; Thu, 7 May 2015 15:00:46 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47F0kDF069018; Thu, 7 May 2015 15:00:46 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201505071500.t47F0kDF069018@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 7 May 2015 15:00:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46665 - head/en_US.ISO8859-1/articles/hubs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 15:00:46 -0000 Author: brd Date: Thu May 7 15:00:45 2015 New Revision: 46665 URL: https://svnweb.freebsd.org/changeset/doc/46665 Log: Point to the pkg-repo(8) man page. Glen is going to fix it Real Soon Now.. Modified: head/en_US.ISO8859-1/articles/hubs/article.xml Modified: head/en_US.ISO8859-1/articles/hubs/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/hubs/article.xml Thu May 7 14:48:35 2015 (r46664) +++ head/en_US.ISO8859-1/articles/hubs/article.xml Thu May 7 15:00:45 2015 (r46665) @@ -346,7 +346,7 @@ Once the packages have been fetched and the metadata for the repository has been generated, serve the packages up to the client machines via HTTP. For additional information see the - man pages for &man.pkg.8;, specifically the pkg-repo(8) page. + man pages for &man.pkg.8;, specifically the &man.pkg-repo.8; page.