diff options
author | hoek <hoek@FreeBSD.org> | 1997-12-25 09:36:42 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1997-12-25 09:36:42 +0000 |
commit | 100ffb8b0adf76d0b3e359060b23a9a77d059189 (patch) | |
tree | 95e98a94363afd705f83a363fb6b40d6342f7a08 /share/man/man9 | |
parent | 2a494c06e20d05a6406bbc5cf486fc7a7439286b (diff) | |
download | FreeBSD-src-100ffb8b0adf76d0b3e359060b23a9a77d059189.zip FreeBSD-src-100ffb8b0adf76d0b3e359060b23a9a77d059189.tar.gz |
Use consistent spelling,
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/VFS_INIT.9 | 6 | ||||
-rw-r--r-- | share/man/man9/VFS_MOUNT.9 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/VFS_INIT.9 b/share/man/man9/VFS_INIT.9 index 7a77865..cda8789 100644 --- a/share/man/man9/VFS_INIT.9 +++ b/share/man/man9/VFS_INIT.9 @@ -26,14 +26,14 @@ .\" (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: VFS_INIT.9,v 1.2 1997/04/13 14:48:48 bde Exp $ +.\" $Id: VFS_INIT.9,v 1.3 1997/09/29 10:10:43 wosch Exp $ .\" .Dd July 24, 1996 .Os .Dt VFS_INIT 9 .Sh NAME .Nm VFS_INIT -.Nd initialise a filesystem +.Nd initialize a filesystem .Sh SYNOPSIS .Fd #include <sys/param.h> .Fd #include <sys/mount.h> @@ -41,7 +41,7 @@ .Ft int .Fn VFS_INIT .Sh DESCRIPTION -This function is called once to allow a filesystem to initialise any +This function is called once to allow a filesystem to initialize any global data structures that it might have. It is either called when the operating system boots or, for dynamically loaded filesystems, when the kernel module containing the filesystem is loaded. diff --git a/share/man/man9/VFS_MOUNT.9 b/share/man/man9/VFS_MOUNT.9 index 95f3f57..de7a651 100644 --- a/share/man/man9/VFS_MOUNT.9 +++ b/share/man/man9/VFS_MOUNT.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: VFS_MOUNT.9,v 1.1 1997/03/03 17:59:54 dfr Exp $ +.\" $Id: VFS_MOUNT.9,v 1.2 1997/09/29 10:10:44 wosch Exp $ .\" .Dd July 24, 1996 .Os @@ -74,7 +74,7 @@ to update the NFS export information for the filesystem. If the .Dv MNT_UPDATE flag is not specified, then this is a newly mounted filesystem. The -filesystem code should allocate and initialise +filesystem code should allocate and initialize any private data needed to represent the filesystem (it can use the .Fa mp->mnt_data |