summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2018-07-03 10:31:32 +0200
committerAndreas Gruenbacher <agruenba@redhat.com>2018-07-03 10:32:00 +0200
commitb3dbcdc372afda73291dc3b52bfcdb4b97a2a7b6 (patch)
tree3f4daa55736b0b53e60a3f214bee53858dfafa07
parentfcb34db768e0312cfdfdc8a2f4ae9950fa3f8d63 (diff)
downloadattr-b3dbcdc372afda73291dc3b52bfcdb4b97a2a7b6.tar.gz
attr_list.3: Fix the attributes.h include path
The header file is located at <attr/attributes.h>. Make the attr_list.3 man page consistent with the other man pages.
-rw-r--r--man/man3/attr_list.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/attr_list.3 b/man/man3/attr_list.3
index c5ec40e..42ab92d 100644
--- a/man/man3/attr_list.3
+++ b/man/man3/attr_list.3
@@ -27,7 +27,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,"