xref: /dragonfly/share/man/man9/Makefile (revision 43b4d1bd)
1# $FreeBSD: src/share/man/man9/Makefile,v 1.60.2.26 2003/06/13 01:04:17 hmp Exp $
2# $DragonFly: src/share/man/man9/Makefile,v 1.13 2004/07/27 14:50:56 hmp Exp $
3
4MAN=	DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \
5	MODULE_DEPEND.9 MODULE_VERSION.9 SPLASSERT.9 SYSCALL_MODULE.9 \
6	VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
7	VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
8	VFS_VGET.9 VFS_VPTOFH.9 VFS_CHECKEXP.9 \
9	VOP_ACCESS.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 \
10	VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 VOP_LEASE.9 \
11	VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
12	VOP_LOCK.9 VOP_LOOKUP.9 VOP_MMAP.9 VOP_OPENCLOSE.9 \
13	VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 \
14	VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \
15	VOP_STRATEGY.9 \
16	accf_data.9 accf_http.9 \
17	accept_filter.9 at_exit.9 at_fork.9 bios.9 boot.9 buf.9 bus_dma.9 \
18	cd.9 copy.9 \
19	crypto.9 devstat.9 \
20	devtoname.9 fetch.9 \
21	hash.9 \
22	ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \
23	ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \
24	ieee80211_radiotap.9 \
25	ifnet.9 inittodr.9 intro.9 kernacc.9 lock.9 \
26	malloc.9 make_dev.9 mbuf.9 microseq.9 mi_switch.9 module.9 namei.9 \
27	pci.9 panic.9 physio.9 posix4.9 psignal.9 \
28	resettodr.9 \
29	rman.9 \
30	rtalloc.9 rtentry.9 sleep.9 spl.9 \
31	store.9 style.9 suser.9 time.9 timeout.9 uio.9 \
32	vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9 \
33	microtime.9 microuptime.9 tvtohz.9
34
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 \
44	DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 \
45	DEVICE_SHUTDOWN.9 \
46	DRIVER_MODULE.9 BUS_PRINT_CHILD.9 BUS_SETUP_INTR.9 \
47	BUS_READ_IVAR.9 \
48	bus_generic_attach.9 bus_generic_detach.9 bus_generic_map_intr.9 \
49	bus_generic_print_child.9 bus_generic_read_ivar.9 \
50	bus_generic_shutdown.9 \
51	bus_alloc_resource.9 bus_release_resource.9 \
52	VOP_ACLCHECK.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_SETACL.9 \
53	VOP_SETEXTATTR.9 acl.9 extattr.9 \
54	sbuf.9 sysctl_add_oid.9 sysctl_ctx_init.9 vfs_unmountall.9 \
55	vn_fullpath.9 \
56	zone.9
57
58MLINKS+=DRIVER_MODULE.9 MULTI_DRIVER_MODULE.9
59MLINKS+=KASSERT.9 KKASSERT.9
60MLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
61MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
62MLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
63MLINKS+=VOP_CREATE.9 VOP_MKDIR.9
64MLINKS+=VOP_CREATE.9 VOP_MKNOD.9
65MLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
66MLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
67MLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
68MLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
69MLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
70MLINKS+=VOP_LOCK.9 vn_lock.9
71MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
72MLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
73MLINKS+=VOP_RDWR.9 VOP_READ.9
74MLINKS+=VOP_RDWR.9 VOP_WRITE.9
75MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
76MLINKS+=at_exit.9 rm_at_exit.9
77MLINKS+=at_fork.9 rm_at_fork.9
78MLINKS+=bus_alloc_resource.9 bus_alloc_resource_any.9
79MLINKS+=bus_dma.9 busdma.9
80MLINKS+=bus_dma.9 bus_dma_tag_create.9
81MLINKS+=bus_dma.9 bus_dma_tag_destroy.9
82MLINKS+=bus_dma.9 bus_dmamap_create.9
83MLINKS+=bus_dma.9 bus_dmamap_destroy.9
84MLINKS+=bus_dma.9 bus_dmamap_load.9
85MLINKS+=bus_dma.9 bus_dmamap_load_mbuf.9
86MLINKS+=bus_dma.9 bus_dmamap_load_uio.9
87MLINKS+=bus_dma.9 bus_dmamap_sync.9
88MLINKS+=bus_dma.9 bus_dmamap_unload.9
89MLINKS+=bus_dma.9 bus_dmamem_alloc.9
90MLINKS+=bus_dma.9 bus_dmamem_free.9
91MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
92MLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9
93MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
94MLINKS+=devstat.9 devstat_end_transaction.9
95MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
96MLINKS+=hash.9 hashinit.9 hash.9 phashinit.9
97MLINKS+=ieee80211.9 ieee80211_attach.9 \
98    ieee80211.9 ieee80211_chan2ieee.9 \
99	ieee80211.9 ieee80211_chan2mode.9 \
100	ieee80211.9 ieee80211_ieee2mhz.9 \
101	ieee80211.9 ieee80211_ifattach.9 \
102	ieee80211.9 ieee80211_ifdetach.9 \
103	ieee80211.9 ieee80211_media2rate.9 \
104	ieee80211.9 ieee80211_media_change.9 \
105	ieee80211.9 ieee80211_media_init.9 \
106	ieee80211.9 ieee80211_media_status.9 \
107	ieee80211.9 ieee80211_mhz2ieee.9 \
108	ieee80211.9 ieee80211_rate2media.9 \
109	ieee80211.9 ieee80211_setmode.9 \
110	ieee80211.9 ieee80211_watchdog.9
111MLINKS+=ieee80211_crypto.9 ieee80211_crypto_attach.9 \
112    ieee80211_crypto.9 ieee80211_crypto_detach.9 \
113	ieee80211_crypto.9 ieee80211_wep_crypt.9
114MLINKS+=ieee80211_input.9 ieee80211_decap.9 \
115	ieee80211_input.9 ieee80211_recv_mgmt.9
116MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \
117	ieee80211_ioctl.9 ieee80211_cfgset.9
118MLINKS+=ieee80211_node.9 ieee80211_alloc_node.9 \
119    ieee80211_node.9 ieee80211_begin_scan.9 \
120	ieee80211_node.9 ieee80211_create_ibss.9 \
121	ieee80211_node.9 ieee80211_dup_bss.9 \
122	ieee80211_node.9 ieee80211_end_scan.9 \
123	ieee80211_node.9 ieee80211_find_node.9 \
124	ieee80211_node.9 ieee80211_free_allnodes.9 \
125	ieee80211_node.9 ieee80211_free_node.9 \
126	ieee80211_node.9 ieee80211_iterate_nodes.9 \
127	ieee80211_node.9 ieee80211_lookup_node.9 \
128	ieee80211_node.9 ieee80211_next_scan.9 \
129	ieee80211_node.9 ieee80211_node_attach.9 \
130	ieee80211_node.9 ieee80211_node_detach.9 \
131	ieee80211_node.9 ieee80211_node_lateattach.9 \
132	ieee80211_node.9 ieee80211_timeout_nodes.9
133MLINKS+=ieee80211_output.9 ieee80211_add_rates.9 \
134	ieee80211_output.9 ieee80211_add_xrates.9 \
135	ieee80211_output.9 ieee80211_encap.9 \
136	ieee80211_output.9 ieee80211_send_mgmt.9
137MLINKS+=ieee80211_proto.9 ieee80211_dump_pkt.9 \
138	ieee80211_proto.9 ieee80211_fix_rate.9 \
139	ieee80211_proto.9 ieee80211_print_essid.9 \
140	ieee80211_proto.9 ieee80211_proto_attach.9 \
141	ieee80211_proto.9 ieee80211_proto_detach.9
142MLINKS+=ieee80211_radiotap.9 radiotap.9
143MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
144MLINKS+=kernacc.9 useracc.9
145MLINKS+=make_dev.9 destroy_dev.9
146MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
147MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9
148MLINKS+=mi_switch.9 cpu_switch.9
149MLINKS+=pci.9 pci_read_config.9 pci.9 pci_write_config.9
150MLINKS+=pci.9 pci_enable_busmaster.9 pci.9 pci_disable_busmaster.9
151MLINKS+=pci.9 pci_enable_io.9 pci.9 pci_disable_io.9
152MLINKS+=pci.9 pci_get_powerstate.9 pci.9 pci_set_powerstate.9
153MLINKS+=pci.9 pci_find_bsf.9 pci.9 pci_find_device.9
154MLINKS+=posix4.9 p1003_1b.9
155MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
156MLINKS+=rman.9 rman_activate_resource.9
157MLINKS+=rman.9 rman_await_resource.9
158MLINKS+=rman.9 rman_deactivate_resource.9
159MLINKS+=rman.9 rman_fini.9
160MLINKS+=rman.9 rman_fini.9
161MLINKS+=rman.9 rman_get_bushandle.9
162MLINKS+=rman.9 rman_get_bustag.9
163MLINKS+=rman.9 rman_get_end.9
164MLINKS+=rman.9 rman_get_flags.9
165#MLINKS+=rman.9 rman_get_rid.9
166MLINKS+=rman.9 rman_get_size.9
167MLINKS+=rman.9 rman_get_start.9
168MLINKS+=rman.9 rman_get_virtual.9
169MLINKS+=rman.9 rman_init.9
170MLINKS+=rman.9 rman_make_alignment_flags.9
171MLINKS+=rman.9 rman_manage_region.9
172MLINKS+=rman.9 rman_release_resource.9
173MLINKS+=rman.9 rman_reserve_resource.9
174#MLINKS+=rman.9 rman_reserve_resource_bound.9
175MLINKS+=rman.9 rman_set_bushandle.9
176MLINKS+=rman.9 rman_set_bustag.9
177#MLINKS+=rman.9 rman_set_rid.9
178MLINKS+=rman.9 rman_set_virtual.9
179MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
180MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
181MLINKS+=sleep.9 asleep.9 sleep.9 await.9
182MLINKS+=buf.9 bp.9
183MLINKS+=spl.9 spl0.9
184MLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
185MLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
186MLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
187MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
188MLINKS+=suser.9 suser_xxx.9
189MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
190MLINKS+=timeout.9 untimeout.9
191MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9
192MLINKS+=timeout.9 callout_stop.9 timeout.9 callout_reset.9
193MLINKS+=uio.9 uiomove.9
194MLINKS+=vref.9 VREF.9
195MLINKS+=vslock.9 vsunlock.9
196
197MLINKS+=device_add_child.9 device_add_child_ordered.9
198MLINKS+=device_enable.9 device_disable.9
199MLINKS+=device_enable.9 device_is_enabled.9
200MLINKS+=device_get_state.9 device_busy.9
201MLINKS+=device_get_state.9 device_unbusy.9
202MLINKS+=device_get_state.9 device_is_alive.9
203MLINKS+=device_quiet.9 device_verbose.9
204MLINKS+=device_quiet.9 device_is_quiet.9
205MLINKS+=device_set_desc.9 device_get_desc.9
206MLINKS+=device_set_desc.9 device_set_desc_copy.9
207MLINKS+=device_set_flags.9 device_get_flags.9
208MLINKS+=devclass_add_driver.9 devclass_delete_driver.9
209MLINKS+=devclass_add_driver.9 devclass_find_driver.9
210MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
211MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
212
213MLINKS+=lock.9 lockcount.9
214MLINKS+=lock.9 lockinit.9
215MLINKS+=lock.9 lockmgr.9
216MLINKS+=lock.9 lockmgr_printinfo.9
217MLINKS+=lock.9 lockstatus.9
218
219MLINKS+=microtime.9 getmicrotime.9 microtime.9 nanotime.9
220MLINKS+=microtime.9 getnanotime.9
221MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
222MLINKS+=microuptime.9 getnanouptime.9
223
224MLINKS+=sysctl_add_oid.9 sysctl_remove_oid.9
225MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OID.9
226MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_NODE.9
227MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRING.9
228MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_INT.9
229MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_UINT.9
230MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_LONG.9
231MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_ULONG.9
232MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OPAQUE.9
233MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRUCT.9
234MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_PROC.9
235MLINKS+=sysctl_ctx_init.9 sysctl_ctx_free.9
236MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9
237MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_del.9
238MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_find.9
239
240MLINKS+=sbuf.9 sbuf_new.9
241MLINKS+=sbuf.9 sbuf_clear.9
242MLINKS+=sbuf.9 sbuf_setpos.9
243MLINKS+=sbuf.9 sbuf_cat.9
244MLINKS+=sbuf.9 sbuf_cpy.9
245MLINKS+=sbuf.9 sbuf_printf.9
246MLINKS+=sbuf.9 sbuf_vprintf.9
247MLINKS+=sbuf.9 sbuf_putc.9
248MLINKS+=sbuf.9 sbuf_trim.9
249MLINKS+=sbuf.9 sbuf_overflowed.9
250MLINKS+=sbuf.9 sbuf_finish.9
251MLINKS+=sbuf.9 sbuf_data.9
252MLINKS+=sbuf.9 sbuf_len.9
253MLINKS+=sbuf.9 sbuf_delete.9
254
255MLINKS+=zone.9 zalloc.9
256MLINKS+=zone.9 zfree.9
257MLINKS+=zone.9 zinit.9
258MLINKS+=zone.9 zinitna.9
259MLINKS+=zone.9 zbootinit.9
260
261.include <bsd.prog.mk>
262