Deleted Added
full compact
Makefile (74110) Makefile (74856)
1# $FreeBSD: head/share/man/man9/Makefile 74110 2001-03-11 17:30:08Z alex $
1# $FreeBSD: head/share/man/man9/Makefile 74856 2001-03-27 13:48:25Z ru $
2
2
3MAN9= CONDSPLASSERT.9 DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \
3MAN= CONDSPLASSERT.9 DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \
4 MODULE_DEPEND.9 MODULE_VERSION.9 SPLASSERT.9 \
5 VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
6 VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
7 VFS_VGET.9 VFS_VPTOFH.9 VFS_CHECKEXP.9 \
8 VOP_ACCESS.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 \
9 VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 VOP_LEASE.9 \
10 VOP_GETPAGES.9 VOP_GETVOBJECT.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
11 VOP_LOCK.9 VOP_LOOKUP.9 VOP_OPENCLOSE.9 \

--- 15 unchanged lines hidden (view full) ---

27 namei.9 \
28 panic.9 pfil.9 physio.9 posix4.9 psignal.9 \
29 random.9 resettodr.9 rtalloc.9 rtentry.9 runqueue.9 \
30 scheduler.9 sleep.9 sleepqueue.9 spl.9 store.9 style.9 suser.9 swi.9 \
31 sx.9 time.9 timeout.9 tvtohz.9 \
32 uio.9 \
33 vcount.9 vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9
34
4 MODULE_DEPEND.9 MODULE_VERSION.9 SPLASSERT.9 \
5 VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
6 VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
7 VFS_VGET.9 VFS_VPTOFH.9 VFS_CHECKEXP.9 \
8 VOP_ACCESS.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 \
9 VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 VOP_LEASE.9 \
10 VOP_GETPAGES.9 VOP_GETVOBJECT.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
11 VOP_LOCK.9 VOP_LOOKUP.9 VOP_OPENCLOSE.9 \

--- 15 unchanged lines hidden (view full) ---

27 namei.9 \
28 panic.9 pfil.9 physio.9 posix4.9 psignal.9 \
29 random.9 resettodr.9 rtalloc.9 rtentry.9 runqueue.9 \
30 scheduler.9 sleep.9 sleepqueue.9 spl.9 store.9 style.9 suser.9 swi.9 \
31 sx.9 time.9 timeout.9 tvtohz.9 \
32 uio.9 \
33 vcount.9 vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9
34
35MAN9+= device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
35MAN+= device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
36 device_find_child.9 device_get_children.9 \
37 device_get_devclass.9 device_get_driver.9 \
38 device_get_ivars.9 device_get_softc.9 device_get_state.9 \
39 device_get_unit.9 device_probe_and_attach.9 device_quiet.9 \
40 device_set_desc.9 device_set_flags.9 driver.9 \
41 devclass.9 devclass_add_driver.9 devclass_find.9 \
42 devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 \
43 devclass_get_name.9 devclass_get_softc.9 \

--- 239 unchanged lines hidden ---
36 device_find_child.9 device_get_children.9 \
37 device_get_devclass.9 device_get_driver.9 \
38 device_get_ivars.9 device_get_softc.9 device_get_state.9 \
39 device_get_unit.9 device_probe_and_attach.9 device_quiet.9 \
40 device_set_desc.9 device_set_flags.9 driver.9 \
41 devclass.9 devclass_add_driver.9 devclass_find.9 \
42 devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 \
43 devclass_get_name.9 devclass_get_softc.9 \

--- 239 unchanged lines hidden ---