summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_open.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-09-13 19:55:05 +0200
committerIngo Schwarze <schwarze@openbsd.org>2019-09-21 09:23:10 +0200
commit79d841ff9307e8fb1770d6d2c4cf49cb21833205 (patch)
tree642bc6f17e346ffa0f367e58a57198d869031d89 /libarchive/archive_write_open.3
parent211fa8d6a9cee09bb0f0f9e9533811999f8ec2f9 (diff)
downloadlibarchive-79d841ff9307e8fb1770d6d2c4cf49cb21833205.tar.gz
Minor corrections to the formatting of manual page.
Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS
Diffstat (limited to 'libarchive/archive_write_open.3')
-rw-r--r--libarchive/archive_write_open.34
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive_write_open.3 b/libarchive/archive_write_open.3
index 457873e6..0129d10b 100644
--- a/libarchive/archive_write_open.3
+++ b/libarchive/archive_write_open.3
@@ -200,7 +200,7 @@ On failure, the callback should invoke
.Fn archive_set_error
to register an error code and message and
return
-.Cm ARCHIVE_FATAL.
+.Cm ARCHIVE_FATAL .
.Pp
Note that if the client-provided write callback function
returns a non-zero value, that error will be propagated back to the caller
@@ -234,13 +234,13 @@ functions.
.\"
.Sh SEE ALSO
.Xr tar 1 ,
-.Xr libarchive 3 ,
.Xr archive_write 3 ,
.Xr archive_write_blocksize 3 ,
.Xr archive_write_filter 3 ,
.Xr archive_write_format 3 ,
.Xr archive_write_new 3 ,
.Xr archive_write_set_options 3 ,
+.Xr libarchive 3 ,
.Xr cpio 5 ,
.Xr mtree 5 ,
.Xr tar 5