diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2002-02-28 19:22:06 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2002-02-28 19:22:06 +0000 |
commit | 8675c1d90ff97458027cc576e2b9f82a64a6a38c (patch) | |
tree | 4995a534f0a39667a31031407378f9edb8aea20e /share/man/man9/Makefile | |
parent | d475b4ba1f9d756c4fd72bd6b2db27b4e633bf72 (diff) |
Check in some new vnode man page from FreeBSD. Thanks to Peter Werner
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index e2269294371..786d8255702 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2002/02/22 21:13:18 drahn Exp $ +# $OpenBSD: Makefile,v 1.48 2002/02/28 19:22:05 csapuntz Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -7,7 +7,7 @@ MAN= altq.9 audio.9 boot.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 \ - fetch.9 fork1.9 extent.9 \ + fetch.9 fork1.9 extent.9 getdevvp.9 getnewvnode.9 \ hardclock.9 hook_establish.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 \ kthread.9 malloc.9 mbuf.9 mbuf_tags.9 md5.9 microtime.9 \ panic.9 pfind.9 physio.9 \ @@ -16,6 +16,8 @@ MAN= altq.9 audio.9 boot.9 bus_dma.9 bus_space.9 copy.9 crypto.9 ctxsw.9 \ shutdownhook_establish.9 sleep.9 spl.9 startuphook_establish.9 \ store.9 style.9 \ time.9 timeout.9 tvtohz.9 uvm.9 \ + vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 vget.9 \ + vgone.9 vhold.9 vinvalbuf.9 vput.9 vref.9 vrele.9 \ vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \ vm_map_inherit.9 vm_map_protect.9 vnode.9 vn_lock.9 \ vwaitforio.9 vwaitforio.9 |