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/posix1e/extattr.3 | |
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/posix1e/extattr.3')
-rw-r--r-- | lib/libc/posix1e/extattr.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3 index f446c3221c8..8c2f072c793 100644 --- a/lib/libc/posix1e/extattr.3 +++ b/lib/libc/posix1e/extattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattr.3,v 1.1 2002/02/22 21:06:00 drahn Exp $ +.\" $OpenBSD: extattr.3,v 1.2 2002/02/22 21:55:58 drahn Exp $ .\" .\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org> .\" All rights reserved. @@ -35,8 +35,7 @@ .Nd convert an extended attribute namespace identifier to a string and vice versa .Sh SYNOPSIS -.In sys/extattr.h -.In libutil.h +.In #include <sys/extattr.h> .Ft int .Fn extattr_namespace_to_string "int attrnamespace" "char **string" .Ft int |