docs icon indicating copy to clipboard operation
docs copied to clipboard

Missing system calls on API reference page

Open Ivan-Velickovic opened this issue 2 years ago • 1 comments

I've noticed some system calls that appear in the reference manual, don't appear on the API reference page (https://docs.sel4.systems/projects/sel4/api-doc.html).

Specifically:

  • seL4_NBSendRecv
  • seL4_NBSendWait

There may be more but those are the ones I've noticed so far.

Ivan-Velickovic avatar May 17 '23 23:05 Ivan-Velickovic

Interesting, we should look into that. I don't recall the details on how the pages are generated, but I thought it was the same source as the manual.

IIRC, the page is for the latest release version, so anything that has been fixed since the last release could explain discrepancies. We should really mention the version number on the page, and probably provide pages for multiple versions, including the latest development version.

lsf37 avatar May 18 '23 05:05 lsf37