From owner-freebsd-doc Wed Jan 6 14:10:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14359 for freebsd-doc-outgoing; Wed, 6 Jan 1999 14:10:07 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14352 for ; Wed, 6 Jan 1999 14:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA10961; Wed, 6 Jan 1999 14:10:00 -0800 (PST) Received: from ma3.seikyou.ne.jp (ma3.seikyou.ne.jp [202.211.152.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14203 for ; Wed, 6 Jan 1999 14:07:49 -0800 (PST) (envelope-from hiloshi@seikyou.ne.jp) Received: from hiloshi.seikyou.ne.jp (kyoto-450.seikyou.ne.jp [202.211.148.5]) by ma3.seikyou.ne.jp (8.8.8/3.6WNSK98032401) with ESMTP id HAA24977; Thu, 7 Jan 1999 07:07:19 +0900 Received: (from hiloshi@localhost) by hiloshi.seikyou.ne.jp (8.8.5/3.5Wpl7) id HAA00339; Thu, 7 Jan 1999 07:07:01 +0900 (JST) Message-Id: <199901062207.HAA00339@hiloshi.seikyou.ne.jp> Date: Thu, 7 Jan 1999 07:07:01 +0900 (JST) From: Kaneda Hiloshi To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: vanitas@ma3.seikyou.ne.jp X-Send-Pr-Version: 3.2 Subject: docs/9352: [send-pr]: wrong macro names in groff_[ms|mm|mmse].7 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9352 >Category: docs >Synopsis: wrong macro names in groff_[ms|mm|mmse].7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 6 14:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kanenda >Release: FreeBSD 2.2.1-RELEASE i386 >Organization: FreeBSD jp-man project >Environment: /src/contrib/groff/tmac/groff_ms.man?rev=1.1.1.1 /src/contrib/groff/mm/groff_mm.man?rev=1.1.1.1 .\" $Id: groff_mm.man,v 1.27 1995/04/24 05:37:46 jh Exp $ /src/contrib/groff/mm/groff_mmse.man?rev=1.1.1.1 .\" $Id: groff_mmse.man,v 1.27 1995/04/24 05:37:46 jh Exp $ >Description: groff_[ms|mm|mmse].man include their macro names as m@TMAC_S_PREFIX@s, m@TMAC_M_PREFIX@m, or m@TMAC_M_PREFIX@mse, which are supposed to be replaced with ms, mm, or mmse respectively at installation. But these get changed to mms, mmm, or mmmmse, because @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@ are replaced with s and m. >How-To-Repeat: man 7 groff_ms man 7 groff_mm man 7 groff_mmse >Fix: These will be fixed by changing line 45 and 46 in /src/gnu/usr.bin/groff/Makefile.cfg : tmac_s_prefix=s tmac_m_prefix=m to: tmac_s_prefix= tmac_m_prefix= , or erasing appending [s|m] to @TMAC_[S|M]_PREFIX@ in each man page. I don't know which is to be done. Anyway, m@TMAC_M_PREFIX@mm at line 496 in groff_mm.man must be a typo. Also see the same problem report: http://www.freebsd.org/cgi/query-pr.cgi?pr=5693 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message