[1954] in Athena Bugs
(VS2) Version 6.1C: unifdef(1)
daemon@ATHENA.MIT.EDU (John T Kohl)
Wed Mar 22 11:44:21 1989
Date: Wed, 22 Mar 89 11:44:00 EST
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: vs-testers@ATHENA.MIT.EDU, doc-bugs@ATHENA.MIT.EDU
System type, version: (VS2) Version 6.1C
System name: lycus
What's wrong:
unifdef(1) states that options for delimiting non-C code are -iu and
-id, when in fact they are -iU and -iD.
The usage message printed by unifdef makes the same error.
Inspection of the code shows that -iU and -iD will do what the man page
documents as behavior of -iu and -id
What should have happened:
The documentation should match the code. And the code should match the
code.
[I suspect this docbug should also go back to Berkeley]
John