freebsd-nq/share/man/man9
Don Lewis cc25845767 Style and markup changes only.
Capitalize the first letter of the descriptions for the entries in the ERRORS
section if they are complete sentences and end the sentences with periods.
2002-09-18 09:34:01 +00:00
..
accept_filter.9
accf_data.9
accf_http.9 Fix a tyop 2002-07-02 01:03:10 +00:00
acl.9 mdoc(7) police: markup nits. 2002-05-29 17:45:44 +00:00
at_exit.9
at_fork.9
atomic.9
bios.9
boot.9
BUF_LOCK.9
BUF_LOCKFREE.9
BUF_LOCKINIT.9
BUF_REFCNT.9
BUF_TIMELOCK.9
BUF_UNLOCK.9
buf.9
bus_alloc_resource.9
bus_generic_attach.9
bus_generic_detach.9
bus_generic_print_child.9
bus_generic_read_ivar.9
bus_generic_shutdown.9
BUS_PRINT_CHILD.9
BUS_READ_IVAR.9
bus_release_resource.9
BUS_SETUP_INTR.9
byteorder.9 Document bswap16(), bswap32(), and bswap64(). Change the included 2002-04-29 17:02:51 +00:00
cd.9 Removed 2 lines from the cd(9) manual page. 2002-04-15 06:02:58 +00:00
cdevsw_add.9
cdevsw_remove.9
condvar.9 Add mtx_pool(9) to the SEE ALSO section. 2002-03-28 12:51:06 +00:00
copy.9
critical_enter.9 Fix the prototypes for cpu_critical_exit and cpu_critical_enter and update 2002-04-12 05:06:38 +00:00
DECLARE_MODULE.9 The moduledata_t argument is not a pointer, and sysstem_sub_id should 2002-06-10 04:37:11 +00:00
DELAY.9
DEV_MODULE.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
device_add_child.9
DEVICE_ATTACH.9
device_delete_child.9
DEVICE_DETACH.9
device_enable.9
device_find_child.9
device_get_children.9
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_IDENTIFY.9 Plural bogon: s/childs/children/ 2002-03-16 18:07:07 +00:00
device_ids.9
device_probe_and_attach.9
DEVICE_PROBE.9 mdoc(7) police: macroize UNIX. 2002-03-18 10:43:49 +00:00
device_quiet.9
device_set_desc.9
device_set_flags.9
DEVICE_SHUTDOWN.9
device.9
devstat.9
devsw.9
devtoname.9
domain.9
DRIVER_MODULE.9
driver.9
extattr.9 More file system > filesystem 2002-05-16 05:21:58 +00:00
fetch.9
get_cyclecount.9 Fix required includes in accordance with recent source fixes. 2002-03-01 18:43:15 +00:00
getnewvnode.9 Start new sentence with newline. 2002-09-16 19:53:51 +00:00
groupmember.9
ifnet.9 Last missed bit of user-setable promisc mode. 2002-08-28 07:24:20 +00:00
inittodr.9 More file system > filesystem 2002-05-16 05:21:58 +00:00
intro.9
ithread.9 Language clarification: s/an or/a/ 2002-02-18 00:21:05 +00:00
jumbo.9 At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
KASSERT.9
kernacc.9
kobj.9
kthread.9
ktr.9
lock.9 Update the prototype for lockinit to reflect that wmesg is a const char *. 2002-04-12 05:16:27 +00:00
make_dev.9 The routine is dev_depends(); consistently spell it that way. 2002-02-11 01:21:29 +00:00
Makefile link in the man page for thread_exit 2002-07-08 17:52:00 +00:00
malloc.9 mdoc(7) police: fixed some wording, kill whitespace at EOL. 2002-03-18 10:52:09 +00:00
mbchain.9
mbuf.9
MD5.9
mdchain.9
mi_switch.9 mdoc(7) police: tidy up formatting. 2002-08-13 14:51:17 +00:00
microseq.9
microtime.9
microuptime.9
MODULE_DEPEND.9
MODULE_VERSION.9
module.9
mtx_pool.9 mdoc(7) police: minor markup nits. 2002-05-30 13:33:59 +00:00
mutex.9 Document MTX_DUPOK 2002-06-06 19:08:11 +00:00
namei.9 Mention SAVENAME and SAVESTART in the namei(9) operation flag description 2002-07-23 13:16:36 +00:00
panic.9
pbuf.9
pfil.9
pfind.9
pgfind.9 Note the the process group is returned locked. 2002-02-28 07:06:31 +00:00
physio.9 mdoc(7) police: tidy up. 2002-03-18 10:59:58 +00:00
posix4.9
printf.9
pseudofs.9
psignal.9
random_harvest.9 Add sys/types.h to the list of required includes. 2002-04-12 05:23:16 +00:00
random.9 Update the prototype for read_random to reflect that the count parameter 2002-04-12 05:19:12 +00:00
resettodr.9
resource_int_value.9
resource_query_string.9
rijndael.9 Add sys/types.h to the list of required includes. 2002-04-12 05:23:16 +00:00
rtalloc.9
rtentry.9 Grammar bogon: s/structure a route/structure of a route/ 2002-03-14 18:43:09 +00:00
runqueue.9
sbuf.9
scheduler.9 Update the prototype for maybe_resched to take a thread not a ksegrp. 2002-04-12 06:03:47 +00:00
selrecord.9 mdoc(7) police: minor markup nits. 2002-05-30 13:33:59 +00:00
sema.9 Add mtx_pool(9) to the SEE ALSO section. 2002-03-28 12:51:06 +00:00
signal.9 Note that siginit() does not cause every signal to be ignored only the 2002-09-07 06:07:55 +00:00
sleep.9 mdoc(7) police: macroize UNIX. 2002-03-18 10:43:49 +00:00
sleepqueue.9
spl.9 Document what splnet and splimp are in FreeBSD 2002-07-01 22:08:43 +00:00
store.9
style.9 Add a paragraph which should clarify the separation of asterisks 2002-09-10 14:48:38 +00:00
suser.9 - Update to new suser() API. 2002-04-02 16:41:11 +00:00
swi.9 Typo: s/conjuction/conjunction/ 2002-03-16 18:10:40 +00:00
sx.9 mdoc(7) police: lint. 2002-05-29 18:00:23 +00:00
SYSCALL_MODULE.9
sysctl_add_oid.9
sysctl_ctx_init.9
taskqueue.9 mdoc(7) police: Kill the (now extraneous) empty line. Previously, 2002-03-15 12:04:49 +00:00
thread_exit.9 Add a man page. Style comments welcome. I have a bunch-o-new-pages 2002-07-08 07:51:20 +00:00
time.9
timeout.9
tvtohz.9
ucred.9 mdoc(7) police: typos. 2002-08-13 14:57:33 +00:00
uidinfo.9 mdoc(7) police: nits. 2002-08-13 15:01:26 +00:00
uio.9 Remove references to UIO_USERISPACE which no longer exists. 2002-06-20 07:09:24 +00:00
vaccess_acl_posix1e.9
vaccess.9 More file system > filesystem 2002-05-16 05:21:58 +00:00
vcount.9 Update function definitions and required include files to reflect 2001-12-26 23:14:04 +00:00
vflush.9
vfs_busy.9
VFS_CHECKEXP.9 More file system > filesystem 2002-05-16 05:21:58 +00:00
VFS_FHTOVP.9
vfs_getnewfsid.9
vfs_getvfs.9
VFS_INIT.9
vfs_mount.9
VFS_MOUNT.9
vfs_mountedon.9
VFS_QUOTACTL.9
VFS_ROOT.9
vfs_rootmountalloc.9
VFS_SET.9
VFS_START.9
VFS_STATFS.9
VFS_SYNC.9
vfs_timestamp.9
vfs_unbusy.9
VFS_UNMOUNT.9
vfs_unmountall.9 Remove a repeated word. 2002-08-25 07:13:05 +00:00
VFS_VGET.9 Document the new flags parameter. 2002-04-12 04:23:22 +00:00
VFS_VPTOFH.9
VFS.9 Typo; s/Filesytems/Filesystems/ 2002-03-16 17:26:07 +00:00
vfsconf.9
vget.9
vgone.9
vhold.9
vinvalbuf.9
vm_page_alloc.9 mdoc(7) police: pedantry. 2002-03-18 11:08:53 +00:00
vm_page_bits.9
vm_page_cache.9
vm_page_copy.9
vm_page_deactivate.9
vm_page_dontneed.9
vm_page_flag.9
vm_page_free.9
vm_page_grab.9
vm_page_hold.9 Fix typo and change Fn to Xr. 2002-04-05 08:05:11 +00:00
vm_page_insert.9
vm_page_io.9
vm_page_lookup.9
vm_page_protect.9
vm_page_rename.9
vm_page_sleep_busy.9
vm_page_unmanage.9
vm_page_wakeup.9
vm_page_wire.9
vm_page_zero_fill.9
vm_set_page_size.9
vn_isdisk.9
vnode.9 More file system > filesystem 2002-05-16 05:21:58 +00:00
VOP_ACCESS.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_ACLCHECK.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_ADVLOCK.9
VOP_ATTRIB.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_BWRITE.9
VOP_CREATE.9
VOP_FSYNC.9 mdoc(7) police: remove whitespace at EOL. 2002-03-28 12:57:48 +00:00
VOP_GETACL.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_GETEXTATTR.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_GETPAGES.9
VOP_GETVOBJECT.9
VOP_INACTIVE.9
VOP_IOCTL.9 mdoc(7) police: remove whitespace at EOL. 2002-03-28 12:57:48 +00:00
VOP_LEASE.9
VOP_LINK.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_LOCK.9
VOP_LOOKUP.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_OPENCLOSE.9
VOP_PATHCONF.9
VOP_PRINT.9
VOP_RDWR.9
VOP_READDIR.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_READLINK.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_REALLOCBLKS.9
VOP_REMOVE.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_RENAME.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_REVOKE.9 mdoc(7) police: tidy up. 2002-03-18 16:40:07 +00:00
VOP_SETACL.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_SETEXTATTR.9 Style and markup changes only. 2002-09-18 09:34:01 +00:00
VOP_STRATEGY.9
VOP_VPTOFH.9
vput.9
vref.9
vrele.9
vslock.9
zero_copy.9 Fix typo. 2002-08-15 13:11:35 +00:00
zone.9 mdoc(7) police: Fix SYNOPSIS, bump document date. 2002-05-30 11:37:39 +00:00