aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-10-17 16:30:33 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-10-17 16:30:33 +0000
commit251e7dbf42771fe00e9ad40dc55f5571c4786b04 (patch)
tree8880e593d39a3aa19db97d030fdba072b85ddea3 /share/man/man9/Makefile
parent3f562cce4047cfbbf57034b788ca386a85e5d0cb (diff)
downloadsrc-251e7dbf42771fe00e9ad40dc55f5571c4786b04.tar.gz
src-251e7dbf42771fe00e9ad40dc55f5571c4786b04.zip
Document vunref(9), add some important notes for vrele(9) and vput(9).
Merge all three manpages to one, removing separate file for vput(9). MFC after: 1 week
Notes
Notes: svn path=/head/; revision=213983
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 194eba471376..2198a6f2ae3e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -364,7 +364,6 @@ MAN= accept_filter.9 \
VOP_STRATEGY.9 \
VOP_VPTOCNP.9 \
VOP_VPTOFH.9 \
- vput.9 \
vref.9 \
vrefcnt.9 \
vrele.9 \
@@ -1366,6 +1365,8 @@ MLINKS+=VOP_RDWR.9 VOP_READ.9 \
VOP_RDWR.9 VOP_WRITE.9
MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
MLINKS+=vref.9 VREF.9
+MLINKS+=vrele.9 vput.9 \
+ vrele.9 vunref.9
MLINKS+=vslock.9 vsunlock.9
MLINKS+=zero_copy.9 zero_copy_sockets.9
MLINKS+=zone.9 uma.9 \