From: YoshiRulz Date: Thu, 13 Nov 2025 02:46:23 +0000 (+1000) Subject: Fix typo in archive_entry_stat(3) man page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2783%2Fhead;p=thirdparty%2Flibarchive.git Fix typo in archive_entry_stat(3) man page --- diff --git a/libarchive/archive_entry_stat.3 b/libarchive/archive_entry_stat.3 index 29a53f756..2f4a1920e 100644 --- a/libarchive/archive_entry_stat.3 +++ b/libarchive/archive_entry_stat.3 @@ -207,7 +207,7 @@ for setting is recommended. The function .Fn archive_entry_size returns the file size, if it has been set, and 0 otherwise. -.Fn archive_entry_size +.Fn archive_entry_size_is_set can be used to query that status. .Fn archive_entry_set_size and