Open
Description
As described in #121, the system call menu help->system calls
has lacking documentation for the usage and meaning of file-related system calls, such as open
.
These descriptions should be elaborated, such as by including the semantics of the various flags for open
:
Lines 80 to 86 in d692d71
i.e.

"Opens a file from a path" is pretty non-informative, and could easily also explain something about the flags.