summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1997-12-25 09:36:42 +0000
committerhoek <hoek@FreeBSD.org>1997-12-25 09:36:42 +0000
commit100ffb8b0adf76d0b3e359060b23a9a77d059189 (patch)
tree95e98a94363afd705f83a363fb6b40d6342f7a08 /share/man
parent2a494c06e20d05a6406bbc5cf486fc7a7439286b (diff)
downloadFreeBSD-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')
-rw-r--r--share/man/man3/pthread.34
-rw-r--r--share/man/man4/od.44
-rw-r--r--share/man/man9/VFS_INIT.96
-rw-r--r--share/man/man9/VFS_MOUNT.94
4 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index 7341c33..674725f 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: pthread.3,v 1.2 1997/03/07 03:27:53 jmg Exp $
+.\" $Id: pthread.3,v 1.3 1997/11/05 03:54:11 steve Exp $
.\"
.Dd April 4, 1996
.Dt PTHREAD 3
@@ -120,7 +120,7 @@ Initialize a mutex attributes object with default values.
.It int Fn pthread_mutex_destroy "pthread_mutex_t *mutex"
Destroy a mutex.
.It int Fn pthread_mutex_init "pthread_mutex_t *mutex" "const pthread_mutexattr_t *attr"
-Initialise a mutex with specified attributes.
+Initialize a mutex with specified attributes.
.It int Fn pthread_mutex_lock "pthread_mutex_t *mutex"
Lock a mutex and block until it becomes available.
.It int Fn pthread_mutex_trylock "pthread_mutex_t *mutex"
diff --git a/share/man/man4/od.4 b/share/man/man4/od.4
index 4c3796c..8a5afbe 100644
--- a/share/man/man4/od.4
+++ b/share/man/man4/od.4
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: od.4,v 1.1 1997/04/01 19:52:37 mpp Exp $
+.\" $Id: od.4,v 1.2 1997/09/29 10:10:16 wosch Exp $
.\"
.Dd March 16, 1997
.Dt OD 4
@@ -153,7 +153,7 @@ interface to the SCSI bad-block mapping.
.It Dv DIOCGDINFO
Read the in-core copy of the disklabel for the
drive from the kernel. This may be a fictitious disklabel if the drive
-has never been initialised, in which case it will contain information read
+has never been initialized, in which case it will contain information read
from the SCSI inquiry commands, and should be the same as
the information printed at boot.
.It Dv DIOCSDINFO
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
OpenPOWER on IntegriCloud