]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/sem_init.3
Convert to American spelling conventions
[thirdparty/man-pages.git] / man3 / sem_init.3
index 0e66f12b07f23a9893e9dd7e010a629f203931bd..2548348da2cf0b271d0b1a64c7f433aff537bd36 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH SEM_INIT 3 2006-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
-sem_init \- initialise an unnamed semaphore
+sem_init \- initialize an unnamed semaphore
 .SH SYNOPSIS
 .nf
 .B #include <semaphore.h>
@@ -31,7 +31,7 @@ sem_init \- initialise an unnamed semaphore
 .fi
 .SH DESCRIPTION
 .BR sem_init ()
-initialises the unnamed semaphore at the address pointed to by
+initializes the unnamed semaphore at the address pointed to by
 .IR sem .
 The
 .I value
@@ -67,8 +67,8 @@ can operate on the semaphore using
 .BR sem_wait (3),
 etc.
 
-Initialising a semaphore that has already been initialised
-results in undefined behaviour.
+Initializing a semaphore that has already been initialized
+results in undefined behavior.
 .SH RETURN VALUE
 .BR sem_init ()
 returns 0 on success;