diff options
author | pjd <pjd@FreeBSD.org> | 2005-02-04 11:18:46 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-02-04 11:18:46 +0000 |
commit | 03d733ba6a0c7ffa29883f981aa3c79e31f6ba65 (patch) | |
tree | 43a157388b88a5ec20df1f6a25e32cfe7e413286 /share | |
parent | 419a3a541d87346081bddb296ace9bf7b8198909 (diff) | |
download | FreeBSD-src-03d733ba6a0c7ffa29883f981aa3c79e31f6ba65.zip FreeBSD-src-03d733ba6a0c7ffa29883f981aa3c79e31f6ba65.tar.gz |
Improve EIO error description and mention that it can also occur while
writting.
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/g_data.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/g_data.9 b/share/man/man9/g_data.9 index 6b9441e..0b2cfc7 100644 --- a/share/man/man9/g_data.9 +++ b/share/man/man9/g_data.9 @@ -102,7 +102,7 @@ function returns 0 if successful; otherwise an error code is returned. Possible errors: .Bl -tag -width Er .It Bq Er EIO -Cannot read data. +An I/O error occurred while reading from or writing to the consumer. .El .Sh SEE ALSO .Xr geom 4 , |