Use the Er macro for error numbers.
[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.26 2005/12/27 22:45:23 swildner 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 bufcache.9 \
18         bus_dma.9 \
19         cd.9 copy.9 \
20         crypto.9 devstat.9 \
21         devtoname.9 fetch.9 \
22         hash.9 \
23         ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \
24         ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \
25         ieee80211_radiotap.9 \
26         ifnet.9 inittodr.9 intro.9 kernacc.9 ktr.9 lock.9 \
27         malloc.9 make_dev.9 mbuf.9 microseq.9 mi_switch.9 module.9 \
28         nlookup.9 \
29         panic.9 pci.9 pfil.9 physio.9 posix4.9 psignal.9 \
30         resettodr.9 \
31         rman.9 \
32         rtalloc.9 rtentry.9 sleep.9 spl.9 \
33         store.9 style.9 suser.9 time.9 timeout.9 uio.9 \
34         vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9 \
35         microtime.9 microuptime.9 tvtohz.9
36
37 MAN+=   device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
38         device_find_child.9 device_get_children.9 \
39         device_get_devclass.9 device_get_driver.9 \
40         device_get_ivars.9 device_get_softc.9 device_get_state.9 \
41         device_get_unit.9 device_probe_and_attach.9 device_quiet.9 \
42         device_set_desc.9 device_set_flags.9 driver.9 \
43         devclass.9 devclass_add_driver.9 devclass_find.9 \
44         devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 \
45         devclass_get_name.9 devclass_get_softc.9 \
46         DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 \
47         DEVICE_SHUTDOWN.9 \
48         DRIVER_MODULE.9 BUS_PRINT_CHILD.9 BUS_SETUP_INTR.9 \
49         BUS_READ_IVAR.9 \
50         bus_generic_attach.9 bus_generic_detach.9 bus_generic_map_intr.9 \
51         bus_generic_print_child.9 bus_generic_read_ivar.9 \
52         bus_generic_shutdown.9 \
53         bus_alloc_resource.9 bus_release_resource.9 \
54         VOP_ACLCHECK.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_SETACL.9 \
55         VOP_SETEXTATTR.9 acl.9 extattr.9 \
56         sbuf.9 sysctl_add_oid.9 sysctl_ctx_init.9 vfs_unmountall.9 \
57         vn_fullpath.9 \
58         zone.9
59
60 MLINKS+=DRIVER_MODULE.9 MULTI_DRIVER_MODULE.9
61 MLINKS+=KASSERT.9 KKASSERT.9
62 MLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
63 MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
64 MLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
65 MLINKS+=VOP_CREATE.9 VOP_MKDIR.9
66 MLINKS+=VOP_CREATE.9 VOP_MKNOD.9
67 MLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
68 MLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
69 MLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
70 MLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
71 MLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
72 MLINKS+=VOP_LOCK.9 vn_lock.9
73 MLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
74 MLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
75 MLINKS+=VOP_RDWR.9 VOP_READ.9
76 MLINKS+=VOP_RDWR.9 VOP_WRITE.9
77 MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
78 MLINKS+=accept_filter.9 accept_filt_add.9
79 MLINKS+=accept_filter.9 accept_filt_del.9
80 MLINKS+=accept_filter.9 accept_filt_generic_mod_event.9
81 MLINKS+=accept_filter.9 accept_filt_get.9
82 MLINKS+=at_exit.9 rm_at_exit.9
83 MLINKS+=at_fork.9 rm_at_fork.9
84 MLINKS+=bios.9 bios32.9
85 MLINKS+=bios.9 bios32_SDlookup.9
86 MLINKS+=bios.9 bios_sigsearch.9
87 MLINKS+=bufcache.9 bread.9
88 MLINKS+=bufcache.9 bwrite.9
89 MLINKS+=bufcache.9 bufinit.9
90 MLINKS+=bus_alloc_resource.9 bus_alloc_resource_any.9
91 MLINKS+=bus_dma.9 busdma.9
92 MLINKS+=bus_dma.9 bus_dma_tag_create.9
93 MLINKS+=bus_dma.9 bus_dma_tag_destroy.9
94 MLINKS+=bus_dma.9 bus_dmamap_create.9
95 MLINKS+=bus_dma.9 bus_dmamap_destroy.9
96 MLINKS+=bus_dma.9 bus_dmamap_load.9
97 MLINKS+=bus_dma.9 bus_dmamap_load_mbuf.9
98 MLINKS+=bus_dma.9 bus_dmamap_load_uio.9
99 MLINKS+=bus_dma.9 bus_dmamap_sync.9
100 MLINKS+=bus_dma.9 bus_dmamap_unload.9
101 MLINKS+=bus_dma.9 bus_dmamem_alloc.9
102 MLINKS+=bus_dma.9 bus_dmamem_free.9
103 MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
104 MLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9
105 MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
106 MLINKS+=devstat.9 devstat_end_transaction.9
107 MLINKS+=devstat.9 devstat_end_transaction_buf.9
108 MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
109 MLINKS+=hash.9 hashinit.9 hash.9 phashinit.9
110 MLINKS+=ieee80211.9 ieee80211_attach.9 \
111     ieee80211.9 ieee80211_chan2ieee.9 \
112         ieee80211.9 ieee80211_chan2mode.9 \
113         ieee80211.9 ieee80211_ieee2mhz.9 \
114         ieee80211.9 ieee80211_ifattach.9 \
115         ieee80211.9 ieee80211_ifdetach.9 \
116         ieee80211.9 ieee80211_media2rate.9 \
117         ieee80211.9 ieee80211_media_change.9 \
118         ieee80211.9 ieee80211_media_init.9 \
119         ieee80211.9 ieee80211_media_status.9 \
120         ieee80211.9 ieee80211_mhz2ieee.9 \
121         ieee80211.9 ieee80211_rate2media.9 \
122         ieee80211.9 ieee80211_setmode.9 \
123         ieee80211.9 ieee80211_watchdog.9
124 MLINKS+=ieee80211_crypto.9 ieee80211_crypto_attach.9 \
125     ieee80211_crypto.9 ieee80211_crypto_detach.9 \
126         ieee80211_crypto.9 ieee80211_wep_crypt.9
127 MLINKS+=ieee80211_input.9 ieee80211_decap.9 \
128         ieee80211_input.9 ieee80211_recv_mgmt.9
129 MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \
130         ieee80211_ioctl.9 ieee80211_cfgset.9
131 MLINKS+=ieee80211_node.9 ieee80211_alloc_node.9 \
132     ieee80211_node.9 ieee80211_begin_scan.9 \
133         ieee80211_node.9 ieee80211_create_ibss.9 \
134         ieee80211_node.9 ieee80211_dup_bss.9 \
135         ieee80211_node.9 ieee80211_end_scan.9 \
136         ieee80211_node.9 ieee80211_find_node.9 \
137         ieee80211_node.9 ieee80211_free_allnodes.9 \
138         ieee80211_node.9 ieee80211_free_node.9 \
139         ieee80211_node.9 ieee80211_iterate_nodes.9 \
140         ieee80211_node.9 ieee80211_lookup_node.9 \
141         ieee80211_node.9 ieee80211_next_scan.9 \
142         ieee80211_node.9 ieee80211_node_attach.9 \
143         ieee80211_node.9 ieee80211_node_detach.9 \
144         ieee80211_node.9 ieee80211_node_lateattach.9 \
145         ieee80211_node.9 ieee80211_timeout_nodes.9
146 MLINKS+=ieee80211_output.9 ieee80211_add_rates.9 \
147         ieee80211_output.9 ieee80211_add_xrates.9 \
148         ieee80211_output.9 ieee80211_encap.9 \
149         ieee80211_output.9 ieee80211_send_mgmt.9
150 MLINKS+=ieee80211_proto.9 ieee80211_dump_pkt.9 \
151         ieee80211_proto.9 ieee80211_fix_rate.9 \
152         ieee80211_proto.9 ieee80211_print_essid.9 \
153         ieee80211_proto.9 ieee80211_proto_attach.9 \
154         ieee80211_proto.9 ieee80211_proto_detach.9
155 MLINKS+=ieee80211_radiotap.9 radiotap.9
156 MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
157 MLINKS+=kernacc.9 useracc.9
158 MLINKS+=make_dev.9 destroy_dev.9
159 MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
160 MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9
161 MLINKS+=malloc.9 MALLOC_DEFINE.9 malloc.9 MALLOC_DECLARE.9
162 MLINKS+=mi_switch.9 cpu_switch.9
163 MLINKS+=pci.9 pci_read_config.9 pci.9 pci_write_config.9
164 MLINKS+=pci.9 pci_enable_busmaster.9 pci.9 pci_disable_busmaster.9
165 MLINKS+=pci.9 pci_enable_io.9 pci.9 pci_disable_io.9
166 MLINKS+=pci.9 pci_get_powerstate.9 pci.9 pci_set_powerstate.9
167 MLINKS+=pci.9 pci_find_bsf.9 pci.9 pci_find_device.9
168 MLINKS+=posix4.9 p1003_1b.9
169 MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
170 MLINKS+=rman.9 rman_activate_resource.9
171 MLINKS+=rman.9 rman_await_resource.9
172 MLINKS+=rman.9 rman_deactivate_resource.9
173 MLINKS+=rman.9 rman_fini.9
174 MLINKS+=rman.9 rman_get_bushandle.9
175 MLINKS+=rman.9 rman_get_bustag.9
176 MLINKS+=rman.9 rman_get_device.9
177 MLINKS+=rman.9 rman_get_end.9
178 MLINKS+=rman.9 rman_get_flags.9
179 #MLINKS+=rman.9 rman_get_rid.9
180 MLINKS+=rman.9 rman_get_size.9
181 MLINKS+=rman.9 rman_get_start.9
182 MLINKS+=rman.9 rman_get_virtual.9
183 MLINKS+=rman.9 rman_init.9
184 MLINKS+=rman.9 rman_make_alignment_flags.9
185 MLINKS+=rman.9 rman_manage_region.9
186 MLINKS+=rman.9 rman_release_resource.9
187 MLINKS+=rman.9 rman_reserve_resource.9
188 #MLINKS+=rman.9 rman_reserve_resource_bound.9
189 MLINKS+=rman.9 rman_set_bushandle.9
190 MLINKS+=rman.9 rman_set_bustag.9
191 #MLINKS+=rman.9 rman_set_rid.9
192 MLINKS+=rman.9 rman_set_virtual.9
193 MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
194 MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
195 MLINKS+=sleep.9 asleep.9 sleep.9 await.9
196 MLINKS+=buf.9 bp.9
197 MLINKS+=spl.9 spl0.9
198 MLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
199 MLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
200 MLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
201 MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
202 MLINKS+=suser.9 suser_cred.9
203 MLINKS+=suser.9 suser_proc.9
204 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
205 MLINKS+=timeout.9 untimeout.9
206 MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9
207 MLINKS+=timeout.9 callout_stop.9 timeout.9 callout_reset.9
208 MLINKS+=uio.9 uiomove.9
209 MLINKS+=vref.9 VREF.9
210 MLINKS+=vslock.9 vsunlock.9
211
212 MLINKS+=device_add_child.9 device_add_child_ordered.9
213 MLINKS+=device_enable.9 device_disable.9
214 MLINKS+=device_enable.9 device_is_enabled.9
215 MLINKS+=device_get_state.9 device_busy.9
216 MLINKS+=device_get_state.9 device_unbusy.9
217 MLINKS+=device_get_state.9 device_is_alive.9
218 MLINKS+=device_quiet.9 device_verbose.9
219 MLINKS+=device_quiet.9 device_is_quiet.9
220 MLINKS+=device_set_desc.9 device_get_desc.9
221 MLINKS+=device_set_desc.9 device_set_desc_copy.9
222 MLINKS+=device_set_flags.9 device_get_flags.9
223 MLINKS+=devclass_add_driver.9 devclass_delete_driver.9
224 MLINKS+=devclass_add_driver.9 devclass_find_driver.9
225 MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
226 MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
227
228 MLINKS+=ktr.9 CTR0.9
229 MLINKS+=ktr.9 CTR1.9
230 MLINKS+=ktr.9 CTR2.9
231 MLINKS+=ktr.9 CTR3.9
232 MLINKS+=ktr.9 CTR4.9
233 MLINKS+=ktr.9 CTR5.9
234 MLINKS+=ktr.9 CTR6.9
235
236 MLINKS+=lock.9 lockcount.9
237 MLINKS+=lock.9 lockcountnb.9
238 MLINKS+=lock.9 lockinit.9
239 MLINKS+=lock.9 lockmgr.9
240 MLINKS+=lock.9 lockmgr_printinfo.9
241 MLINKS+=lock.9 lockstatus.9
242
243 MLINKS+=microtime.9 getmicrotime.9 microtime.9 nanotime.9
244 MLINKS+=microtime.9 getnanotime.9
245 MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
246 MLINKS+=microuptime.9 getnanouptime.9
247
248 MLINKS+=nlookup.9 nlookup_init.9
249 MLINKS+=nlookup.9 nlookup_init_raw.9
250 MLINKS+=nlookup.9 nlookup_set_cred.9
251 MLINKS+=nlookup.9 nlookup_zero.9
252 MLINKS+=nlookup.9 nlookup_done.9
253 MLINKS+=nlookup.9 nlookup_simple.9
254 MLINKS+=nlookup.9 nlookup_mp.9
255 MLINKS+=nlookup.9 nreadsymlink.9
256 MLINKS+=nlookup.9 naccess.9
257 MLINKS+=nlookup.9 naccess_va.9
258 MLINKS+=nlookup.9 namei.9
259
260 MLINKS+=pfil.9 pfil_hook_get.9
261 MLINKS+=pfil.9 pfil_add_hook.9
262 MLINKS+=pfil.9 pfil_remove_hook.9
263 MLINKS+=pfil.9 pfil_head_register.9
264 MLINKS+=pfil.9 pfil_head_unregister.9
265 MLINKS+=pfil.9 pfil_head_get.9
266 MLINKS+=pfil.9 pfil_run_hooks.9
267
268 MLINKS+=sysctl_add_oid.9 sysctl_remove_oid.9
269 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OID.9
270 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_NODE.9
271 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRING.9
272 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_INT.9
273 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_UINT.9
274 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_LONG.9
275 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_ULONG.9
276 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OPAQUE.9
277 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_STRUCT.9
278 MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_PROC.9
279 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_free.9
280 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9
281 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_del.9
282 MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_find.9
283
284 MLINKS+=sbuf.9 sbuf_new.9
285 MLINKS+=sbuf.9 sbuf_clear.9
286 MLINKS+=sbuf.9 sbuf_setpos.9
287 MLINKS+=sbuf.9 sbuf_cat.9
288 MLINKS+=sbuf.9 sbuf_cpy.9
289 MLINKS+=sbuf.9 sbuf_printf.9
290 MLINKS+=sbuf.9 sbuf_vprintf.9
291 MLINKS+=sbuf.9 sbuf_putc.9
292 MLINKS+=sbuf.9 sbuf_trim.9
293 MLINKS+=sbuf.9 sbuf_overflowed.9
294 MLINKS+=sbuf.9 sbuf_finish.9
295 MLINKS+=sbuf.9 sbuf_data.9
296 MLINKS+=sbuf.9 sbuf_len.9
297 MLINKS+=sbuf.9 sbuf_delete.9
298 MLINKS+=sbuf.9 sbuf_bcat.9
299 MLINKS+=sbuf.9 sbuf_bcopyin.9
300 MLINKS+=sbuf.9 sbuf_bcpy.9
301 MLINKS+=sbuf.9 sbuf_copyin.9
302
303 MLINKS+=zone.9 zalloc.9
304 MLINKS+=zone.9 zfree.9
305 MLINKS+=zone.9 zinit.9
306 MLINKS+=zone.9 zinitna.9
307 MLINKS+=zone.9 zbootinit.9
308
309 .include <bsd.prog.mk>