diff options
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/extattr.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3 index 8a19b4bec4d..ca2599d963f 100644 --- a/lib/libc/posix1e/extattr.3 +++ b/lib/libc/posix1e/extattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattr.3,v 1.3 2002/02/23 19:26:20 fgsch Exp $ +.\" $OpenBSD: extattr.3,v 1.4 2002/02/24 04:23:15 fgsch Exp $ .\" .\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org> .\" All rights reserved. @@ -35,6 +35,7 @@ .Nd convert an extended attribute namespace identifier to a string and vice versa .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/extattr.h> .Ft int .Fn extattr_namespace_to_string "int attrnamespace" "char **string" |