From owner-freebsd-current@FreeBSD.ORG Sun Nov 23 12:22:32 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 247BC517; Sun, 23 Nov 2014 12:22:32 +0000 (UTC) Received: from mtaout.vnode.se (mtaout.vnode.se [192.121.62.130]) by mx1.freebsd.org (Postfix) with ESMTP id 78399E8F; Sun, 23 Nov 2014 12:22:31 +0000 (UTC) Received: from [10.10.10.109] (h71n10-th-c-d4.ias.bredband.telia.com [81.234.63.71]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout.vnode.se (Postfix) with ESMTPSA id D330BB0591; Sun, 23 Nov 2014 13:16:39 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: [HEADSUP] man(1) now uses mandoc From: Joel Dahl In-Reply-To: <20141123001834.GB68776@ivaldir.etoilebsd.net> Date: Sun, 23 Nov 2014 13:22:23 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20141123001834.GB68776@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1993) 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 12:22:32 -0000 Thank you. =E2=80=94 Joel > 23 nov 2014 kl. 01:18 skrev Baptiste Daroussin : >=20 > Hi, >=20 > 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). >=20 > If base is built without groff then man(1) recommands to install groff = from > packages. >=20 > makewhatis(1), apropos(1) have not yet been switched to mandoc(1) = equivalent. >=20 > Best regards, > Bapt