Fix a few typos.

This commit is contained in:
James Raynard 1998-02-28 15:37:25 +00:00
parent 95297e22ca
commit 73d8529af3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33923
2 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ will never return
.Dv NULL . .Dv NULL .
Note that Note that
.Dv M_WAITOK .Dv M_WAITOK
is conveniently defined to be 0, and hence maybe or'ed into the is conveniently defined to be 0, and hence may be or'ed into the
.Fa flags .Fa flags
argument to indicate that it's Ok to wait for resources. argument to indicate that it's Ok to wait for resources.
.El .El

View File

@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $Id: vnode.9,v 1.3 1997/04/13 14:49:11 bde Exp $ .\" $Id: vnode.9,v 1.4 1997/10/11 07:39:45 phk Exp $
.\" .\"
.Dd July 24, 1996 .Dd July 24, 1996
.Os .Os
@ -140,7 +140,7 @@ using this vnode. This count is maintained by
.Xr vrele 9 .Xr vrele 9
and and
.Xr vput 9 . .Xr vput 9 .
The second is the number of clients withing the kernel who veto The second is the number of clients within the kernel who veto
the recycling of this vnode. This count is the recycling of this vnode. This count is
maintained by maintained by
.Xr vhold 9 .Xr vhold 9
@ -152,7 +152,7 @@ and the
.Dv v_holdcnt .Dv v_holdcnt
of a vnode reaches zero then the vnode will be put on the freelist of a vnode reaches zero then the vnode will be put on the freelist
and may be reused for another file, possibly in another filesystem. and may be reused for another file, possibly in another filesystem.
The transistion to and from the freelist is handled by The transition to and from the freelist is handled by
.Xr getnetvnode 9 , .Xr getnetvnode 9 ,
.Xr vfree 9 .Xr vfree 9
and and