From owner-freebsd-doc@FreeBSD.ORG Tue Aug 17 12:00:49 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D586216A4CE for ; Tue, 17 Aug 2004 12:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB19D43D55 for ; Tue, 17 Aug 2004 12:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7HC0nMX012981 for ; Tue, 17 Aug 2004 12:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7HC0n0b012980; Tue, 17 Aug 2004 12:00:49 GMT (envelope-from gnats) Date: Tue, 17 Aug 2004 12:00:49 GMT Message-Id: <200408171200.i7HC0n0b012980@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Subject: Re: docs/70506: re_format(7) contains many extra '=' X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 12:00:50 -0000 The following reply was made to PR docs/70506; it has been noted by GNATS. From: Giorgos Keramidas To: Marian Cerny Cc: bug-followup@FreeBSD.org Subject: Re: docs/70506: re_format(7) contains many extra '=' Date: Tue, 17 Aug 2004 14:51:15 +0300 On 2004-08-16 01:30, Marian Cerny wrote: > The manual page for re_format(7) contains many extra equal signs ('='). Note that these are not really "extra" in the sense that they're unnecessary. When the manpage is formatted for text output, it's easy to miss that this is some special character. If you look at the Postscript formatted version of the manpage: $ man -t re_format > re_format.ps $ gv re_format.ps you'll easily notice that this special character is a double-dagger. The first paragraph of the manpage includes this text too: `=' marks decisions on these aspects that may not be fully portable to other IEEE Std 1003.2 (``POSIX.2'') implementations. Therefore, I don't these characters should be removed. - Giorgos