summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2008-11-26 19:05:55 +0000
committerwiz <wiz@NetBSD.org>2008-11-26 19:05:55 +0000
commit11655fdf0f627c7ec7401e6b17b270e9371c19c1 (patch)
tree3a4b6dce4fac6a065f52d659aa053cb9578a34e4 /lib
parent81aac64da3d3b2b63323da8f32443ae9b0014445 (diff)
Fix two mdoclint warnings.
Diffstat (limited to 'lib')
-rw-r--r--lib/libukfs/ukfs.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libukfs/ukfs.3 b/lib/libukfs/ukfs.3
index 3124969eb07..38794380147 100644
--- a/lib/libukfs/ukfs.3
+++ b/lib/libukfs/ukfs.3
@@ -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