Open mortbopet opened 3 years ago
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.
help->system calls
open
These descriptions should be elaborated, such as by including the semantics of the various flags for open: https://github.com/mortbopet/Ripes/blob/d692d719e60dd9e6f043be337dbfa003a20dcba8/src/syscall/systemio.h#L80-L86
i.e.
"Opens a file from a path" is pretty non-informative, and could easily also explain something about the flags.
@mortbopet I have added a PR on this issue. Could you please check and let me know if any additional changes are to be made. Thanks!
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 asopen
.These descriptions should be elaborated, such as by including the semantics of the various flags for
open
: https://github.com/mortbopet/Ripes/blob/d692d719e60dd9e6f043be337dbfa003a20dcba8/src/syscall/systemio.h#L80-L86i.e.
"Opens a file from a path" is pretty non-informative, and could easily also explain something about the flags.