diff --git a/doc/Type/Supply.pod6 b/doc/Type/Supply.pod6 index 3fc1283c4..b308ab47d 100644 --- a/doc/Type/Supply.pod6 +++ b/doc/Type/Supply.pod6 @@ -777,11 +777,14 @@ The list of supported signals can be found by checking C (as you would any enum). For more details on how enums work see L. -B Currently L has a bug which -makes it use numeric values of signals that may be incorrect for a -particular system. For example, C may return C -even if it is actually C on your system. -L +B L versions up to 2018.05 +had a bug due to which numeric values of signals were incorrect on +some systems. For example, C was returning C even +if it was actually C on a particular system. That being said, +using C was working as expected on all Rakudo +versions except 2018.04, 2018.04.1 and 2018.05, where the intended +behavior can be achieved by using C instead. These +issues are resolved in Rakudo releases after 2018.05. =head2 method IO::Notification.watch-path