From owner-cvs-all@FreeBSD.ORG Wed Aug 31 00:33:19 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 135DB16A41F; Wed, 31 Aug 2005 00:33:19 +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 9E5B243D48; Wed, 31 Aug 2005 00:33:18 +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 j7V0XIcw025324; Wed, 31 Aug 2005 00:33:18 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7V0XIYS025323; Wed, 31 Aug 2005 00:33:18 GMT (envelope-from rodrigc) Message-Id: <200508310033.j7V0XIYS025323@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 31 Aug 2005 00:33:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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: Wed, 31 Aug 2005 00:33:19 -0000 rodrigc 2005-08-31 00:33:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 VOP_LISTEXTATTR.9 Log: MFC: VOP_LISTEXTATTR.9, 1.7 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 MFC: VOP_LISTEXTATTR.9, 1.6 Minor formatting fixes. Revision Changes Path 1.5.2.1 +14 -12 src/share/man/man9/VOP_LISTEXTATTR.9