1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +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

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

View file

@ -22,7 +22,7 @@ For non-superusers, each of the given values has to be equal to any of the curre
## 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

View file

@ -20,7 +20,7 @@ For non-superusers, the given ID has to be equal to the current real or effectiv
## 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