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 9458 invoked from network); 27 Jun 2021 01:22:51 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 27 Jun 2021 01:22:51 -0000 Received: from h4.fbrelay.privateemail.com ([131.153.2.45]) by 1ess; Sat Jun 26 20:51:16 -0400 2021 Received: from MTA-05-4.privateemail.com (mta-05.privateemail.com [198.54.127.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h3.fbrelay.privateemail.com (Postfix) with ESMTPS id F32CD800D7 for <9front@9front.org>; Sat, 26 Jun 2021 20:14:10 -0400 (EDT) Received: from MTA-05.privateemail.com (localhost [127.0.0.1]) by MTA-05.privateemail.com (Postfix) with ESMTP id B219F600C8 for <9front@9front.org>; Sat, 26 Jun 2021 20:14:01 -0400 (EDT) Received: from localhost (unknown [10.20.151.221]) by MTA-05.privateemail.com (Postfix) with ESMTPA id 08CE3600AC for <9front@9front.org>; Sat, 26 Jun 2021 20:14:00 -0400 (EDT) Date: Sat, 26 Jun 2021 17:13:58 -0700 From: Anthony Martin To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social open self-signing frontend Subject: [9front] [PATCH] manual: don't match nonexistent file while preprocessing Reply-To: 9front@9front.org Precedence: bulk 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