diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 09:24:02 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 09:24:02 -0700 |
commit | 13ca31ba09fed97e26dba9887093ed5311ee4246 (patch) | |
tree | 13718f96f43769c4bcebe66d715364422add9021 /linux | |
parent | d89a9ec5d38294d41399218cef1eab9e9682dafd (diff) | |
download | mu-13ca31ba09fed97e26dba9887093ed5311ee4246.tar.gz |
.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/vocabulary.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/vocabulary.md b/linux/vocabulary.md index 6348ed10..f1c6e3a5 100644 --- a/linux/vocabulary.md +++ b/linux/vocabulary.md @@ -74,7 +74,7 @@ Low-level testable primitives for unsafe SubX code. of clobbering outside array bounds. One bit of weirdness here: in tests we do a redundant copy from one stream - to another. See [the comments before the implementation](http://akkartik.github.io/mu/html/060read.subx.html) + to another. See [the comments before the implementation](http://akkartik.github.io/mu/html/linux/111read.subx.html) for a discussion of alternative interfaces. - `stop`: takes two arguments: @@ -84,7 +84,7 @@ Low-level testable primitives for unsafe SubX code. - `value` is the status code to `exit()` with. For more details on exit descriptors and how to create one, see [the - comments before the implementation](http://akkartik.github.io/mu/html/059stop.subx.html). + comments before the implementation](http://akkartik.github.io/mu/html/linux/110stop.subx.html). - `allocate`: takes two arguments, an address to allocation-descriptor `ad` and an integer `n` |