From owner-freebsd-doc@FreeBSD.ORG Mon May 12 00:02:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CEB537B401; Mon, 12 May 2003 00:02:35 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1499B43F85; Mon, 12 May 2003 00:02:34 -0700 (PDT) (envelope-from horikawa@jp.freebsd.org) Received: from localhost (12-252-35-167.client.attbi.com[12.252.35.167]) by attbi.com (rwcrmhc52) with SMTP id <20030512070233052006q5j5e>; Mon, 12 May 2003 07:02:33 +0000 Date: Mon, 12 May 2003 01:00:14 -0600 (MDT) Message-Id: <20030512.010014.74754261.horikawa@attbi.com> To: freebsd-doc@freebsd.org From: Kazuo Horikawa X-Mailer: Mew version 3.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ru@FreeBSD.ORG Subject: ".It Xo" ... generates improper output on groff 1.18.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 07:02:35 -0000 Hi, Recently, using groff 1.18.1, I realized that sequences like below produce improper output. .It Xo .Em start and .Em size .Xc fields provide the start address and size of a slice in sectors. Sequence above taken from src/sbin/fdisk/fdisk.8 rev 1.34 is formated as follows: andrsize' fields provide the start address and size of a slice in sectors. I could see "warning: missing closing delimiter" on stderr, if -ww is specified. Is this fixed by recent groff 1.19, or still existing problem? Thanks, -- Kazuo Horikawa