From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3721 invoked from network); 21 Jun 2021 10:35:45 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2021 10:35:45 -0000 Received: from MTA-10-1.privateemail.com ([68.65.122.30]) by 1ess; Mon Jun 21 04:42:52 -0400 2021 Received: from MTA-10.privateemail.com (localhost [127.0.0.1]) by MTA-10.privateemail.com (Postfix) with ESMTP id 9561860102; Mon, 21 Jun 2021 04:42:48 -0400 (EDT) Received: from localhost (unknown [10.20.151.240]) by MTA-10.privateemail.com (Postfix) with ESMTPA id F3AB6600F1; Mon, 21 Jun 2021 04:42:47 -0400 (EDT) Date: Mon, 21 Jun 2021 01:42:41 -0700 From: Anthony Martin To: 9front@9front.org Cc: igor@9lab.org Message-ID: References: <8B46E0A98BD2712374CA9527E736B5F7@musolino.id.au> <65ED76F7654551B63A97751B216B408F@9lab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <65ED76F7654551B63A97751B216B408F@9lab.org> X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stateless shader Subject: [9front] [PATCH] manual: preprocess usb(3) with eqn for print output Reply-To: 9front@9front.org Precedence: bulk igor@9lab.org reported that the eqn directive "delim $$" was appearing at the top of the printed manual page for usb(3). This was due to a lack of preprocessing for this specific file. All other files are accounted for: % cd /sys/man % for(i in TS EQ PS G1) echo $i `{grep -l '^\.'$i ?/[0-9a-z]*} TS 1/tbl EQ 1/eqn 3/usb PS 1/pic G1 1/grap % Note that 1/pic does not currently need to be preprocessed because the examples were inadvertently elided when removing the tpic command. That should be corrected in a later patch. --- diff 065cf0b708be75e84e568261a044d66286ef6e3d fc0732aa11564503810cd76e84f267d18ee97220 --- a/sys/man/mkfile Sun Jun 20 20:56:14 2021 +++ b/sys/man/mkfile Mon Jun 21 01:23:43 2021 @@ -24,7 +24,7 @@ switch($i/$j){ case 1/tbl tbl $j - case 1/eqn 3/realtime 6/auth + case 1/eqn 3/usb eqn $j case 1/pic pic $j