1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:47:34 +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

@ -22,7 +22,7 @@ In particular, `seteuid(geteuid())` will fail if the current effective user ID i
## 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