From owner-cvs-all@FreeBSD.ORG Fri Aug 19 12:17:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5F516A41F; Fri, 19 Aug 2005 12:17:48 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0C843D46; Fri, 19 Aug 2005 12:17:47 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7JCHlGk028973; Fri, 19 Aug 2005 12:17:47 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7JCHloe028972; Fri, 19 Aug 2005 12:17:47 GMT (envelope-from rodrigc) Message-Id: <200508191217.j7JCHloe028972@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 19 Aug 2005 12:17:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 VOP_LISTEXTATTR.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 12:17:48 -0000 rodrigc 2005-08-19 12:17:47 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LISTEXTATTR.9 Log: Update man page to reflect the fact that VOP_LISTEXTATTR does not return a list of ASCII NUL terminated strings. Instead, a list of attribute names is returned, where each list entry consists of one byte for the name length, followed by the name, without a terminating ASCII NUL. This in similar to change 1.17 to extattr_get_file.2 Reviewed by: rwatson, ru Revision Changes Path 1.7 +7 -5 src/share/man/man9/VOP_LISTEXTATTR.9