aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1997-03-03 18:01:01 +0000
committerDoug Rabson <dfr@FreeBSD.org>1997-03-03 18:01:01 +0000
commitfab63cc4136a3c0d156d1b82497e894b10d0fe59 (patch)
tree68f6fb5678b98ee008e63fc4ae6b7bb7562ba259 /share/man/man9/Makefile
parente836e480dcc72824667f4582b7d6c2bbe70e424e (diff)
downloadsrc-fab63cc4136a3c0d156d1b82497e894b10d0fe59.tar.gz
src-fab63cc4136a3c0d156d1b82497e894b10d0fe59.zip
This is the current draft of my filesystem manpages. Some files are
incomplete and some are just placeholders but I wanted to try to get something at least into 2.2 on the grounds that what I have is a lot better than nothing. I also wanted to commit something which documents the interfaces in 2.2 before I start updating the documentation for 3.0. This is a definite 2.2 candidate and is also relavent to 2.1 if people still care about that branch.
Notes
Notes: svn path=/head/; revision=23353
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile32
1 files changed, 29 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3f4b8b6a396c..3fbdaf971e63 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,10 +1,21 @@
-# $Id$
+# $Id: Makefile,v 1.20 1997/02/22 13:26:21 peter Exp $
MAN9= MD5.9 at_shutdown.9 at_fork.9 at_exit.9 boot.9 cd.9 copy.9 \
devfs_add_devswf.9 \
devfs_link.9 fetch.9 ifnet.9 intro.9 panic.9 psignal.9 rtalloc.9 \
rtentry.9 scsiconf.9 sd.9 sleep.9 spl.9 st.9 store.9 style.9 \
- timeout.9 uio.9
+ timeout.9 uio.9 \
+ vnode.9 vget.9 vput.9 vref.9 vrele.9 VOP_ABORTOP.9 VOP_ACCESS.9 \
+ VOP_ADVLOCK.9 VOP_ATTRIB.9 VOP_BLKATOFF.9 VOP_BWRITE.9 VOP_CREATE.9 \
+ VOP_FSYNC.9 VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
+ VOP_LOCK.9 VOP_LOOKUP.9 VOP_MMAP.9 VOP_OPENCLOSE.9 \
+ VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 \
+ VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \
+ VOP_SEEK.9 VOP_SELECT.9 VOP_STRATEGY.9 VOP_TRUNCATE.9 \
+ VOP_UPDATE.9 VOP_VALLOC.9 VFS.9 VFS_FHTOVP.9 VFS_INIT.9 \
+ VFS_MOUNT.9 VFS_QUOTACTL.9 VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 \
+ VFS_SYNC.9 VFS_UNMOUNT.9 VFS_VGET.9 VFS_VPTOFH.9
+
MLINKS+= MD5.9 MD5Init.9 MD5.9 MD5Transform.9
MLINKS+= copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 copy.9 copyinstr.9
@@ -22,6 +33,21 @@ MLINKS+= spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9
MLINKS+= spl.9 spl0.9 spl.9 splx.9
MLINKS+= store.9 subyte.9 store.9 susword.9 store.9 suswintr.9 store.9 suword.9
MLINKS+= timeout.9 untimeout.9
-MLINKS+= uio.9 uiomove.9
+MLINKS+= vref.9 VREF.9
+MLINKS+= VOP_CREATE.9 VOP_MKNOD.9
+MLINKS+= VOP_CREATE.9 VOP_MKDIR.9
+MLINKS+= VOP_CREATE.9 VOP_SYMLINK.9
+MLINKS+= VOP_ATTRIB.9 VOP_SETATTR.9
+MLINKS+= VOP_ATTRIB.9 VOP_GETATTR.9
+MLINKS+= VOP_OPENCLOSE.9 VOP_OPEN.9
+MLINKS+= VOP_OPENCLOSE.9 VOP_CLOSE.9
+MLINKS+= VOP_RDWR.9 VOP_READ.9
+MLINKS+= VOP_RDWR.9 VOP_WRITE.9
+MLINKS+= VOP_REMOVE.9 VOP_RMDIR.9
+MLINKS+= VOP_INACTIVE.9 VOP_RECLAIM.9
+MLINKS+= VOP_LOCK.9 VOP_UNLOCK.9
+MLINKS+= VOP_LOCK.9 VOP_ISLOCKED.9
+MLINKS+= VOP_VALLOC.9 VOP_VFREE.9
+MLINKS+= VOP_GETPAGES.9 VOP_PUTPAGES.9
.include <bsd.prog.mk>