diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-08 11:56:22 +0000 |
| commit | 75b94dc35ca88fc72d0381c72c535180851bf08f (patch) | |
| tree | 107dfea45855463eaa970ccff1b6074c305ac09a /man2/intro.2 | |
| parent | ca7b3c180c14583f36bf24c7f31cc8ba342e23d8 (diff) | |
| download | man-pages-75b94dc35ca88fc72d0381c72c535180851bf08f.tar.gz | |
Change "e.g. " to "e.g., ", or in some cases, "for example, ".
Change "i.e. " to i.e.., ", or in some cases, "that is, ".
Diffstat (limited to 'man2/intro.2')
| -rw-r--r-- | man2/intro.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/intro.2 b/man2/intro.2 index 520175002c..1aeea52081 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -98,7 +98,8 @@ create one, especially for C++ users. System calls are not required to return only positive or negative error codes. You need to read the source to be sure how it will return errors. -Usually, it is the negative of a standard error code, e.g., \-\fBEPERM\fP. +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 .I errno |
