From: Pat Brisbin Date: Mon, 6 Oct 2025 12:23:26 +0000 (-0400) Subject: Fix invalid quoting in archive_entry_paths.3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d8e1a883ce2fe078bbbc7d24b79765db5b06c3c;p=thirdparty%2Flibarchive.git Fix invalid quoting in archive_entry_paths.3 --- diff --git a/libarchive/archive_entry_paths.3 b/libarchive/archive_entry_paths.3 index 0f849c9eb..f739b1723 100644 --- a/libarchive/archive_entry_paths.3 +++ b/libarchive/archive_entry_paths.3 @@ -64,7 +64,7 @@ Streaming Archive Library (libarchive, -larchive) .Ft void .Fn archive_entry_copy_hardlink "struct archive_entry *a" "const char *path" .Ft void -.Fn archive_entry_copy_hardlink_w "struct archive_entry *a "const wchar_t *path" +.Fn archive_entry_copy_hardlink_w "struct archive_entry *a" "const wchar_t *path" .Ft int .Fn archive_entry_update_hardlink_utf8 "struct archive_entry *a" "const char *path" .Ft void