From 17ba2140980343f6298e96bd96d2e0c16b9dfb46 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 29 Dec 2000 09:18:45 +0000 Subject: Prepare for mdoc(7)NG. --- share/man/man9/vnode.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/man/man9/vnode.9') diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 9ed6375..02b4c9b 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -239,7 +239,6 @@ A FIFO (named pipe). Advisory locking won't work on this. .It Dv VBAD An old style bad sector map .El - .Sh NOTES VFIFO uses the "struct fileops" from .Pa /sys/kern/sys_pipe.c . @@ -247,7 +246,7 @@ VSOCK uses the "struct fileops" from .Pa /sys/kern/sys_socket.c . Everything else uses the one from .Pa /sys/kern/vfs_vnops.c . - +.Pp The VFIFO/VSOCK code, which is why "struct fileops" is used at all, is an artifact of an incomplete integration of the VFS code into the kernel. -- cgit v1.1