summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@funkthat.com>2017-04-02 10:30:31 -0700
committerJohn-Mark Gurney <jmg@funkthat.com>2017-04-02 10:30:31 -0700
commit2c46212c6032f746e3c889b4b3d458122ccaf3b6 (patch)
tree9903d62a043d594adcc91ee352bdc5d224effba3
parentea976f8b4cf56c5024f19ac94413cfc4e4849d99 (diff)
downloadxattr-2c46212c6032f746e3c889b4b3d458122ccaf3b6.tar.gz
this caveat hasn't been true for over 10 years...
https://svnweb.freebsd.org/base/head/lib/libc/sys/extattr_get_file.2?r1=147257&r2=147258&
-rw-r--r--xattr/lib_build.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/xattr/lib_build.py b/xattr/lib_build.py
index f791881..a687cea 100644
--- a/xattr/lib_build.py
+++ b/xattr/lib_build.py
@@ -52,9 +52,7 @@ C_SRC = """
#define XATTR_REPLACE 0x2
/* Converts a freebsd format attribute list into a NULL terminated list.
- * While the man page on extattr_list_file says it is NULL terminated,
- * it is actually the first byte that is the length of the
- * following attribute.
+ * The first byte is the length of the following attribute.
*/
static void convert_bsd_list(char *namebuf, size_t size)
{