diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-09-04 05:22:00 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-09-04 05:22:00 +0000 |
commit | 1b42ff4cd671f227da388278b2d91267874fec23 (patch) | |
tree | 00ba9278c713018bf02b2d968f720b6715e5a431 | |
parent | 33cbc37d91b87f82ee23ce0fa6f892c0a3e8e073 (diff) |
Notes
-rw-r--r-- | lib/libarchive/archive_write_disk.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_write_disk.3 b/lib/libarchive/archive_write_disk.3 index 5eaa027f5670c..4a395923c33b7 100644 --- a/lib/libarchive/archive_write_disk.3 +++ b/lib/libarchive/archive_write_disk.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 2, 2007 +.Dd August 5, 2008 .Dt archive_write_disk 3 .Os .Sh NAME @@ -169,11 +169,11 @@ The default is to not refuse such paths. Note that paths ending in .Pa .. always cause an error, regardless of this flag. -.El .It Cm ARCHIVE_EXTRACT_SPARSE Scan data for blocks of NUL bytes and try to recreate them with holes. This results in sparse files, independent of whether the archive format supports or uses them. +.El .It Xo .Fn archive_write_disk_set_group_lookup , .Fn archive_write_disk_set_user_lookup |