diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-22 21:26:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-22 21:26:03 +0000 |
commit | 83da2c5dda627d1bd611ee81cde97d97dbcf7f72 (patch) | |
tree | 8b2520a1ddd9b069acb5ee59bea8b93c90bb5fbe /share/man/man9/Makefile | |
parent | 47d52504e3c20272f538983537a993db3d04e36b (diff) |
buffercache.9 man page from netbsd, ported by sven dehmlow, +mlinks;
some tidy up from myself;
ok tedu@ deraadt@
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 3422079cfa3..65f9d0cd7c2 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.81 2004/09/19 23:22:29 jaredy Exp $ +# $OpenBSD: Makefile,v 1.82 2004/09/22 21:26:02 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. -MAN= altq.9 audio.9 autoconf.9 boot.9 bus_dma.9 bus_space.9 \ +MAN= altq.9 audio.9 autoconf.9 boot.9 buffercache.9 bus_dma.9 bus_space.9 \ copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \ dohooks.9 dopowerhooks.9 doshutdownhooks.9 dostartuphooks.9 \ extattr.9 file.9 \ @@ -28,7 +28,12 @@ MLINKS+=autoconf.9 config_init.9 autoconf.9 config_search.9 \ autoconf.9 config_attach.9 autoconf.9 config_detach.9 \ autoconf.9 config_activate.9 autoconf.9 config_deactivate.9 \ autoconf.9 config_defer.9 - +MLINKS+=buffercache.9 bread.9 buffercache.9 breada.9 buffercache.9 breadn.9 \ + buffercache.9 bwrite.9 buffercache.9 bawrite.9 \ + buffercache.9 bdwrite.9 buffercache.9 getblk.9 \ + buffercache.9 geteblk.9 buffercache.9 incore.9 \ + buffercache.9 allocbuf.9 buffercache.9 brelse.9 \ + buffercache.9 biodone.9 buffercache.9 biowait.9 MLINKS+=bus_dma.9 bus_dmamap_create.9 bus_dma.9 bus_dmamap_destroy.9 \ bus_dma.9 bus_dmamap_load.9 bus_dma.9 bus_dmamap_load_mbuf.9 \ bus_dma.9 bus_dmamap_load_uio.9 bus_dma.9 bus_dmamap_load_raw.9 \ |