1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

man pages: Consistently use "Otherwise, " in the few places that said "^Else, "

This commit is contained in:
Nico Weber 2020-07-07 10:33:28 -04:00 committed by Andreas Kling
parent 419703a1f2
commit 564c4634c0
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ Returns the real, effective, and saved user or group ID.
## Return value
If the call was set successful, returns 0.
Else, returns -1 and sets `errno` to describe the error.
Otherwise, returns -1 and sets `errno` to describe the error.
## Errors