diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2003-01-10 06:52:19 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2003-01-10 06:52:19 +0000 |
| commit | d2b9b6b10ca9c7613b50a052ff6b33b1d04b1481 (patch) | |
| tree | ab5bc991ead13a1b79f6bf7baa110665cdfb60da /lib/libc | |
| parent | 4549f6201149a0da5f07205671de057da2510206 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/flockfile.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3 index efbe23352c20..4eb26450be88 100644 --- a/lib/libc/stdio/flockfile.3 +++ b/lib/libc/stdio/flockfile.3 @@ -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 |
