Skip to content

Commit

Permalink
Regenerate the docs. (#407)
Browse files Browse the repository at this point in the history
It appears I didn't fully regenerate the docs after merging #235. This
runs the tools/repo_docs.sh script to regenerate them.
  • Loading branch information
sunfishcode authored Mar 9, 2021
1 parent 5472428 commit 3d47b13
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions phases/ephemeral/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1098,12 +1098,17 @@ The type of the event to which to subscribe, and the contents of the subscriptio

Offset: 8

## <a href="#exitcode" name="exitcode"></a> `exitcode`: `u32`
Exit code generated by a process when exiting.
## <a href="#exitcode" name="exitcode"></a> `exitcode`: `u8`
Exit code generated by a program when exiting.

Size: 4
Size: 1

Alignment: 4
Alignment: 1

### Constants
- <a href="#exitcode.success" name="exitcode.success"></a> `success`

- <a href="#exitcode.failure" name="exitcode.failure"></a> `failure`

## <a href="#riflags" name="riflags"></a> `riflags`: `Record`
Flags provided to `sock_recv`.
Expand Down

0 comments on commit 3d47b13

Please sign in to comment.