Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2009 21:29:40 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186913 - head/share/man/man9
Message-ID:  <200901082129.n08LTefd033886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Thu Jan  8 21:29:40 2009
New Revision: 186913
URL: http://svn.freebsd.org/changeset/base/186913

Log:
  Language cleanup.

Modified:
  head/share/man/man9/insmntque.9

Modified: head/share/man/man9/insmntque.9
==============================================================================
--- head/share/man/man9/insmntque.9	Thu Jan  8 19:43:47 2009	(r186912)
+++ head/share/man/man9/insmntque.9	Thu Jan  8 21:29:40 2009	(r186913)
@@ -46,7 +46,7 @@ The
 function associates a vnode with a mount.
 This includes updating
 .Va v_mount
-for the vnode, and inserting the vnode into the mounts vnode list.
+for the vnode, and inserting the vnode into the mount's vnode list.
 .Pp
 The mount reference count is incremented for each vnode added to the
 mount, and that reference is decremented by
@@ -75,13 +75,14 @@ The
 .Fa dtr_arg
 argument is the second, supplying any additional context needed.
 .Sh RETURN VALUES
+The
 .Fn insmntque
-will always return 0, unless the file system is currently being unmounted
+function will always return 0, unless the file system is currently being unmounted
 in which case it may return
 .Dv EBUSY .
-The
+Also,
 .Fn insmntque
-function may be forced to insert the vnode into the mount's vnode list
+may be forced to insert the vnode into the mount's vnode list
 by setting the
 .Va VV_FORCEINSMQ
 flag in the vnode



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901082129.n08LTefd033886>