diff options
Diffstat (limited to 'man2/_syscall.2')
| -rw-r--r-- | man2/_syscall.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/_syscall.2 b/man2/_syscall.2 index 185f8a914f..1eba337676 100644 --- a/man2/_syscall.2 +++ b/man2/_syscall.2 @@ -97,7 +97,7 @@ You need to read the source to be sure how it will return errors. Usually, it is the negative of a standard error code, for example, \-\fBEPERM\fP. The _syscall() macros will return the result \fIr\fP of the system call -when \fIr\fP is non-negative, but will return \-1 and set the variable +when \fIr\fP is nonnegative, but will return \-1 and set the variable .I errno to \-\fIr\fP when \fIr\fP is negative. For the error codes, see |
