Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2005 00:27:35 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 VOP_LISTEXTATTR.9
Message-ID:  <200508310027.j7V0RZXD025052@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2005-08-31 00:27:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    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
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.6.2.1   +7 -5      src/share/man/man9/VOP_LISTEXTATTR.9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508310027.j7V0RZXD025052>