Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / share / man / man9 / Makefile
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.15 2004/12/22 07:12:24 hmp Exp $
3
4 MAN=    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 ktr.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
35 MAN+=   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
58 MLINKS+=DRIVER_MODULE.9 MULTI_DRIVER_MODULE.9
59 MLINKS+=KASSERT.9 KKASSERT.9
60 MLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
61 MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
62 MLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
63 MLINKS+=VOP_CREATE.9 VOP_MKDIR.9
64 MLINKS+=VOP_CREATE.9 VOP_MKNOD.9
65 MLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
66 MLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
67 MLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
68 MLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
69 MLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
70 MLINKS+=VOP_LOCK.9 vn_lock.9
71 MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
72 MLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
73 MLINKS+=VOP_RDWR.9 VOP_READ.9
74 MLINKS+=VOP_RDWR.9 VOP_WRITE.9
75 MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
76 MLINKS+=at_exit.9 rm_at_exit.9
77 MLINKS+=at_fork.9 rm_at_fork.9
78 MLINKS+=bus_alloc_resource.9 bus_alloc_resource_any.9
79 MLINKS+=bus_dma.9 busdma.9
80 MLINKS+=bus_dma.9 bus_dma_tag_create.9
81 MLINKS+=bus_dma.9 bus_dma_tag_destroy.9
82 MLINKS+=bus_dma.9 bus_dmamap_create.9
83 MLINKS+=bus_dma.9 bus_dmamap_destroy.9
84 MLINKS+=bus_dma.9 bus_dmamap_load.9
85 MLINKS+=bus_dma.9 bus_dmamap_load_mbuf.9
86 MLINKS+=bus_dma.9 bus_dmamap_load_uio.9
87 MLINKS+=bus_dma.9 bus_dmamap_sync.9
88 MLINKS+=bus_dma.9 bus_dmamap_unload.9
89 MLINKS+=bus_dma.9 bus_dmamem_alloc.9
90 MLINKS+=bus_dma.9 bus_dmamem_free.9
91 MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
92 MLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9
93 MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
94 MLINKS+=devstat.9 devstat_end_transaction.9
95 MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
96 MLINKS+=hash.9 hashinit.9 hash.9 phashinit.9
97 MLINKS+=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
111 MLINKS+=ieee80211_crypto.9 ieee80211_crypto_attach.9 \
112     ieee80211_crypto.9 ieee80211_crypto_detach.9 \
113         ieee80211_crypto.9 ieee80211_wep_crypt.9
114 MLINKS+=ieee80211_input.9 ieee80211_decap.9 \
115         ieee80211_input.9 ieee80211_recv_mgmt.9
116 MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \
117         ieee80211_ioctl.9 ieee80211_cfgset.9
118 MLINKS+=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
133 MLINKS+=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
137 MLINKS+=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
142 MLINKS+=ieee80211_radiotap.9 radiotap.9
143 MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
144 MLINKS+=kernacc.9 useracc.9
145 MLINKS+=make_dev.9 destroy_dev.9
146 MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
147 MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9
148 MLINKS+=mi_switch.9 cpu_switch.9
149 MLINKS+=pci.9 pci_read_config.9 pci.9 pci_write_config.9
150 MLINKS+=pci.9 pci_enable_busmaster.9 pci.9 pci_disable_busmaster.9
151 MLINKS+=pci.9 pci_enable_io.9 pci.9 pci_disable_io.9
152 MLINKS+=pci.9 pci_get_powerstate.9 pci.9 pci_set_powerstate.9
153 MLINKS+=pci.9 pci_find_bsf.9 pci.9 pci_find_device.9
154 MLINKS+=posix4.9 p1003_1b.9
155 MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
156 MLINKS+=rman.9 rman_activate_resource.9
157 MLINKS+=rman.9 rman_await_resource.9
158 MLINKS+=rman.9 rman_deactivate_resource.9
159 MLINKS+=rman.9 rman_fini.9
160 MLINKS+=rman.9 rman_fini.9
161 MLINKS+=rman.9 rman_get_bushandle.9
162 MLINKS+=rman.9 rman_get_bustag.9
163 MLINKS+=rman.9 rman_get_end.9
164 MLINKS+=rman.9 rman_get_flags.9
165 #MLINKS+=rman.9 rman_get_rid.9
166 MLINKS+=rman.9 rman_get_size.9
167 MLINKS+=rman.9 rman_get_start.9
168 MLINKS+=rman.9 rman_get_virtual.9
169 MLINKS+=rman.9 rman_init.9
170 MLINKS+=rman.9 rman_make_alignment_flags.9
171 MLINKS+=rman.9 rman_manage_region.9
172 MLINKS+=rman.9 rman_release_resource.9
173 MLINKS+=rman.9 rman_reserve_resource.9
174 #MLINKS+=rman.9 rman_reserve_resource_bound.9
175 MLINKS+=rman.9 rman_set_bushandle.9
176 MLINKS+=rman.9 rman_set_bustag.9
177 #MLINKS+=rman.9 rman_set_rid.9
178 MLINKS+=rman.9 rman_set_virtual.9
179 MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
180 MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
181 MLINKS+=sleep.9 asleep.9 sleep.9 await.9
182 MLINKS+=buf.9 bp.9
183 MLINKS+=spl.9 spl0.9
184 MLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
185 MLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
186 MLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
187 MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
188 MLINKS+=suser.9 suser_xxx.9
189 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
190 MLINKS+=timeout.9 untimeout.9
191 MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9
192 MLINKS+=timeout.9 callout_stop.9 timeout.9 callout_reset.9
193 MLINKS+=uio.9 uiomove.9
194 MLINKS+=vref.9 VREF.9
195 MLINKS+=vslock.9 vsunlock.9
196
197 MLINKS+=device_add_child.9 device_add_child_ordered.9
198 MLINKS+=device_enable.9 device_disable.9
199 MLINKS+=device_enable.9 device_is_enabled.9
200 MLINKS+=device_get_state.9 device_busy.9
201 MLINKS+=device_get_state.9 device_unbusy.9
202 MLINKS+=device_get_state.9 device_is_alive.9
203 MLINKS+=device_quiet.9 device_verbose.9
204 MLINKS+=device_quiet.9 device_is_quiet.9
205 MLINKS+=device_set_desc.9 device_get_desc.9
206 MLINKS+=device_set_desc.9 device_set_desc_copy.9
207 MLINKS+=device_set_flags.9 device_get_flags.9
208 MLINKS+=devclass_add_driver.9 devclass_delete_driver.9
209 MLINKS+=devclass_add_driver.9 devclass_find_driver.9
210 MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
211 MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
212
213 MLINKS+=lock.9 lockcount.9
214 MLINKS+=lock.9 lockcountnb.9
215 MLINKS+=lock.9 lockinit.9
216 MLINKS+=lock.9 lockmgr.9
217 MLINKS+=lock.9 lockmgr_printinfo.9
218 MLINKS+=lock.9 lockstatus.9
219
220 MLINKS+=microtime.9 getmicrotime.9 microtime.9 nanotime.9
221 MLINKS+=microtime.9 getnanotime.9
222 MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
223 MLINKS+=microuptime.9 getnanouptime.9
224
225 MLINKS+=sysctl_add_oid.9 sysctl_remove_oid.9
226 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OID.9
227 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_NODE.9
228 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRING.9
229 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_INT.9
230 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_UINT.9
231 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_LONG.9
232 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_ULONG.9
233 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OPAQUE.9
234 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRUCT.9
235 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_PROC.9
236 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_free.9
237 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9
238 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_del.9
239 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_find.9
240
241 MLINKS+=sbuf.9 sbuf_new.9
242 MLINKS+=sbuf.9 sbuf_clear.9
243 MLINKS+=sbuf.9 sbuf_setpos.9
244 MLINKS+=sbuf.9 sbuf_cat.9
245 MLINKS+=sbuf.9 sbuf_cpy.9
246 MLINKS+=sbuf.9 sbuf_printf.9
247 MLINKS+=sbuf.9 sbuf_vprintf.9
248 MLINKS+=sbuf.9 sbuf_putc.9
249 MLINKS+=sbuf.9 sbuf_trim.9
250 MLINKS+=sbuf.9 sbuf_overflowed.9
251 MLINKS+=sbuf.9 sbuf_finish.9
252 MLINKS+=sbuf.9 sbuf_data.9
253 MLINKS+=sbuf.9 sbuf_len.9
254 MLINKS+=sbuf.9 sbuf_delete.9
255
256 MLINKS+=zone.9 zalloc.9
257 MLINKS+=zone.9 zfree.9
258 MLINKS+=zone.9 zinit.9
259 MLINKS+=zone.9 zinitna.9
260 MLINKS+=zone.9 zbootinit.9
261
262 .include <bsd.prog.mk>