fix return type
This commit is contained in:
parent
e79eea98a2
commit
ab2f8d0338
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: puffs_ops.3,v 1.42 2015/02/16 10:48:56 wiz Exp $
|
||||
.\" $NetBSD: puffs_ops.3,v 1.43 2015/11/09 15:12:12 christos Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 Antti Kantee. All rights reserved.
|
||||
.\"
|
||||
@ -23,7 +23,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd October 31, 2014
|
||||
.Dd November 9, 2015
|
||||
.Dt PUFFS_OPS 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -51,7 +51,7 @@
|
||||
.Fa "struct puffs_usermount *pu" "puffs_cookie_t cookie" "void *fid"
|
||||
.Fa "size_t *fidsize"
|
||||
.Fc
|
||||
.Ft void
|
||||
.Ft int
|
||||
.Fo puffs_fs_extattrctl
|
||||
.Fa "struct puffs_usermount *pu" "int cmd" "puffs_cookie_t cookie" "int flags"
|
||||
.Fa "int attrnamespace" "const char *attrname"
|
||||
|
Loading…
Reference in New Issue
Block a user