libos: Correct wrong manpage section for execve()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-06-09 23:35:23 +02:00
parent e4e501ecfe
commit da1439126a
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -98,7 +98,7 @@ namespace os
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();