From owner-freebsd-ports@freebsd.org Sun Feb 12 09:13:43 2017 Return-Path: Delivered-To: freebsd-ports@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 7F7B4CDC729 for ; Sun, 12 Feb 2017 09:13:43 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from alpine.spintel.net.au (alpine.spintel.net.au [IPv6:2407:e400:1::b]) (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 1F66A1F96 for ; Sun, 12 Feb 2017 09:13:43 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from drunkfish.andyit.com.au (unknown [210.1.210.40]) by alpine.spintel.net.au (Postfix) with ESMTPS id B7F5E4C2062 for ; Sun, 12 Feb 2017 20:13:37 +1100 (AEDT) Received: from snuggles.andyit.com.au (snuggles.andyit.com.au [172.22.2.2]) by drunkfish.andyit.com.au (8.15.2/8.15.2) with ESMTP id v1C9DbHS088947 for ; Sun, 12 Feb 2017 19:13:37 +1000 (AEST) (envelope-from andyf@andyit.com.au) Message-ID: <58A02741.4060305@andyit.com.au> Date: Sun, 12 Feb 2017 19:13:37 +1000 From: Andy Farkas User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120614 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: devel/check References: <589F8806.7000605@andyit.com.au> <86y3xcgxrf.wl-herbert@mailbox.org> <589F96F6.7040703@andyit.com.au> <589F996D.8020907@andyit.com.au> <20170211232421.1be293d1@gumby.homeunix.com> <589F9E93.3070100@andyit.com.au> <20170212090115.jyfptcniv6pnstdz@ivaldir.etoilebsd.net> In-Reply-To: <20170212090115.jyfptcniv6pnstdz@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 09:13:43 -0000 On 12/02/2017 19:01, Baptiste Daroussin wrote: > pkg has plenty of manpages all of which are specified in the "SEE > ALSO" section of pkg(8) which is a standardize section exactly made of > that. The man page for pkg(8) does not explicitly state that the sub-commands to pkg have their own man page. SEE ALSO is not an indication that you should read those bits to find out about flags for pkg(8) commands. Just sayin..... I was gonna delete this bit, but might keep it: For example: % man 1 ls "SEE ALSO ... xo_parse_args(3)..." ??? why? -andyf