diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-01-29 16:47:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-01-29 16:47:26 +0000 |
commit | c6100f3ac61725527e87f99b62fd57aabe3641fb (patch) | |
tree | 1352e316856437a2f9348a27ebb11635f6f80e1c /share/man/man9/Makefile | |
parent | 87fb605ec0cfe5787ef1626282b69fe4f07e1d6e (diff) |
Add some kernel socket documentation. Originally from FreeBSD with some
tweaks by me to match the OpenBSD reality. Additional help from jmc@
ja ja ja dlg@ and OK blambert@
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index d12b74319ec..bbc1af62bf5 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.148 2009/01/15 17:35:48 oga Exp $ +# $OpenBSD: Makefile,v 1.149 2009/01/29 16:47:25 claudio Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -23,7 +23,7 @@ MAN= altq.9 aml_evalnode.9 atomic.9 audio.9 autoconf.9 bio_register.9 \ radio.9 random.9 rasops.9 ratecheck.9 resettodr.9 rssadapt.9 rwlock.9 \ sensor_attach.9 \ shutdownhook_establish.9 tsleep.9 spl.9 startuphook_establish.9 \ - style.9 syscall.9 systrace.9 sysctl_int.9 \ + socreate.9 style.9 syscall.9 systrace.9 sysctl_int.9 \ tc_init.9 time.9 timeout.9 tvtohz.9 uiomove.9 uvm.9 vfs.9 vfs_busy.9 \ vfs_cache.9 vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 \ vflushbuf.9 vget.9 vgone.9 vhold.9 vinvalbuf.9 vnode.9 vnsubr.9 \ @@ -273,7 +273,9 @@ MLINKS+=sensor_attach.9 sensordev_install.9 \ sensor_attach.9 sensor_task_register.9 \ sensor_attach.9 sensor_task_unregister.9 MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 -MLINKS+=tsleep.9 wakeup.9 tsleep.9 msleep.9 +MLINKS+=socreate.9 sobind.9 socreate.9 soclose.9 socreate.9 soconnect.9 \ + socreate.9 sogetopt.9 socreate.9 soreceive.9 socreate.9 sosetopt.9 \ + socreate.9 sosend.9 socreate.9 soshutdown.9 MLINKS+=spl.9 spl0.9 spl.9 splassert.9 spl.9 splbio.9 spl.9 splclock.9 \ spl.9 splhigh.9 spl.9 spllowersoftclock.9 \ spl.9 splnet.9 spl.9 splsched.9 spl.9 splserial.9 spl.9 splsoftclock.9 \ @@ -295,6 +297,7 @@ MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \ timeout.9 timeout_add_ts.9 timeout.9 timeout_add_bt.9 \ timeout.9 timeout_add_sec.9 timeout.9 timeout_add_usec.9 \ timeout.9 timeout_add_nsec.9 +MLINKS+=tsleep.9 wakeup.9 tsleep.9 msleep.9 MLINKS+=uiomove.9 uio.9 MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \ uvm.9 uvm_swap_init.9 uvm.9 uvm_map.9 uvm.9 uvm_map_pageable.9 \ |