diff options
author | Nathan Scott <nathans@sgi.com> | 2003-02-25 09:06:10 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-02-25 09:06:10 +0000 |
commit | 7b33ebd60e68795347c2c844d81d90e38fd9091e (patch) | |
tree | b8ad0b3165562c3d939d64720c109fd8d2a41116 /man/man2/getxattr.2 | |
parent | 6562399105b5ff0ec4f5ebea154dc7a96b597653 (diff) | |
download | attr-7b33ebd60e68795347c2c844d81d90e38fd9091e.tar.gz |
New attr userspace package - transition to the trusted namespace for XFS,
Add in the new attribute copying routines from Andreas, and also update
the license info in the syscall man pages so that other folks can use em
too.
Diffstat (limited to 'man/man2/getxattr.2')
-rw-r--r-- | man/man2/getxattr.2 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/man2/getxattr.2 b/man/man2/getxattr.2 index 187f820..116c796 100644 --- a/man/man2/getxattr.2 +++ b/man/man2/getxattr.2 @@ -4,6 +4,26 @@ .\" (C) Andreas Gruenbacher, February 2001 .\" (C) Silicon Graphics Inc, September 2001 .\" +.\" This is free documentation; you can redistribute it and/or +.\" modify it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2 of +.\" the License, or (at your option) any later version. +.\" +.\" The GNU General Public License's references to "object code" +.\" and "executables" are to be interpreted as the output of any +.\" document formatting or typesetting system, including +.\" intermediate and printed output. +.\" +.\" This manual is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public +.\" License along with this manual; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, +.\" USA. +.\" .TH GETXATTR 2 "Extended Attributes" "Dec 2001" "System calls" .SH NAME getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value |