1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

spell multiple correctly.

This commit is contained in:
Alfred Perlstein 2003-01-10 06:52:19 +00:00
parent 4549f62011
commit d2b9b6b10c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109051

View File

@ -45,7 +45,7 @@
.Sh DESCRIPTION
These functions provide explicit application-level locking of stdio streams.
They can be used to avoid output from multiple threads being interspersed,
input being dispersed among multiplte readers, and to avoid the overhead
input being dispersed among multiple readers, and to avoid the overhead
of locking the stream for each operation.
.Pp
The