From owner-freebsd-current@FreeBSD.ORG Sun Nov 23 14:07:21 2014 Return-Path: Delivered-To: current@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 63A598D0; Sun, 23 Nov 2014 14:07:21 +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 E0DAE9FA; Sun, 23 Nov 2014 14:07:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sANE7ITL070269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 23 Nov 2014 07:07:19 -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 sANE7I5c070266; Sun, 23 Nov 2014 07:07:18 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 23 Nov 2014 07:07:18 -0700 (MST) From: Warren Block To: Baptiste Daroussin Subject: Re: [HEADSUP] man(1) now uses mandoc In-Reply-To: <20141123001834.GB68776@ivaldir.etoilebsd.net> Message-ID: References: <20141123001834.GB68776@ivaldir.etoilebsd.net> 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]); Sun, 23 Nov 2014 07:07:19 -0700 (MST) Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 14:07:21 -0000 On Sun, 23 Nov 2014, Baptiste Daroussin wrote: > The default renderer on HEAD has been switched to mandoc(1) by default > The man(1) command has been instrumented to first test the manpage and fallback > on groff if the man page cannot be rendered with mandoc(1). > > If base is built without groff then man(1) recommands to install groff from > packages. > > makewhatis(1), apropos(1) have not yet been switched to mandoc(1) equivalent. Thanks and congratulations to all involved!