diff --git a/phases/ephemeral/docs.md b/phases/ephemeral/docs.md index 8465cd8b7..4fd0305ed 100644 --- a/phases/ephemeral/docs.md +++ b/phases/ephemeral/docs.md @@ -1646,6 +1646,8 @@ The path to a file to unlink. #### `oneoff(in: ConstPointer, out: Pointer, nsubscriptions: size) -> (errno, size)` Concurrently poll for the occurrence of a set of events. +If `nsubscriptions` is 0, returns [`errno::inval`](#errno.inval). + ##### Params - `in`: `ConstPointer` The events to which to subscribe.