diff options
author | 2002-02-22 21:55:58 +0000 | |
---|---|---|
committer | 2002-02-22 21:55:58 +0000 | |
commit | e34469c788adf31d13378cf4cf14f6770934140b (patch) | |
tree | fe266cbbbd6b7842b72a63527e92bf989ff54aba /lib/libc/sys | |
parent | Do not include uio header file, that interface was removed. (diff) | |
download | wireguard-openbsd-e34469c788adf31d13378cf4cf14f6770934140b.tar.xz wireguard-openbsd-e34469c788adf31d13378cf4cf14f6770934140b.zip |
manpages fixes, mostly from fgsch@ with cleanup and correction.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 11 |
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 |