From owner-freebsd-pkg@FreeBSD.ORG Mon Nov 24 01:48:33 2014 Return-Path: Delivered-To: pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14224248 for ; Mon, 24 Nov 2014 01:48:33 +0000 (UTC) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (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 89B1C31C for ; Mon, 24 Nov 2014 01:48:32 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id z12so3669281lbi.4 for ; Sun, 23 Nov 2014 17:48:30 -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=8zB5ZNr7eLMDzMTn+lS5WmME7ts4bMXrGHFXJQhe1iU=; b=QDofce21tDr6z5V2aTmqlHAYkbGP8QYhxjH1WbtOC9wCbr9WTTAYWPUF+CtYCwYaeU 1yWoCNmjooaIGDoRnbrlKYivOVrWK8JpKckLIPM8/E0Nf7y/TvDYdVZYbrfIf2iAN6YL NJBQAMjG1ucCBLVJjuiuRrFXQWbXBv6Ytp5HjnF3ZGV+6UiJxievlK6rQP37Wa8+RxLi mNgHfLMqweIA74JKFNwKHT/8rC0FA02ulsnDQJJEXxeKvwhiSPL7g0HlLtNGprlCD+Rq vxoiH4/78JFXZoxKQX8xYvojrEbd3jQf6pPcgeZKJlzZaDc+ngWv0mr2GdapZDwq5rI/ Zuow== MIME-Version: 1.0 X-Received: by 10.152.7.193 with SMTP id l1mr17616642laa.57.1416793710647; Sun, 23 Nov 2014 17:48:30 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Sun, 23 Nov 2014 17:48:30 -0800 (PST) In-Reply-To: <20141124013052.GA13384@sigilai.my.domain> References: <20141124013052.GA13384@sigilai.my.domain> Date: Sun, 23 Nov 2014 17:48:30 -0800 X-Google-Sender-Auth: 0dAC5e_Bw6boERB409LLmkuLTqI Message-ID: Subject: Re: incorrect manpages in groff-1.22.2_1 From: Craig Rodrigues To: Chet Creider Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: pkg X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 01:48:33 -0000 On Sun, Nov 23, 2014 at 5:30 PM, Chet Creider wrote: > groff-1.19.2 which comes with the 9.3 distribution. It works fine, > but the manpage which ought to describe the pdf option is the wrong > one. > Even though you installed groff from ports, the existing groff from the base system is still there, with its man pages under /usr/share/man. You want to try something like: export MANPATH=/usr/local/man:/usr/share/man man groff -- Craig