9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] manual: don't match nonexistent file while preprocessing
@ 2021-06-27  0:13 Anthony Martin
  2021-06-27  0:59 ` ori
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Martin @ 2021-06-27  0:13 UTC (permalink / raw)
  To: 9front


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] [PATCH] manual: don't match nonexistent file while preprocessing
  2021-06-27  0:13 [9front] [PATCH] manual: don't match nonexistent file while preprocessing Anthony Martin
@ 2021-06-27  0:59 ` ori
  0 siblings, 0 replies; 2+ messages in thread
From: ori @ 2021-06-27  0:59 UTC (permalink / raw)
  To: 9front

Quoth Anthony Martin <ality@pbrane.org>:
> 
> 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.
> 

applied, thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-27 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27  0:13 [9front] [PATCH] manual: don't match nonexistent file while preprocessing Anthony Martin
2021-06-27  0:59 ` ori

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).