diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-28 11:37:21 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-02-22 21:25:57 +0100 |
commit | bbf70ae9ce646540576f2b0cbc66b90da1511b0b (patch) | |
tree | eecd723cafb89a99562bfcd449693fade9df1e02 /manual/stdio.texi | |
parent | 34a407de9661ff8e938d152445b750becb247f7c (diff) | |
download | glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar.gz glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar.bz2 glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.zip |
manual: fix doubled-words and typos
* manual/charset.texi (Selecting the Conversion): Likewise.
* manual/errno.texi (Error Messages): Likewise.
* manual/getopt.texi (Getopt Long Options): Likewise.
* manual/memory.texi (Resizing the Data Segment): Likewise.
* manual/message.texi (GUI program problems): Likewise.
* manual/resource.texi (CPU Affinity): Likewise.
* manual/stdio.texi (Streams and Threads): Likewise.
* manual/time.texi (High Accuracy Clock): Likewise.
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index 6748513549..9fb209a473 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -574,7 +574,7 @@ operation itself is avoided. More importantly, functions like introduction of threads) were implemented as macros which are very fast if the buffer is not empty. With the addition of locking requirements these functions are no longer implemented as macros since they would -would expand to too much code. +expand to too much code. But these macros are still available with the same functionality under the new names @code{putc_unlocked} and @code{getc_unlocked}. This possibly huge difference of speed also suggests the use of the @code{_unlocked} |