From: Sascha Wildner Date: Mon, 14 Dec 2009 03:27:35 +0000 (+0100) Subject: vcount.9: count_udev() no longer exists. X-Git-Tag: v2.7.1~307 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/dc8a022d0ef5d5b866101e51149e5fbb273a9d77 vcount.9: count_udev() no longer exists. See aec8eea47f8acbdec20843e7d8e7bc6d4255cce3 --- diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 48f7ed0c77..680c2a39a5 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1186,3 +1186,5 @@ TO_REMOVE+=/usr/share/man/cat9/msleep.9.gz TO_REMOVE+=/usr/share/man/man9/msleep.9.gz TO_REMOVE+=/usr/share/man/cat9/serialize_sleep.9.gz TO_REMOVE+=/usr/share/man/man9/serialize_sleep.9.gz +TO_REMOVE+=/usr/share/man/cat9/count_udev.9.gz +TO_REMOVE+=/usr/share/man/man9/count_udev.9.gz diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index d623b673fb..cd5dde111f 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -746,8 +746,7 @@ MLINKS+=usbdi.9 usbd_abort_default_pipe.9 \ usbdi.9 usbd_sync_transfer.9 \ usbdi.9 usbd_transfer.9 \ usbdi.9 usb_find_desc.9 -MLINKS+=vcount.9 count_dev.9 \ - vcount.9 count_udev.9 +MLINKS+=vcount.9 count_dev.9 MLINKS+=vhold.9 vdrop.9 MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9 \ VOP_ATTRIB.9 VOP_SETATTR.9 diff --git a/share/man/man9/vcount.9 b/share/man/man9/vcount.9 index 972a47c45e..7bc6c08c4e 100644 --- a/share/man/man9/vcount.9 +++ b/share/man/man9/vcount.9 @@ -29,13 +29,12 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 10, 2009 +.Dd December 14, 2009 .Os .Dt VCOUNT 9 .Sh NAME .Nm vcount , .Nm count_dev -.Nm count_udev .Nd "get total number of references to a device" .Sh SYNOPSIS .In sys/conf.h @@ -44,8 +43,6 @@ .Fn vcount "struct vnode *vp" .Ft int .Fn count_dev "cdev_t dev" -.Ft int -.Fn count_udev "int x" "int y" .Sh DESCRIPTION .Fn vcount is used to get the number of references to a special device. @@ -66,11 +63,6 @@ and vnodes since .Fa v_rdev is an overloaded field. -.Pp -.Fn count_udev -does the same thing as -.Fn count_dev , -but acts on a (major, minor) pair. .Sh RETURN VALUES .Fn vcount and