diff options
author | marius eriksen <marius@cvs.openbsd.org> | 2005-05-27 22:31:48 +0000 |
---|---|---|
committer | marius eriksen <marius@cvs.openbsd.org> | 2005-05-27 22:31:48 +0000 |
commit | 18408e30129fbf3f27003a7dd0929f625e3d1aa1 (patch) | |
tree | b18936502c94cb2d38692b15edc4f5edc4f5512d /share/man/man9/Makefile | |
parent | 31f8055b085fd079741585925f6667ffb573e611 (diff) |
add vnsubr(9) from NetBSD. add the more detailed vn_lock(9) text to it
and remove vn_lock.
ok tedu@
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 12a491361c4..dc029aa9fd5 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2005/05/10 04:38:45 msf Exp $ +# $OpenBSD: Makefile,v 1.93 2005/05/27 22:31:47 marius Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -25,8 +25,8 @@ MAN= altq.9 audio.9 autoconf.9 boot.9 buffercache.9 bus_dma.9 bus_space.9 \ tc_init.9 time.9 timeout.9 tvtohz.9 uiomove.9 uvm.9 vfs.9 \ vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 \ vflushbuf.9 vget.9 vgone.9 vhold.9 vinvalbuf.9 vput.9 vref.9 \ - vrele.9 vnode.9 VOP_LOOKUP.9 vn_lock.9 vrecycle.9 vwaitforio.9 \ - vwakeup.9 wdog_register.9 + vrele.9 vnode.9 VOP_LOOKUP.9 vrecycle.9 vnsubr.9 vwaitforio.9 \ + vwakeup.9 wdog_register.9 vnsubr.9 MLINKS+=autoconf.9 config_init.9 autoconf.9 config_search.9 \ autoconf.9 config_rootsearch.9 autoconf.9 config_found_sm.9 \ @@ -282,6 +282,11 @@ MLINKS+=kern.9 imax.9 kern.9 imin.9 kern.9 lmax.9 kern.9 lmin.9 \ kern.9 strcmp.9 kern.9 strncmp.9 kern.9 strncasecmp.9 \ kern.9 srandom.9 kern.9 getsn.9 +MLINKS+=vnsubr.9 vn_close.9 vnsubr.9 vn_default_error.9 vnsubr.9 vn_isunder.9 \ + vnsubr.9 vn_lock.9 vnsubr.9 vn_open.9 vnsubr.9 vn_rdrw.9 \ + vnsubr.9 vn_readdir.9 vnsubr.9 vn_stat.9 vnsubr.9 vn_writechk.9 \ + vnsubr.9 vn_marktext.9 + # VOP functions MLINKS+=VOP_LOOKUP.9 VOP_CREATE.9 VOP_LOOKUP.9 VOP_FSYNC.9 \ VOP_LOOKUP.9 VOP_GETEXTATTR.9 VOP_LOOKUP.9 VOP_ISLOCKED.9 \ @@ -294,4 +299,4 @@ MLINKS+=VOP_LOOKUP.9 VOP_CREATE.9 VOP_LOOKUP.9 VOP_FSYNC.9 \ VOP_LOOKUP.9 VOP_SYMLINK.9 VOP_LOOKUP.9 VOP_UNLOCK.9 \ VOP_LOOKUP.9 VOP_WHITEOUT.9 -.include <bsd.prog.mk> +.include <bsd.prog.mk>
\ No newline at end of file |