s/bypassing/passing/
This commit is contained in:
parent
92ca7a2bc8
commit
73934d7bb5
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_null.8,v 1.15 2001/11/16 12:00:10 wiz Exp $
|
||||
.\" $NetBSD: mount_null.8,v 1.16 2002/03/30 15:28:35 groo Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -114,7 +114,7 @@ of target-pn subtree will be aliased under mount-point-pn.
|
|||
.\"
|
||||
.Sh OPERATION OF A NULL LAYER
|
||||
The null layer is the minimum file system layer,
|
||||
simply bypassing all possible operations to the lower layer
|
||||
simply passing all possible operations to the lower layer
|
||||
for processing there. The majority of its activity centers
|
||||
on the bypass routine, through which nearly all vnode operations
|
||||
pass.
|
||||
|
|
Loading…
Reference in New Issue