From: Sascha Wildner Date: Fri, 23 Jul 2010 04:09:32 +0000 (+0200) Subject: make_autoclone_dev.9: Fix some minor issues in the prototypes. X-Git-Url: https://gitweb.dragonflybsd.org/~lentferj/dragonfly.git/commitdiff_plain/4aff68f4d6082b57abced0bc92d9d3a4af28c34f make_autoclone_dev.9: Fix some minor issues in the prototypes. --- diff --git a/share/man/man9/make_autoclone_dev.9 b/share/man/man9/make_autoclone_dev.9 index 4c802fa748..a6ce04cc20 100644 --- a/share/man/man9/make_autoclone_dev.9 +++ b/share/man/man9/make_autoclone_dev.9 @@ -51,7 +51,7 @@ .In sys/conf.h .In sys/devfs.h .Ft cdev_t -.Fn make_autoclone_dev "struct dev_ops *ops" "struct devfs_bitmap *bitmap" "d_clone_t *nhandler" "uid_t uid" "gid_t gid" "int perms" "const char *fmt" ... +.Fn make_autoclone_dev "struct dev_ops *ops" "struct devfs_bitmap *bitmap" "d_clone_t *nhandler" "uid_t uid" "gid_t gid" "int perms" "const char *fmt" "..." .Ft void .Fn destroy_autoclone_dev "cdev_t dev" "struct devfs_bitmap *bitmap" .Ft void @@ -61,15 +61,15 @@ .Ft void .Fn devfs_clone_bitmap_fff "struct devfs_bitmap *bitmap" .Ft int -.Fn devfs_clone_bitmap_chk "struct devfs_bitmap *bitmap, int unit" +.Fn devfs_clone_bitmap_chk "struct devfs_bitmap *bitmap" "int unit" .Ft void -.Fn devfs_clone_bitmap_set "struct devfs_bitmap *bitmap, int unit" +.Fn devfs_clone_bitmap_set "struct devfs_bitmap *bitmap" "int unit" .Ft void -.Fn devfs_clone_bitmap_rst "struct devfs_bitmap *bitmap, int unit" +.Fn devfs_clone_bitmap_rst "struct devfs_bitmap *bitmap" "int unit" .Ft int -.Fn devfs_clone_bitmap_get "struct devfs_bitmap *bitmap, int limit" +.Fn devfs_clone_bitmap_get "struct devfs_bitmap *bitmap" "int limit" .Ft void -.Fn devfs_clone_bitmap_put "struct devfs_bitmap *bitmap, int unit" +.Fn devfs_clone_bitmap_put "struct devfs_bitmap *bitmap" "int unit" .Fn DEVFS_DECLARE_CLONE_BITMAP "name" .Fn DEVFS_CLONE_BITMAP "name" .Sh DESCRIPTION