diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-11-23 18:21:05 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-11-23 18:21:05 +0100 |
| commit | becb7f08b59d61368311ffe2b15e05b17ed302b5 (patch) | |
| tree | 9f7787dd068326dec6cc64ae48b118afcf6f1b88 | |
| parent | 8dbd75b8ba771d3d19a323a3decd7b951fc557d1 (diff) | |
| download | man-pages-becb7f08b59d61368311ffe2b15e05b17ed302b5.tar.gz | |
write.2: Minor clarification for possible zero return
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/write.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/write.2 b/man2/write.2 index febcb995df..58f92f209e 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -101,7 +101,7 @@ If \fIcount\fP is zero and refers to a regular file, then .BR write () may return a failure status if one of the errors below is detected. -If no errors are detected, +If no errors are detected, or error detection is not performed, 0 will be returned without causing any other effect. If \fIcount\fP is zero and |
