freebsd-dev/share/man/man9
Jeroen Ruigrok van der Werven cd8b737d3c Trim trailing whitespace.
2000-03-19 15:55:38 +00:00
..
acl.9 Fix man page structures/constants to match recent changes in acl.h 2000-01-28 15:22:51 +00:00
at_exit.9 The at_exit and at_fork functions currently use a 'roll your own' 1999-11-19 21:29:03 +00:00
at_fork.9 The at_exit and at_fork functions currently use a 'roll your own' 1999-11-19 21:29:03 +00:00
bios.9
boot.9
buf.9 mdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1) 1999-10-30 14:15:49 +00:00
BUS_CONNECT_INTR.9
BUS_CREATE_INTR.9
bus_generic_attach.9
bus_generic_detach.9
bus_generic_map_intr.9
bus_generic_print_child.9
bus_generic_read_ivar.9
bus_generic_shutdown.9
BUS_PRINT_CHILD.9
BUS_READ_IVAR.9
cd.9
CONDSPLASSERT.9 Trim trailing whitespace. 2000-03-19 15:55:38 +00:00
copy.9
devclass_add_driver.9
devclass_find.9
devclass_get_device.9
devclass_get_devices.9
devclass_get_maxunit.9
devclass_get_name.9
devclass_get_softc.9
devclass.9
devfs_add_devswf.9
devfs_link.9
devfs_remove_dev.9
device_add_child.9 Fixed wrong function types (the device_add_child() family returns a 1999-12-23 17:39:45 +00:00
DEVICE_ATTACH.9
device_delete_child.9
DEVICE_DETACH.9
device_enable.9
device_find_child.9
device_get_children.9 Add the device_get_children(9) man page. 1999-12-02 16:34:09 +00:00
device_get_devclass.9
device_get_driver.9
device_get_ivars.9
device_get_softc.9
device_get_state.9
device_get_unit.9
device_probe_and_attach.9
DEVICE_PROBE.9 Remove more single-space hard sentence breaks. 2000-03-02 14:54:02 +00:00
device_quiet.9
device_set_desc.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
device_set_flags.9
DEVICE_SHUTDOWN.9
device.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
devstat.9 Revamp the devstat priority system. All disks now have the same priority. 1999-12-08 04:45:23 +00:00
devtoname.9
driver.9
extattr.9 Man pages for the VFS extended attribute and access control list vnops. 2000-01-05 04:59:02 +00:00
fetch.9
ifnet.9
inittodr.9
intro.9
KASSERT.9 Document the KASSERT() macro. 2000-01-14 21:41:09 +00:00
kernacc.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
make_dev.9 "Fixed" assorted bitrot. remove_dev() was renamed to destroy_dev(). 1999-12-23 17:16:32 +00:00
Makefile Add the manpage for CONDSPLASSERT(). 2000-03-19 14:43:03 +00:00
malloc.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
MD5.9 Remove more single-space hard sentence breaks. 2000-03-02 14:54:02 +00:00
mi_switch.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
microseq.9 Remove more single-space hard sentence breaks. 2000-03-02 14:54:02 +00:00
microtime.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
microuptime.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
namei.9 Correct the documentation of LOCKPARENT - it does not reliably result in the 1999-12-18 20:50:48 +00:00
panic.9 Fixed bitrot in synopsis. The prototype for panic() was moved to 1999-12-23 17:42:10 +00:00
physio.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
posix4.9
psignal.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
resettodr.9
rtalloc.9
rtentry.9 The rt_refcnt member is a long now. 1999-11-22 04:26:00 +00:00
sleep.9 Fix a typo (simple --> simply). 2000-02-16 22:45:51 +00:00
spl.9
SPLASSERT.9 Trim trailing whitespace. 2000-03-19 15:55:38 +00:00
store.9
style.9 Don't mix up KNF and style(9). This isn't KNF, it's a derivative of it. 2000-01-15 16:34:07 +00:00
suser.9
time.9
timeout.9 Fixed some bugs (one serious one: timeouts were claimed to be executed at 1999-12-27 16:22:20 +00:00
tvtohz.9 Add new manpages for: 2000-01-07 12:42:59 +00:00
uio.9
VFS_CHECKEXP.9
VFS_FHTOVP.9
VFS_INIT.9
VFS_MOUNT.9 Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 14:05:08 +00:00
VFS_QUOTACTL.9
VFS_ROOT.9
VFS_START.9
VFS_STATFS.9
VFS_SYNC.9
VFS_UNMOUNT.9
VFS_VGET.9
VFS_VPTOFH.9
VFS.9
vget.9
vnode.9
VOP_ACCESS.9
VOP_ACLCHECK.9 Man pages for the VFS extended attribute and access control list vnops. 2000-01-05 04:59:02 +00:00
VOP_ADVLOCK.9
VOP_ATTRIB.9 Be consistent with struct vattr' naming. Half of this manual used vpp' 2000-03-16 22:40:38 +00:00
VOP_BWRITE.9 Fixed bitrot in synopsis. Important interface changes hadn't reached here. 1999-12-23 17:22:58 +00:00
VOP_CREATE.9 Document changed calling conventions (lost WILLRELE) for VOP_MKNOD and 1999-11-13 21:00:26 +00:00
VOP_FSYNC.9
VOP_GETACL.9 Man pages for the VFS extended attribute and access control list vnops. 2000-01-05 04:59:02 +00:00
VOP_GETEXTATTR.9 Man pages for the VFS extended attribute and access control list vnops. 2000-01-05 04:59:02 +00:00
VOP_GETPAGES.9
VOP_INACTIVE.9
VOP_IOCTL.9
VOP_LEASE.9 Fixed missing #includes in synopsis. 1999-12-23 17:24:40 +00:00
VOP_LINK.9
VOP_LOCK.9 Fixed bitrot in synopsis. The prototype for VOP_ISLOCKED() changed 1999-12-23 17:28:46 +00:00
VOP_LOOKUP.9
VOP_MMAP.9
VOP_OPENCLOSE.9
VOP_PATHCONF.9
VOP_PRINT.9
VOP_RDWR.9 explain that ioflags can be used to give read-ahead hints to the underlying 1999-12-13 02:28:53 +00:00
VOP_READDIR.9
VOP_READLINK.9
VOP_REALLOCBLKS.9 Removed unused include of <sys/buf.h> from synopsis. This include is 1999-12-23 17:35:48 +00:00
VOP_REMOVE.9
VOP_RENAME.9
VOP_SETACL.9 Man pages for the VFS extended attribute and access control list vnops. 2000-01-05 04:59:02 +00:00
VOP_SETEXTATTR.9 Man pages for the VFS extended attribute and access control list vnops. 2000-01-05 04:59:02 +00:00
VOP_STRATEGY.9 Removed unused include of <sys/buf.h> from synopsis. This include is 1999-12-23 17:35:48 +00:00
VOP_VPTOFH.9
vput.9
vref.9
vrele.9
vslock.9