diff options
Diffstat (limited to 'static/netbsd/man9/vfs.9 3.html')
| -rw-r--r-- | static/netbsd/man9/vfs.9 3.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/static/netbsd/man9/vfs.9 3.html b/static/netbsd/man9/vfs.9 3.html deleted file mode 100644 index f5ce15c7..00000000 --- a/static/netbsd/man9/vfs.9 3.html +++ /dev/null @@ -1,37 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">VFS(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">VFS(9)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">vfs</code> — <span class="Nd">kernel - interface to file systems</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The virtual file system, <code class="Nm">vfs</code>, is the - kernel interface to file systems. The interface specifies the calls for the - kernel to access file systems. It also specifies the core functionality that - a file system must provide to the kernel.</p> -<p class="Pp" id="vnode">The focus of <code class="Nm">vfs</code> activity is - the <a class="permalink" href="#vnode"><i class="Em">vnode</i></a> and is - discussed in <a class="Xr">vnode(9)</a>. File system operations such as - mounting and syncing are discussed in <a class="Xr">vfsops(9)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">intro(9)</a>, <a class="Xr">vfsops(9)</a>, - <a class="Xr">vnode(9)</a>, <a class="Xr">vnodeops(9)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">September 22, 2001</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
