9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Anthony Martin <ality@pbrane.org>
To: 9front@9front.org
Subject: [9front] [PATCH] manual: don't match nonexistent file while preprocessing
Date: Sat, 26 Jun 2021 17:13:58 -0700	[thread overview]
Message-ID: <YNfCxtpLKDOIBLIO@alice> (raw)


Authsrv(6) used to be called auth(6) before
the fourth edition and was preprocessed by
eqn(6) before the third edition. The mkfile
was never updated to reflect the changes.

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
%

---
diff f0eb10de2c73527419c773a6901850090062bcbc 1e721f31f56c90e2586ff3b16ec2834677a899ef
--- a/sys/man/mkfile	Sat Jun 26 16:59:51 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/usb 6/auth
+				case 1/eqn 3/usb
 					eqn $j
 				case 1/pic
 					pic $j
@@ -86,7 +86,7 @@
 					switch($i/$j){
 					case 1/tbl
 						tbl $j
-					case 1/eqn 3/usb 6/auth
+					case 1/eqn 3/usb
 						eqn $j
 					case 1/pic
 						pic $j

             reply	other threads:[~2021-06-27  1:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-27  0:13 Anthony Martin [this message]
2021-06-27  0:59 ` ori

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=YNfCxtpLKDOIBLIO@alice \
    --to=ality@pbrane.org \
    --cc=9front@9front.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).