summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_data.3
diff options
context:
space:
mode:
authorRoman Neuhauser <neuhauser@sigpipe.cz>2011-03-28 05:19:08 -0400
committerRoman Neuhauser <neuhauser@sigpipe.cz>2011-03-28 05:19:08 -0400
commitf74c5f05faccec9b0946faa3f3fbe41fab276a26 (patch)
tree1584fe6da9d3c2ffc6a5ec2599e2513692586882 /libarchive/archive_read_data.3
parentf70c17e82681b69f1553e02fc816528fc002c78d (diff)
downloadlibarchive-f74c5f05faccec9b0946faa3f3fbe41fab276a26.tar.gz
archive_errno, archive_error_string info in man pages unified a bit
SVN-Revision: 3107
Diffstat (limited to 'libarchive/archive_read_data.3')
-rw-r--r--libarchive/archive_read_data.312
1 files changed, 5 insertions, 7 deletions
diff --git a/libarchive/archive_read_data.3 b/libarchive/archive_read_data.3
index 9896c969..a5898e7b 100644
--- a/libarchive/archive_read_data.3
+++ b/libarchive/archive_read_data.3
@@ -111,11 +111,6 @@ The possible return codes include:
and
.Cm ARCHIVE_FATAL
(there was a fatal error; the archive should be closed immediately).
-Detailed error codes and textual descriptions are available from the
-.Fn archive_errno
-and
-.Fn archive_error_string
-functions.
.Pp
.Fn archive_read_data
returns a count of bytes actually read or zero at the end of the entry.
@@ -124,12 +119,15 @@ On error, a value of
.Cm ARCHIVE_WARN ,
or
.Cm ARCHIVE_RETRY
-is returned and an error code and textual description can be retrieved from the
+is returned.
+.\"
+.Sh ERRORS
+Detailed error codes and textual descriptions are available from the
.Fn archive_errno
and
.Fn archive_error_string
functions.
-.\" .Sh ERRORS
+.\"
.Sh SEE ALSO
.Xr tar 1 ,
.Xr libarchive 3 ,