i:iaa/1 documentation error

Vance Shipley vances@REDACTED
Sat Feb 14 21:42:02 CET 2004


The function i:iaa/1 is documented incorrectly with respect to
how it handles a single flag.

	-Vance


- iaa(Flag) -> true
-      Types:
-           Flag = FlagItem | [FlagItem]
-           FlagItem = init | break | exit | false

+ iaa(Flags) -> true
+      Types:
+           Flags = [init | break | exit | false]




More information about the erlang-patches mailing list