diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:38:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:38:29 +0000 |
commit | 15fece6ab47b6ff2a0b2d83e9cb000f3296c8fa0 (patch) | |
tree | d13f4a79da5d03bc74182e5d9884a165d774bb38 /share/man/man9/vget.9 | |
parent | bc87ab10a563d19651fcc8b76eabd328ce5c0267 (diff) |
typos, a little grammar, and lots of space at EOL deleted;
Diffstat (limited to 'share/man/man9/vget.9')
-rw-r--r-- | share/man/man9/vget.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vget.9 b/share/man/man9/vget.9 index 22f044be782..4714e21e452 100644 --- a/share/man/man9/vget.9 +++ b/share/man/man9/vget.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vget.9,v 1.3 2003/03/10 19:56:29 tedu Exp $ +.\" $OpenBSD: vget.9,v 1.4 2003/04/20 20:38:28 jmc Exp $ .\" -*- nroff -*- .\" .\" Copyright (c) 1996 Doug Rabson @@ -42,7 +42,7 @@ .Fn vget "struct vnode *vp" "int flags" "struct proc *p" .Sh DESCRIPTION Get a vnode from the free list and increment its reference count. -.Bl -tag -width flag +.Bl -tag -width flags .It Ar vp the vnode to remove from the free list .It Ar flags @@ -58,7 +58,7 @@ as the name cache. .Pp When a vnode which is on the free list is used again, for instance if the vnode was found in the name cache as a result of a call to -.Xr VOP_LOOKUP 9 +.Xr VOP_LOOKUP 9 , then the new user must call .Xr vget 9 to increment the reference count and remove it from the free list. |