Fix two mdoclint warnings.

This commit is contained in:
wiz 2008-11-26 19:05:55 +00:00
parent 81aac64da3
commit 11655fdf0f
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ukfs.3,v 1.5 2008/11/25 06:44:19 pooka Exp $
.\" $NetBSD: ukfs.3,v 1.6 2008/11/26 19:05:55 wiz Exp $
.\"
.\" Copyright (c) 2008 Antti Kantee. All rights reserved.
.\"
@ -76,14 +76,14 @@ which should be released after use.
.Pp
.Ft ssize_t
.br
.Fn ukfs_vfstypes "char *buf, size_t buflen"
.Fn ukfs_vfstypes "char *buf" "size_t buflen"
.Pp
.Ft struct ukfs *
.br
.Fo ukfs_mount
.Fa "const char *vfsname" "const char *devpath" "const char *mounpath"
.Fa "int mntflags" "void *arg" "size_t alen"
.Fc
.Fc
.Pp
.Ft void
.br