From: Tim Kientzle Date: Tue, 7 Oct 2025 13:09:01 +0000 (-0700) Subject: Merge pull request #2746 from pbrisbin/patch-1 X-Git-Tag: v3.8.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78731e288a27d3e6b610bdc7bc4ae1e4194ee4d1;p=thirdparty%2Flibarchive.git Merge pull request #2746 from pbrisbin/patch-1 Fix invalid quoting in archive_entry_paths.3 (cherry picked from commit 582799ee5768683d3d593c6ab163ab7fc5405b77) --- 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