summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-02-22 21:55:59 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-02-22 21:55:59 +0000
commit999f254bdd1f007fada89ad11fc0a375dc246c26 (patch)
treee41b655bb830ad78ac4cff826fedfaadf6378d64 /lib/libc/sys
parent07858c3edf55d87cbd15c2e591dc8faeae54ce48 (diff)
manpages fixes, mostly from fgsch@ with cleanup and correction.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/extattr_get_file.211
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index c20699875a7..7b43c706e7b 100644
--- a/lib/libc/sys/extattr_get_file.2
+++ b/lib/libc/sys/extattr_get_file.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: extattr_get_file.2,v 1.1 2002/02/22 21:06:01 drahn Exp $
+.\" $OpenBSD: extattr_get_file.2,v 1.2 2002/02/22 21:55:58 drahn Exp $
.\"
.\" Copyright (c) 2001 Dima Dorfman <dima@unixfreak.org>
.\" All rights reserved.
@@ -37,12 +37,9 @@
.Nm extattr_set_file ,
.Nm extattr_delete_file
.Nd system calls to manipulate VFS extended attributes
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
-.In sys/types.h
-.In sys/extattr.h
-.In sys/uio.h
+.In #include <sys/types.h>
+.In #include <sys/extattr.h>
.Ft ssize_t
.Fn extattr_get_fd "int fd" "int attrnamespace" "const char *attrname" "void *data" "size_t nbytes"
.Ft int
@@ -212,7 +209,7 @@ Search permission is denied for a component of the path prefix.
.Xr extattrctl 8 ,
.Xr getextattr 8 ,
.Xr setextattr 8 ,
-.Xr extattr 9 ,
+.Xr extattr 9
.Sh HISTORY
Extended attribute support was developed as part of the
.Tn TrustedBSD