9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Anthony Martin <ality@pbrane.org>
To: 9front@9front.org
Cc: igor@9lab.org
Subject: [9front] [PATCH] manual: preprocess usb(3) with eqn for print output
Date: Mon, 21 Jun 2021 01:42:41 -0700	[thread overview]
Message-ID: <YNBRATfW6yaDwipz@alice> (raw)
In-Reply-To: <65ED76F7654551B63A97751B216B408F@9lab.org>


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

  reply	other threads:[~2021-06-21 10:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19 23:59 [9front] usb(3) patch igor
2021-06-20 11:28 ` Alex Musolino
2021-06-20 23:22   ` igor
2021-06-21  8:42     ` Anthony Martin [this message]
2021-06-21 10:30     ` Alex Musolino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YNBRATfW6yaDwipz@alice \
    --to=ality@pbrane.org \
    --cc=9front@9front.org \
    --cc=igor@9lab.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).