diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-12-11 14:29:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-12-11 14:29:43 +0000 |
commit | 311b0fc8b942ce3f2357e9db445418dc613a78c1 (patch) | |
tree | a172dcf59ba006d9447bf066a5a91c39d50920e2 /share/man/man9/Makefile | |
parent | e88601769a9be2363adc54a567c35a8e1ffa7a66 (diff) |
according to kaspars bankovskis, allocbuf was removed in -r1.88
of sys/kern/vfs_bio.c;
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index b6c620e368c..44f0fd4893b 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.224 2014/12/10 15:29:52 mikeb Exp $ +# $OpenBSD: Makefile,v 1.225 2014/12/11 14:29:42 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. @@ -70,7 +70,7 @@ MLINKS+=buffercache.9 bread.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 brelse.9 \ buffercache.9 biodone.9 buffercache.9 biowait.9 MLINKS+=bufq_init.9 bufq_switch.9 bufq_init.9 bufq_destroy.9 \ bufq_init.9 bufq_queue.9 bufq_init.9 bufq_dequeue.9 \ |