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=1.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RDNS_NONE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 24731 invoked from network); 20 Jun 2021 23:27:30 -0000 Received: from unknown (HELO 1ess.inri.net) (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 20 Jun 2021 23:27:30 -0000 Received: from mail.9lab.org ([168.119.8.41]) by 1ess; Sun Jun 20 19:23:15 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=9lab.org; s=20210803; t=1624231386; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=KFlLIhTlEPMC12euZ+DEZO9v468d6LsdKZMrp4xh0aI=; b=WgG68//7iKVAZUG3UYDyOGRPCXzlfb+7E3AOwExn2m0fXMTPUBsIHt2WT0ZXyV11hSECnr Bnh1fQmcMmp1SetnaESkhExOeKQB3g3OGzDzBEuset4YO6xdg3DvAm8JXQut3tJZuFiJm1 kXT7+vTUhZmfWaxmn6FK0k0eEHeZygU= Received: from pjw.home (host-185-64-155-70.ecsnet.at [185.64.155.70]) by mail.9lab.org (OpenSMTPD) with ESMTPSA id 2bc3900c (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO); Mon, 21 Jun 2021 01:23:06 +0200 (CEST) Message-ID: <65ED76F7654551B63A97751B216B408F@9lab.org> To: 9front@9front.org CC: igor@9lab.org Date: Mon, 21 Jun 2021 01:22:34 +0200 From: igor@9lab.org In-Reply-To: <8B46E0A98BD2712374CA9527E736B5F7@musolino.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive responsive pipelining pipelining-aware extension Subject: Re: [9front] usb(3) patch Reply-To: 9front@9front.org Precedence: bulk Quoth Alex Musolino : > > The print version of usb(3) contains a verbatim `delim $$` at > > the top of the page. Remove it as it looks like a mishap that > > occurred during a bulk import (see `git/log /sys/man/3/usb`. > > No, this is required. It is setting the delimiter for eqn(1). Have a > look at /sys/man/3/usb:369. Without setting the delimiter this part > is ignored by eqn(1) and rendered incorrectly when viewed with page > (e.g. `man -P 3 usb`). Ah, yeah. Thanks for the explanation. I realise I did not accurately state where I saw the issue, namely with the printed version of the manuals. There, at the top of the page there is a verbatim `delim $$` printed, here a picture: • https://9lab.org/img/plan9/random/usb3.man.book.jpg Need to repro the typesetting steps of the book and see what happened there…