about summary refs log tree commit diff
path: root/manual/errno.texi
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-28 11:37:21 +0200
committerJim Meyering <meyering@redhat.com>2010-02-22 21:25:57 +0100
commitbbf70ae9ce646540576f2b0cbc66b90da1511b0b (patch)
treeeecd723cafb89a99562bfcd449693fade9df1e02 /manual/errno.texi
parent34a407de9661ff8e938d152445b750becb247f7c (diff)
downloadglibc-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/errno.texi')
-rw-r--r--manual/errno.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 03a868e457..3b0af0c384 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -1425,7 +1425,7 @@ available on all systems implementing @w{ISO C}.  But often the text
 @code{perror} generates is not what is wanted and there is no way to
 extend or change what @code{perror} does.  The GNU coding standard, for
 instance, requires error messages to be preceded by the program name and
-programs which read some input files should should provide information
+programs which read some input files should provide information
 about the input file name and the line number in case an error is
 encountered while reading the file.  For these occasions there are two
 functions available which are widely used throughout the GNU project.