summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-23 19:29:16 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-02-23 19:29:16 +0000
commit3eaabcd45489ab57d069b66ecf04ea0cd5b4e0e9 (patch)
tree870ccd7bd4b45dee90f6727d10eee72ef0a0ccff /lib
parent9b96cdc6a59cb82af40b3f1186efc0228bc1867f (diff)
.In -> .Fd
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/extattr_get_file.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index 7b43c706e7b..94d92c4c71b 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.2 2002/02/22 21:55:58 drahn Exp $
+.\" $OpenBSD: extattr_get_file.2,v 1.3 2002/02/23 19:29:15 fgsch Exp $
.\"
.\" Copyright (c) 2001 Dima Dorfman <dima@unixfreak.org>
.\" All rights reserved.
@@ -38,8 +38,8 @@
.Nm extattr_delete_file
.Nd system calls to manipulate VFS extended attributes
.Sh SYNOPSIS
-.In #include <sys/types.h>
-.In #include <sys/extattr.h>
+.Fd #include <sys/types.h>
+.Fd #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