]> git.lizzy.rs Git - plan9front.git/commitdiff
manual: don't match nonexistent file while preprocessing
authorAnthony Martin <ality@pbrane.org>
Sun, 27 Jun 2021 00:13:58 +0000 (00:13 +0000)
committerAnthony Martin <ality@pbrane.org>
Sun, 27 Jun 2021 00:13:58 +0000 (00:13 +0000)
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
%

sys/man/mkfile

index c2b3df3878caf819dbed039590351bd093f8075f..8140e78f99659ed04e67c455228126a9efede9d6 100644 (file)
@@ -24,7 +24,7 @@ permind:V:
                                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 @@ print.out:V: permind
                                        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