summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-25 01:21:13 +0000
committerdd <dd@FreeBSD.org>2001-06-25 01:21:13 +0000
commit183ca6329f37ffa12bfcca448dc104383b9940dc (patch)
treeb0205f194f961e469934410f355439b43fa83019 /lib/libc
parent68b138298028d440cff9ba37ebf6f89e5a0f3b4d (diff)
downloadFreeBSD-src-183ca6329f37ffa12bfcca448dc104383b9940dc.zip
FreeBSD-src-183ca6329f37ffa12bfcca448dc104383b9940dc.tar.gz
Minor cleanup: sort includes, fix name.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/extattr_get_file.211
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index 1c4ccb3..f22271a 100644
--- a/lib/libc/sys/extattr_get_file.2
+++ b/lib/libc/sys/extattr_get_file.2
@@ -1,3 +1,4 @@
+.\"
.\" Copyright (c) 2001 Dima Dorfman <dima@unixfreak.org>
.\" All rights reserved.
.\"
@@ -25,7 +26,7 @@
.\" $FreeBSD$
.\"
.Dd March 28, 2001
-.Dt EXTATTR_GET_FILE 2
+.Dt EXTATTR 2
.Os
.Sh NAME
.Nm extattr_get_fd ,
@@ -34,12 +35,12 @@
.Nm extattr_get_file ,
.Nm extattr_set_file ,
.Nm extattr_delete_file
-.Nd manipulate VFS extended attributes
+.Nd system calls to manipulate VFS extended attributes
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <sys/uio.h>
.Fd #include <sys/extattr.h>
+.Fd #include <sys/uio.h>
.Ft int
.Fn extattr_get_fd "int fd" "int attrnamespace" "const char *attrname" "struct iovec *iovp" "unsigned iovcnt"
.Ft int
@@ -185,6 +186,7 @@ Search permission is denied for a component of the path prefix.
.\" XXX are any missing?
.El
.Sh SEE ALSO
+.Xr extattr 3 ,
.Xr getextattr 8 ,
.Xr setextattr 8 ,
.Xr extattr 9 ,
@@ -197,6 +199,3 @@ Project, and introduced in
.Fx 5.0 .
It was developed to support security extensions requiring additional labels
to be associated with each file or directory.
-.Sh AUTHORS
-This manual page was written by
-.An Dima Dorfman Aq dima@unixfreak.org .
OpenPOWER on IntegriCloud