summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_filter.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_write_filter.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_write_filter.3')
-rw-r--r--libarchive/archive_write_filter.34
1 files changed, 3 insertions, 1 deletions
diff --git a/libarchive/archive_write_filter.3 b/libarchive/archive_write_filter.3
index cd2474ae..f084a51d 100644
--- a/libarchive/archive_write_filter.3
+++ b/libarchive/archive_write_filter.3
@@ -79,12 +79,14 @@ These functions return
.Cm ARCHIVE_OK
on success, or
.Cm ARCHIVE_FATAL .
-.Pp
+.\"
+.Sh ERRORS
Detailed error codes and textual descriptions are available from the
.Fn archive_errno
and
.Fn archive_error_string
functions.
+.\"
.Sh SEE ALSO
.Xr tar 1 ,
.Xr libarchive 3 ,