libos: Correct wrong manpage section for execve()
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e4e501ecfe
commit
da1439126a
@ -98,7 +98,7 @@ namespace os
|
|||||||
static SharedPtr<File> standard_error();
|
static SharedPtr<File> standard_error();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Make this File object automatically close on the next call to execve(3).
|
* @brief Make this File object automatically close on the next call to execve(2).
|
||||||
*/
|
*/
|
||||||
void set_close_on_exec();
|
void set_close_on_exec();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user