aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vnode.9
diff options
context:
space:
mode:
authorJames Raynard <jraynard@FreeBSD.org>1998-02-28 15:37:25 +0000
committerJames Raynard <jraynard@FreeBSD.org>1998-02-28 15:37:25 +0000
commit73d8529af3ae5a9d3dcd49dbe4a6f4c3457df367 (patch)
tree6f9068a6de96dce6246066ecf0b54a82c0800fc2 /share/man/man9/vnode.9
parent95297e22ca307789dd9664b3950ce1e6586f71f3 (diff)
downloadsrc-73d8529af3ae5a9d3dcd49dbe4a6f4c3457df367.tar.gz
src-73d8529af3ae5a9d3dcd49dbe4a6f4c3457df367.zip
Fix a few typos.
Notes
Notes: svn path=/head/; revision=33923
Diffstat (limited to 'share/man/man9/vnode.9')
-rw-r--r--share/man/man9/vnode.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9
index 30ecfd661583..e6e007ba025f 100644
--- a/share/man/man9/vnode.9
+++ b/share/man/man9/vnode.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" 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
.Os
@@ -140,7 +140,7 @@ using this vnode. This count is maintained by
.Xr vrele 9
and
.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
maintained by
.Xr vhold 9
@@ -152,7 +152,7 @@ and the
.Dv v_holdcnt
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.
-The transistion to and from the freelist is handled by
+The transition to and from the freelist is handled by
.Xr getnetvnode 9 ,
.Xr vfree 9
and