From owner-freebsd-bugs Sat Dec 16 7:40: 7 2000 From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 16 07:40:01 2000 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06ADF37B402 for ; Sat, 16 Dec 2000 07:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBGFe1D92922; Sat, 16 Dec 2000 07:40:01 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 16 Dec 2000 07:40:01 -0800 (PST) Resent-Message-Id: <200012161540.eBGFe1D92922@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, akr@m17n.org Received: from mx2-gbe1.aist.go.jp (mx2.aist.go.jp [150.29.246.134]) by hub.freebsd.org (Postfix) with ESMTP id 219CA37B402 for ; Sat, 16 Dec 2000 07:39:55 -0800 (PST) Received: from mx2.aist.go.jp by mx2-gbe1.aist.go.jp (8.9.3+Sun/aist) with SMTP id AAA17566 for ; Sun, 17 Dec 2000 00:39:52 +0900 (JST) Received: (qmail 17563 invoked from network); 17 Dec 2000 00:39:52 +0900 Received: from eccu1-1.etl.go.jp (192.31.200.150) by mx2.aist.go.jp with SMTP; 17 Dec 2000 00:39:52 +0900 Received: from flux.etl.go.jp (dhcpea043 [150.29.203.233]) by eccu1-1.etl.go.jp (8.9.3/3.7W-ETL-MASTER) with ESMTP id AAA10589 for ; Sun, 17 Dec 2000 00:39:53 +0900 (JST) Received: by flux.etl.go.jp (Postfix, from userid 23483) id 05A4F47B; Sun, 17 Dec 2000 00:39:53 +0900 (JST) Message-Id: <20001216153953.05A4F47B@flux.etl.go.jp> Date: Sun, 17 Dec 2000 00:39:53 +0900 (JST) From: akr@m17n.org Reply-To: akr@m17n.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/23585: formatting preprocessor problem for compressed manuals. Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23585 >Category: bin >Synopsis: proper preprocessors are not used for online manual formatting. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 16 07:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Tanaka Akira >Release: FreeBSD 4.0-RELEASE i386 >Organization: m17n >Environment: FreeBSD flux 4.0-RELEASE FreeBSD 4.0-RELEASE #1: Sun Sep 3 01:52:56 JST 2000 akr@flux:/usr/src/sys/compile/AKR i386 >Description: /usr/bin/man uses non-suitable preprocessor to format /usr/X11R6/man/man3/XAllocColor.3.gz. The first line of XAllocColor.3 is follows. '\" e This shows it should be processed by neqn. (cf. man(7)) But /usr/bin/man uses tbl. So, eqn directive is remained to formatted text as `delim %%'. In general, it seems that man command uses only tbl for compressed manual entries. >How-To-Repeat: % man XAllocColor ... delim %% The XAllocColorCells function allocates ... >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message