mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
man pages: Consistently use "Otherwise, " in the few places that said "^Else, "
This commit is contained in:
parent
419703a1f2
commit
564c4634c0
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue