We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_process_name
There is no man page for this system call. set_process_name has a man page in man2/set_process_name.md.
man
set_process_name
man2/set_process_name.md
... set_process_name.md ## See also * [`get_process_name`(2)](../man2/get_process_name.md) // doesn't exist
The text was updated successfully, but these errors were encountered:
Base: Add documentation for get_process_name
f5f1f71
`set_process_name` has a getter pair (which it links to); lets document it. Solves SerenityOS#6007.
b2c952a
`set_process_name` has a getter pair (which it links to); lets document it. Solves #6007.
@R0EI Added documentation for get_process_name (PR #6339).
Sorry, something went wrong.
No branches or pull requests
There is no
man
page for this system call.set_process_name
has a man page inman2/set_process_name.md
.The text was updated successfully, but these errors were encountered: