summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry.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_entry.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_entry.3')
-rw-r--r--libarchive/archive_entry.37
1 files changed, 3 insertions, 4 deletions
diff --git a/libarchive/archive_entry.3 b/libarchive/archive_entry.3
index f75916c9..2f62a4be 100644
--- a/libarchive/archive_entry.3
+++ b/libarchive/archive_entry.3
@@ -32,7 +32,7 @@
.Nm archive_entry_clear ,
.Nm archive_entry_clone ,
.Nm archive_entry_free ,
-.Nm archive_entry_new ,
+.Nm archive_entry_new
.Nd functions for managing archive entry descriptions
.Sh LIBRARY
Streaming Archive Library (libarchive, -larchive)
@@ -126,7 +126,6 @@ using the current locale.
Similarly, if you store a wide string and then store a
narrow string for the same data, the previously-set wide string will
be discarded in favor of the new data.
-.Pp
.\" .Sh EXAMPLE
.\" .Sh RETURN VALUES
.\" .Sh ERRORS
@@ -134,8 +133,8 @@ be discarded in favor of the new data.
.Xr archive_entry_acl 3 ,
.Xr archive_entry_paths 3 ,
.Xr archive_entry_perms 3 ,
-.Xr archive_entry_time 3
-.Xr libarchive 3 ,
+.Xr archive_entry_time 3 ,
+.Xr libarchive 3
.Sh HISTORY
The
.Nm libarchive