diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2020-05-20 16:13:02 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2020-05-20 16:13:02 +0000 |
| commit | e117869ad30ae48ff0943c9497c626fddbc899ba (patch) | |
| tree | 432435807803593d9403f8d1e831a5ce2dc5cc33 /libarchive/archive_entry_stat.3 | |
| parent | d0916f2d0df0ec41077369eeaefeba50e5e38b0d (diff) | |
Notes
Diffstat (limited to 'libarchive/archive_entry_stat.3')
| -rw-r--r-- | libarchive/archive_entry_stat.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive_entry_stat.3 b/libarchive/archive_entry_stat.3 index aa5c8e03f9f9..29a53f75607f 100644 --- a/libarchive/archive_entry_stat.3 +++ b/libarchive/archive_entry_stat.3 @@ -215,9 +215,9 @@ and set and unset the size, respectively. .Pp The number of references (hardlinks) can be obtained by calling -.Fn archive_entry_nlinks +.Fn archive_entry_nlink and set with -.Fn archive_entry_set_nlinks . +.Fn archive_entry_set_nlink . .Ss Identifying unique files The functions .Fn archive_entry_dev |
