]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/unlocked_stdio.3
Convert to American spelling conventions
[thirdparty/man-pages.git] / man3 / unlocked_stdio.3
index 90209df529babb02841e850ceb9b79201ff9c018..d3070187f8ef0fd628c0cdd4e725a1a1657b1752 100644 (file)
@@ -67,7 +67,7 @@ putchar_unlocked, \- non-locking stdio functions
 .BI "int fputws_unlocked(const wchar_t *" ws ", FILE *" stream );
 .fi
 .SH DESCRIPTION
-Each of these functions has the same behaviour as its counterpart
+Each of these functions has the same behavior as its counterpart
 without the `_unlocked' suffix, except that they do not use locking
 (they do not set locks themselves, and do not test for the presence
 of locks set by others) and hence are thread-unsafe.