summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-23 19:26:21 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-23 19:26:21 +0000
commit9b96cdc6a59cb82af40b3f1186efc0228bc1867f (patch)
treec74b4474e2afda2eb6b4db4356816bdd4a54bd76 /lib
parent2b3187bd451c1c265e1fd63a9f958096d62a9b23 (diff)
fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/posix1e/extattr.34
-rw-r--r--lib/libc/posix1e/posix1e.34
2 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3
index 8c2f072c793..8a19b4bec4d 100644
--- a/lib/libc/posix1e/extattr.3
+++ b/lib/libc/posix1e/extattr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: extattr.3,v 1.2 2002/02/22 21:55:58 drahn Exp $
+.\" $OpenBSD: extattr.3,v 1.3 2002/02/23 19:26:20 fgsch Exp $
.\"
.\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org>
.\" All rights reserved.
@@ -35,7 +35,7 @@
.Nd convert an extended attribute namespace identifier to a string and
vice versa
.Sh SYNOPSIS
-.In #include <sys/extattr.h>
+.Fd #include <sys/extattr.h>
.Ft int
.Fn extattr_namespace_to_string "int attrnamespace" "char **string"
.Ft int
diff --git a/lib/libc/posix1e/posix1e.3 b/lib/libc/posix1e/posix1e.3
index 946a3bf750d..136028eaafb 100644
--- a/lib/libc/posix1e/posix1e.3
+++ b/lib/libc/posix1e/posix1e.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix1e.3,v 1.2 2002/02/22 21:55:58 drahn Exp $
+.\" $OpenBSD: posix1e.3,v 1.3 2002/02/23 19:26:20 fgsch Exp $
.\"
.\" Copyright (c) 2000 Robert N. M. Watson
.\" All rights reserved.
@@ -32,8 +32,6 @@
.Sh NAME
.Nm posix1e
.Nd introduction to the POSIX.1e security API
-.Sh SYNOPSIS
-.In #include <sys/types.h>
.Sh DESCRIPTION
The IEEE POSIX.1e specification never left draft form, but the interfaces
it describes are now widely used despite inherent limitations. Currently,