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/memory.texi | |
parent | 34a407de9661ff8e938d152445b750becb247f7c (diff) | |
download | glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar.gz glibc-bbf70ae9ce646540576f2b0cbc66b90da1511b0b.tar.xz 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/memory.texi')
-rw-r--r-- | manual/memory.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 43afc7bf95..59ea1ee342 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -2379,7 +2379,7 @@ exceed the process' data storage limit. @c The Brk system call in Linux (as opposed to the GNU C Library function) @c is considerably different. It always returns the new end of the data @c segment, whether it succeeds or fails. The GNU C library Brk determines -@c it's a failure if and only if if the system call returns an address less +@c it's a failure if and only if the system call returns an address less @c than the address requested. @end deftypefun |