summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_header.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_header.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_header.3')
-rw-r--r--libarchive/archive_read_header.35
1 files changed, 3 insertions, 2 deletions
diff --git a/libarchive/archive_read_header.3 b/libarchive/archive_read_header.3
index 4879ffd3..f8543f7a 100644
--- a/libarchive/archive_read_header.3
+++ b/libarchive/archive_read_header.3
@@ -67,13 +67,14 @@ These functions return
and
.Cm ARCHIVE_FATAL
(there was a fatal error; the archive should be closed immediately).
-.Pp
+.\"
+.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 ,