summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES3
-rw-r--r--man/man3/attr_get.32
-rw-r--r--man/man3/attr_list.32
-rw-r--r--man/man3/attr_multi.32
-rw-r--r--man/man3/attr_remove.32
-rw-r--r--man/man3/attr_set.32
8 files changed, 15 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index c4c654a..e177b5f 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=1
PKG_MINOR=0
-PKG_REVISION=2
+PKG_REVISION=3
PKG_BUILD=0
diff --git a/debian/changelog b/debian/changelog
index 8dab674..17a5ff8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+attr (1.0.3) unstable; urgency=low
+
+ * Updates to man pages.
+
+ -- Nathan Scott <nathans@debian.org> Fri, 18 May 2001 15:47:54 +1000
+
attr (1.0.2) unstable; urgency=low
* Initial release.
diff --git a/doc/CHANGES b/doc/CHANGES
index d39b666..8348544 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,7 @@
+attr-1.0.3 (18 May 2001)
+ - man page corrections
+
attr-1.0.2 (24 April 2001)
- rearrange headers to make system call internals private
- update package descriptions
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,"