summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-24 04:23:16 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-24 04:23:16 +0000
commit09697821624d867f61260a7298c6fcf1b03b694c (patch)
tree57eb538a19fccb558a05df16fe5b4716dec984d5
parent33e3551cb67302d1d6e6f3584c4477ff9fdcb220 (diff)
sys/types.h is needed as well.
-rw-r--r--lib/libc/posix1e/extattr.33
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"