diff options
author | 2002-02-23 19:29:15 +0000 | |
---|---|---|
committer | 2002-02-23 19:29:15 +0000 | |
commit | 42e7dad05779a0e1c99981a787c440d3a49e6dd1 (patch) | |
tree | 5f1408a13408464b59455500a26fa81583870413 /lib/libc/sys | |
parent | fixes. (diff) | |
download | wireguard-openbsd-42e7dad05779a0e1c99981a787c440d3a49e6dd1.tar.xz wireguard-openbsd-42e7dad05779a0e1c99981a787c440d3a49e6dd1.zip |
.In -> .Fd
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 6 |
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 |