]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Document archive_entry_copy_fflags_text.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Mon, 12 May 2008 11:39:56 +0000 (07:39 -0400)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Mon, 12 May 2008 11:39:56 +0000 (07:39 -0400)
SVN-Revision: 44

libarchive/Makefile
libarchive/archive_entry.3

index 09c9ed88b8bba8141a41658b0197eb0394af2c5b..a19dcf913efcea61b441a80b4a2130c19f7d22d8 100644 (file)
@@ -92,6 +92,7 @@ MLINKS+=      archive_entry.3 archive_entry_acl_reset.3
 MLINKS+=       archive_entry.3 archive_entry_acl_text_w.3
 MLINKS+=       archive_entry.3 archive_entry_clear.3
 MLINKS+=       archive_entry.3 archive_entry_clone.3
+MLINKS+=       archive_entry.3 archive_entry_copy_fflags_text.3
 MLINKS+=       archive_entry.3 archive_entry_copy_fflags_text_w.3
 MLINKS+=       archive_entry.3 archive_entry_copy_gname.3
 MLINKS+=       archive_entry.3 archive_entry_copy_gname_w.3
index a35ab3c2b57f1133993da43fd9286d81a0f1bfce..e2d4ab11770f7946dbabe8e767a09df5d6868d45 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD: src/lib/libarchive/archive_entry.3,v 1.17 2008/03/14 23:00:53 kientzle Exp $
 .\"
-.Dd December 15, 2003
+.Dd May 12, 2008
 .Dt archive_entry 3
 .Os
 .Sh NAME
@@ -40,6 +40,7 @@
 .Nm archive_entry_atime_nsec ,
 .Nm archive_entry_clear ,
 .Nm archive_entry_clone ,
+.Nm archive_entry_copy_fflags_text ,
 .Nm archive_entry_copy_fflags_text_w ,
 .Nm archive_entry_copy_gname ,
 .Nm archive_entry_copy_gname_w ,
 .Fn archive_entry_clear "struct archive_entry *"
 .Ft struct archive_entry *
 .Fn archive_entry_clone "struct archive_entry *"
+.Ft const char * *
+.Fn archive_entry_copy_fflags_text_w "struct archive_entry *" "const char *"
 .Ft const wchar_t *
 .Fn archive_entry_copy_fflags_text_w "struct archive_entry *" "const wchar_t *"
 .Ft void
@@ -382,8 +385,10 @@ will be ignored.
 .Pp
 The canonical text format is a comma-separated list of flag names.
 The
+.Fn archive_entry_copy_fflags_text
+and
 .Fn archive_entry_copy_fflags_text_w
-function parses the provided text and sets the internal bitmap values.
+functions parse the provided text and sets the internal bitmap values.
 This is a platform-specific operation; names that are not meaningful
 on the current platform will be ignored.
 The function returns a pointer to the start of the first name that was not