summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-04-22 05:19:17 +0000
committerNathan Scott <nathans@sgi.com>2002-04-22 05:19:17 +0000
commit84fa18a060d71092c69b2839fc9990dfe6b8f40d (patch)
tree8326f2e7cfeb7b9887ad39d5a2c5ddc66c4742fa /man
parent2b4ed44ed3e4eac46b7e81e6c05b75a9420ae172 (diff)
downloadattr-84fa18a060d71092c69b2839fc9990dfe6b8f40d.tar.gz
updates from Andreas -man page update, additional test cases.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
-rw-r--r--man/man2/listxattr.22
2 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile b/man/Makefile
index d6b3de3..671042a 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -35,7 +35,7 @@ include $(TOPDIR)/include/builddefs
SUBDIRS = man1 man2 man3 man5
-default install install-dev install-lib html ps: $(SUBDIRS)
+default install install-dev install-lib: $(SUBDIRS)
$(SUBDIRS_MAKERULE)
include $(BUILDRULES)
diff --git a/man/man2/listxattr.2 b/man/man2/listxattr.2
index 7b70a01..7a7c97b 100644
--- a/man/man2/listxattr.2
+++ b/man/man2/listxattr.2
@@ -39,7 +39,7 @@ of extended attribute names associated with the given
in the filesystem.
The list is the set of (NULL-terminated) names, one after the other.
Names of extended attributes to which the calling process does not
-have access will be omitted from the list.
+have access may be omitted from the list.
The length of the attribute name
.I list
is returned.