diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2007-02-11 13:32:29 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2007-02-11 13:32:29 +0000 |
commit | d088667e4b3fe05a36727a82b13ad66d824d37d5 (patch) | |
tree | b95e6d977f1341cb4905fe3393dc6d5597a11f55 /share/man | |
parent | 873186228658c43d223f3a2e79b8fa5438f4bb58 (diff) |
Correct return value in read(2) syscall example. ok pedro
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/vnode.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index ad1e985ca61..825fbafb608 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.23 2007/02/02 19:39:31 thib Exp $ +.\" $OpenBSD: vnode.9,v 1.24 2007/02/11 13:32:28 bluhm Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -345,7 +345,7 @@ regular, FIFO) this vnode is. This is used by the generic code for various checks. For example, the .Xr read 2 -system call returns an error when a read is attempted on a directory. +system call returns zero when a read is attempted on a directory. .Pp Possible types are: .Pp |