From owner-freebsd-doc@FreeBSD.ORG Sat Dec 27 22:09:09 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B7C24EC for ; Sat, 27 Dec 2014 22:09:09 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BE44164F36 for ; Sat, 27 Dec 2014 22:09:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBRM96wV068240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 27 Dec 2014 15:09:06 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sBRM95Jc068237; Sat, 27 Dec 2014 15:09:06 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 27 Dec 2014 15:09:05 -0700 (MST) From: Warren Block To: Chris Van Steenlandt Subject: Re: Man page for pkg in release 10.1 In-Reply-To: <549F1216.4060809@telenet.be> Message-ID: References: <549F1216.4060809@telenet.be> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 27 Dec 2014 15:09:06 -0700 (MST) Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 22:09:09 -0000 On Sat, 27 Dec 2014, Chris Van Steenlandt wrote: > Hello, > > if I'm posting this in the wrong mailing list, please forward this. > > During a fresh install of 10.1, I wanted to consult the man page of pkg from > the FreeBSD web site; > There I was directed to pkg section 7 man page. That is the "stub" version of pkg included with the operating system. It only exists to fetch and install the real pkg. This is described on the pkg(7) ('man 7 pkg') man page. > Within that man page a reference to pkg(8) was made where all the pkg > commands should be described. The link, however, is dead. Select "8 - Maintenance Commands" for the section, and "FreeBSD 10.1-RELEASE and Ports" for the version. The "and Ports" is the important part, because the real pkg does not exist in the base system. https://www.freebsd.org/cgi/man.cgi?query=pkg&apropos=0&sektion=0&manpath=FreeBSD+10.1-RELEASE&arch=default&format=html > Also when I type 'man pkg' from my fresh install, I get to see a > different man page. It should be the same one shown at the link above.