From owner-freebsd-current@FreeBSD.ORG Mon Aug 15 19:30:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7065F106564A for ; Mon, 15 Aug 2011 19:30:40 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2864E8FC1A for ; Mon, 15 Aug 2011 19:30:39 +0000 (UTC) Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net [151.189.8.19]) by mx.arcor.de (Postfix) with ESMTP id 8E8A35A471 for ; Mon, 15 Aug 2011 20:56:04 +0200 (CEST) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 899C8E1AEF for ; Mon, 15 Aug 2011 20:56:04 +0200 (CEST) Received: from lorvorc.mips.inka.de (dslb-094-218-180-105.pools.arcor-ip.net [94.218.180.105]) by mail-in-04.arcor-online.net (Postfix) with ESMTPS id 4EEDEAA0A9 for ; Mon, 15 Aug 2011 20:56:04 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-04.arcor-online.net 4EEDEAA0A9 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.5/8.14.3) with ESMTP id p7FIu3YU043659 for ; Mon, 15 Aug 2011 20:56:03 +0200 (CEST) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.5/8.14.5/Submit) id p7FIu3PP043658 for freebsd-current@freebsd.org; Mon, 15 Aug 2011 20:56:03 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Mon, 15 Aug 2011 18:56:03 +0000 (UTC) Message-ID: References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-current@freebsd.org Subject: Re: nroff -mandoc | more no longer works X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 15 Aug 2011 19:30:40 -0000 Robert Watson wrote: > I'm guessing this relates to nroff/groff tweaks, but I was a bit unhappy to > learn that the command I've used for the last decade to render man pages while > editing them (nroff -mandoc foo.1 | more) no longer works (output below). nroff -c -mandoc foo.1 should work as expected. -- Christian "naddy" Weisgerber naddy@mips.inka.de