diff options
author | Nathan Scott <nathans@sgi.com> | 2001-05-21 00:39:09 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2001-05-21 00:39:09 +0000 |
commit | e6081ee9c5f2606dfa9885f5c80bd69069ebabad (patch) | |
tree | 11f0c086e276b282aa941ba8ed6809f273f834fa /man | |
parent | 5fd5f4f3bddbcf888e3a32ab0aba04dc576fd608 (diff) | |
download | attr-e6081ee9c5f2606dfa9885f5c80bd69069ebabad.tar.gz |
correct include file location for man pages.
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/attr_get.3 | 2 | ||||
-rw-r--r-- | man/man3/attr_list.3 | 2 | ||||
-rw-r--r-- | man/man3/attr_multi.3 | 2 | ||||
-rw-r--r-- | man/man3/attr_remove.3 | 2 | ||||
-rw-r--r-- | man/man3/attr_set.3 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/attr_get.3 b/man/man3/attr_get.3 index 8c9385c..2a49624 100644 --- a/man/man3/attr_get.3 +++ b/man/man3/attr_get.3 @@ -5,7 +5,7 @@ attr_get, attr_getf \- get the value of a user attribute of a filesystem object .PP .sp .nf -.B #include <sys/attributes.h> +.B #include <attr/attributes.h> .sp .B "int attr_get (const char \(**path, const char \(**attrname, " .B " char \(**attrvalue, int \(**valuelength, int flags);" diff --git a/man/man3/attr_list.3 b/man/man3/attr_list.3 index 71408a4..cffe16d 100644 --- a/man/man3/attr_list.3 +++ b/man/man3/attr_list.3 @@ -5,7 +5,7 @@ attr_list, attr_listf \- list the names of the user attributes of a filesystem o .PP .sp .nf -.B #include <sys/attributes.h> +.B #include <attr/attributes.h> .sp .B "int attr_list (const char \(**path, char \(**buffer, " .B " const int buffersize, int flags," diff --git a/man/man3/attr_multi.3 b/man/man3/attr_multi.3 index fd9107e..2daab79 100644 --- a/man/man3/attr_multi.3 +++ b/man/man3/attr_multi.3 @@ -5,7 +5,7 @@ attr_multi, attr_multif \- manipulate multiple user attributes on a filesystem o .PP .sp .nf -.B #include <sys/attributes.h> +.B #include <attr/attributes.h> .sp .B "int attr_multi (const char \(**path, attr_multiop_t \(**oplist, " .B " int count, int flags);" diff --git a/man/man3/attr_remove.3 b/man/man3/attr_remove.3 index 66340dd..1a72d50 100644 --- a/man/man3/attr_remove.3 +++ b/man/man3/attr_remove.3 @@ -5,7 +5,7 @@ attr_remove, attr_removef \- remove a user attribute of a filesystem object .PP .sp .nf -.B #include <sys/attributes.h> +.B #include <attr/attributes.h> .sp .B "int attr_remove (const char \(**path, const char \(**attrname, int flags);" .PP diff --git a/man/man3/attr_set.3 b/man/man3/attr_set.3 index c23c523..01a04ad 100644 --- a/man/man3/attr_set.3 +++ b/man/man3/attr_set.3 @@ -5,7 +5,7 @@ attr_set, attr_setf \- set the value of a user attribute of a filesystem object .PP .sp .nf -.B #include <sys/attributes.h> +.B #include <attr/attributes.h> .sp .B "int attr_set (const char \(**path, const char \(**attrname, " .B " const char \(**attrvalue, const int valuelength," |