From owner-freebsd-current@FreeBSD.ORG Sun Nov 23 11:12:56 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 DB3F0320; Sun, 23 Nov 2014 11:12:56 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 796A1888; Sun, 23 Nov 2014 11:12:56 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id pv20so6241805lab.23 for ; Sun, 23 Nov 2014 03:12:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Ht9VnlQzuruZnk/bhI3lGXV5S6WPcq1e658SURPRncY=; b=LFiNX6iqWOiyNNqHmazzAeQ8pId/zPq81qVS3+wxL29AA7+UfJb0d4Z5ytMnZDlHSQ myp/UkH5LDfYnSpUq2VkDlU/dFcCDEpuIC7BfyfpG8iHgcULYzl/o4hx1QO5ZLYHYmEr P2J4in6kz4v+/BG1t2qRCX7drp6iupaNEDwazHg3ZDOAlQ4pcQIQovdAf1UPd6r9MkJq 8tHkiy5spfoqnyunCBk18LYBwcl7ZtTMWFP47YjGYUdgAmxUQrhajkcMFqo2Ae5zWbJm wHhPV+G8u2JBKRqfWaLgIyaRLdI7vMZheabXT75GryzdTzXOGheZ7nDwfGPtCP08QFwS YLjA== MIME-Version: 1.0 X-Received: by 10.112.156.138 with SMTP id we10mr13848896lbb.88.1416741174609; Sun, 23 Nov 2014 03:12:54 -0800 (PST) Sender: uspoerlein@gmail.com Received: by 10.152.170.133 with HTTP; Sun, 23 Nov 2014 03:12:54 -0800 (PST) In-Reply-To: <20141123001834.GB68776@ivaldir.etoilebsd.net> References: <20141123001834.GB68776@ivaldir.etoilebsd.net> Date: Sun, 23 Nov 2014 12:12:54 +0100 X-Google-Sender-Auth: hWeY6bBNsC-WbJ8HiVNwp08nUrw Message-ID: Subject: Re: [HEADSUP] man(1) now uses mandoc From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 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 11:12:57 -0000 Thanks! 2014-11-23 1:18 GMT+01:00 Baptiste Daroussin : > Hi, > > 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. > > Best regards, > Bapt