]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix spelling in manual, as in bug 16376
authorVille Skytta <ville.skytta@iki.fi>
Mon, 30 Dec 2013 14:29:35 +0000 (15:29 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Mon, 30 Dec 2013 14:42:26 +0000 (15:42 +0100)
17 files changed:
ChangeLog
NEWS
manual/arith.texi
manual/charset.texi
manual/errno.texi
manual/filesys.texi
manual/lang.texi
manual/llio.texi
manual/locale.texi
manual/message.texi
manual/resource.texi
manual/search.texi
manual/setjmp.texi
manual/stdio.texi
manual/string.texi
manual/sysinfo.texi
manual/time.texi

index 5d69020564b0f7c18d4de4d43444d6afb6aa040f..b3f7cf39a33ccd073175998e312907b750c8dbe4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-12-30  Ondřej Bílka  <neleai@seznam.cz>
+
+       * manual/arith.texi: Fix spelling.
+       * manual/charset.texi: Likewise.
+       * manual/errno.texi: Likewise.
+       * manual/filesys.texi: Likewise.
+       * manual/lang.texi: Likewise.
+       * manual/llio.texi: Likewise.
+       * manual/locale.texi: Likewise.
+       * manual/message.texi: Likewise.
+       * manual/resource.texi: Likewise.
+       * manual/search.texi: Likewise.
+       * manual/setjmp.texi: Likewise.
+       * manual/stdio.texi: Likewise.
+       * manual/string.texi: Likewise.
+       * manual/sysinfo.texi: Likewise.
+       * manual/time.texi: Likewise.
+
 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
 
        * po/sl.po: New file.
diff --git a/NEWS b/NEWS
index 609be43917a2968594911799c7380382f09b9d6a..6a122207c506abcbce5ae0907377577467b8c39c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Version 2.19
   16038, 16041, 16055, 16071, 16072, 16074, 16077, 16078, 16103, 16112,
   16143, 16144, 16146, 16150, 16151, 16153, 16167, 16172, 16195, 16214,
   16245, 16271, 16274, 16283, 16289, 16293, 16314, 16316, 16330, 16337,
-  16338, 16356, 16369.
+  16338, 16356, 16369, 16375.
 
 * Slovenian translations for glibc messages have been contributed by the
   Translation Project's Slovenian team of translators.
index 9cd61272d3666dd47839e282a8eb7c8fd12411ae..d394c0788178b3fd9ee526fbfa6586ff6393e1f0 100644 (file)
@@ -2001,7 +2001,7 @@ number.  This angle is measured in the usual fashion and ranges from
 @comment ISO
 @deftypefunx {complex long double} cprojl (complex long double @var{z})
 These functions return the projection of the complex value @var{z} onto
-the Riemann sphere.  Values with a infinite imaginary part are projected
+the Riemann sphere.  Values with an infinite imaginary part are projected
 to positive infinity on the real axis, even if the real part is NaN.  If
 the real part is infinite, the result is equivalent to
 
index 40426393053aa86179b9f2fd4b18254dc5ac4aec..a3e2577bfc51ba145aebbceaf2b6f3a1456af3d0 100644 (file)
@@ -956,7 +956,7 @@ extensions that can help in some important situations.
 @comment ISO
 @deftypefun size_t mbsrtowcs (wchar_t *restrict @var{dst}, const char **restrict @var{src}, size_t @var{len}, mbstate_t *restrict @var{ps})
 The @code{mbsrtowcs} function (``multibyte string restartable to wide
-character string'') converts an NUL-terminated multibyte character
+character string'') converts a NUL-terminated multibyte character
 string at @code{*@var{src}} into an equivalent wide character string,
 including the NUL wide character at the end.  The conversion is started
 using the state information from the object pointed to by @var{ps} or
@@ -2485,7 +2485,7 @@ destination character sets, respectively.  If the characters all have the
 same size, the minimum and maximum values are the same.
 
 @item __stateful
-This element must be initialized to an nonzero value if the source
+This element must be initialized to a nonzero value if the source
 character set is stateful.  Otherwise it must be zero.
 @end table
 
index 6c9fa865dd103445e2889bc35efde38769b46f77..b1bfbe937619b4180da5b102c2fdb09fd7b36e1b 100644 (file)
@@ -1596,7 +1596,7 @@ are not used.
 @deftypefun void vwarn (const char *@var{format}, va_list @var{ap})
 The @code{vwarn} function is just like @code{warn} except that the
 parameters for the handling of the format string @var{format} are passed
-in as an value of type @code{va_list}.
+in as a value of type @code{va_list}.
 @end deftypefun
 
 @comment err.h
@@ -1617,7 +1617,7 @@ string is printed.
 @deftypefun void vwarnx (const char *@var{format}, va_list @var{ap})
 The @code{vwarnx} function is just like @code{warnx} except that the
 parameters for the handling of the format string @var{format} are passed
-in as an value of type @code{va_list}.
+in as a value of type @code{va_list}.
 @end deftypefun
 
 @comment err.h
@@ -1637,7 +1637,7 @@ are not used and that the program is exited even if @var{status} is zero.
 @deftypefun void verr (int @var{status}, const char *@var{format}, va_list @var{ap})
 The @code{verr} function is just like @code{err} except that the
 parameters for the handling of the format string @var{format} are passed
-in as an value of type @code{va_list}.
+in as a value of type @code{va_list}.
 @end deftypefun
 
 @comment err.h
@@ -1659,5 +1659,5 @@ string is printed.
 @deftypefun void verrx (int @var{status}, const char *@var{format}, va_list @var{ap})
 The @code{verrx} function is just like @code{errx} except that the
 parameters for the handling of the format string @var{format} are passed
-in as an value of type @code{va_list}.
+in as a value of type @code{va_list}.
 @end deftypefun
index 1cac45393d554a7a6a83c184262e2ce0be7c8885..459fb1f5ae7432677b05a06ce01c66da981a886f 100644 (file)
@@ -2146,7 +2146,7 @@ In all other cases the result is zero.
 @comment POSIX
 @deftypefn Macro int S_TYPEISSHM (struct stat *@var{s})
 If the system implement POSIX shared memory objects as distinct objects
-and the file is an shared memory object, this macro returns a non-zero
+and the file is a shared memory object, this macro returns a non-zero
 value.  In all other cases the result is zero.
 @end deftypefn
 
index ee04e233a99004002ed6c9c5c4257620e7a20418..7a556733e20d77abdaa249755d5614cccca73ed5 100644 (file)
@@ -1212,7 +1212,7 @@ type of a particular structure member.
 @comment stddef.h
 @comment ISO
 @deftypefn {Macro} size_t offsetof (@var{type}, @var{member})
-This expands to a integer constant expression that is the offset of the
+This expands to an integer constant expression that is the offset of the
 structure member named @var{member} in the structure type @var{type}.
 For example, @code{offsetof (struct s, elem)} is the offset, in bytes,
 of the member @code{elem} in a @code{struct s}.
index b6c926060e0533d9a1097bdb547a78480d5e7a38..916edbd4f63318c77a26401d07b17bde5ae4bb0a 100644 (file)
@@ -2039,7 +2039,7 @@ this happens an error was encountered.
 
 The first @code{aiocbp->aio_nbytes} bytes from the buffer starting at
 @code{aiocbp->aio_buf} are written to the file for which
-@code{aiocbp->aio_fildes} is an descriptor, starting at the absolute
+@code{aiocbp->aio_fildes} is a descriptor, starting at the absolute
 position @code{aiocbp->aio_offset} in the file.
 
 If prioritized I/O is supported by the platform, the
index 2f10fcd2af7b8e5d5b75d0d506643e4f41fa91de..a11c7d854910ac950ee17c035d40436d703de6f9 100644 (file)
@@ -1236,5 +1236,5 @@ This function would normally be used like this:
   free (line);
 @end smallexample
 
-Note that the loop continues until an read error is detected or until a
+Note that the loop continues until a read error is detected or until a
 definitive (positive or negative) answer is read.
index bb5b11bc6fa32cedc09380063ca37a68c4db74ec..804da105a3a624fecd7bcdb79e053df9a4142063 100644 (file)
@@ -967,7 +967,7 @@ If a catalog for a wanted language is not available it is not always the
 second best choice to fall back on the language of the developer and
 simply not translate any message.  Instead a user might be better able
 to read the messages in another language and so the user of the program
-should be able to define an precedence order of languages.
+should be able to define a precedence order of languages.
 @end itemize
 
 We can divide the configuration actions in two parts: the one is
@@ -1114,7 +1114,7 @@ only usable for certain, hardcoded language environments.  Instead the
 extended @code{gettext} interface should be used.
 
 These extra functions are taking instead of the one key string two
-strings and an numerical argument.  The idea behind this is that using
+strings and a numerical argument.  The idea behind this is that using
 the numerical argument and the first string as a key, the implementation
 can select using rules specified by the translator the right plural
 form.  The two string arguments then will be used to provide a return
index 1ec7af29f0798b3176ab78d1ea52486046dfdab0..5a1bb040be154d23129255eed74cbe6d1bb29f24 100644 (file)
@@ -1045,7 +1045,7 @@ describes the only scheduling many programmers need to be concerned
 about.
 
 But just to be clear about the scope of this scheduling: Any time a
-process with a absolute priority of 0 and a process with an absolute
+process with an absolute priority of 0 and a process with an absolute
 priority higher than 0 are ready to run at the same time, the one with
 absolute priority 0 does not run.  If it's already running when the
 higher priority ready-to-run process comes into existence, it stops
index efd360479029a83725526084c891eb92283d7847..a714ba7812ec8a9edfe82ae3fdbe3276bf6d66a9 100644 (file)
@@ -270,7 +270,7 @@ information.
 The weakest aspect of this function is that there can be at most one
 hashing table used through the whole program.  The table is allocated
 in local memory out of control of the programmer.  As an extension @theglibc{}
-provides an additional set of functions with an reentrant
+provides an additional set of functions with a reentrant
 interface which provide a similar interface but which allow to keep
 arbitrarily many hashing tables.
 
@@ -401,7 +401,7 @@ the failure.
 
 @table @code
 @item ENOMEM
-The table is filled and @code{hsearch_r} was called with an so far
+The table is filled and @code{hsearch_r} was called with a so far
 unknown key and @var{action} set to @code{ENTER}.
 @item ESRCH
 The @var{action} parameter is @code{FIND} and no corresponding element
index f13ac7b00e0a1cfe092d3eb0afd0b696fa9a8fc8..b3c0a7ba5125f8727ea6712f4d46501a8d28de3a 100644 (file)
@@ -141,7 +141,7 @@ As the test expression of a selection or iteration
 statement (such as @samp{if}, @samp{switch}, or @samp{while}).
 
 @item
-As one operand of a equality or comparison operator that appears as the
+As one operand of an equality or comparison operator that appears as the
 test expression of a selection or iteration statement.  The other
 operand must be an integer constant expression.
 
index 7dcacd8af4f8e56d954491d69c49f8fca058eb55..7957a2adfce0888e1ad529bb40e7feae69beb9ab 100644 (file)
@@ -1670,7 +1670,7 @@ limit can be retrieved by the following constant.
 
 @defvr Macro NL_ARGMAX
 The value of @code{NL_ARGMAX} is the maximum value allowed for the
-specification of an positional parameter in a @code{printf} call.  The
+specification of a positional parameter in a @code{printf} call.  The
 actual value in effect at runtime can be retrieved by using
 @code{sysconf} using the @code{_SC_NL_ARGMAX} parameter @pxref{Sysconf
 Definition}.
@@ -2330,7 +2330,7 @@ Note that the corresponding narrow stream function takes fewer
 parameters.  @code{swprintf} in fact corresponds to the @code{snprintf}
 function.  Since the @code{sprintf} function can be dangerous and should
 be avoided the @w{ISO C} committee refused to make the same mistake
-again and decided to not define an function exactly corresponding to
+again and decided to not define a function exactly corresponding to
 @code{sprintf}.
 @end deftypefun
 
index 1e45d9ddbc65e07a0f7d9ecdc2e67e8394088a2f..e59f18c9cee2101aafc041c42919396262a14dd4 100644 (file)
@@ -200,7 +200,7 @@ known size.
 @cindex parameter promotion
 Some of the memory and string functions take single characters as
 arguments.  Since a value of type @code{char} is automatically promoted
-into an value of type @code{int} when used as a parameter, the functions
+into a value of type @code{int} when used as a parameter, the functions
 are declared with @code{int} as the type of the parameter in question.
 In case of the wide character function the situation is similarly: the
 parameter type for a single wide character is @code{wint_t} and not
@@ -1773,7 +1773,7 @@ character of the substring, or a null pointer if no match was found.  If
 @comment wchar.h
 @comment XPG
 @deftypefun {wchar_t *} wcswcs (const wchar_t *@var{haystack}, const wchar_t *@var{needle})
-@code{wcswcs} is an deprecated alias for @code{wcsstr}.  This is the
+@code{wcswcs} is a deprecated alias for @code{wcsstr}.  This is the
 name originally used in the X/Open Portability Guide before the
 @w{Amendment 1} to @w{ISO C90} was published.
 @end deftypefun
@@ -2291,7 +2291,7 @@ that described in @xref{Cryptographic Functions}.
 
 To store or transfer binary data in environments which only support text
 one has to encode the binary data by mapping the input bytes to
-characters in the range allowed for storing or transfering.  SVID
+characters in the range allowed for storing or transferring.  SVID
 systems (and nowadays XPG compliant systems) provide minimal support for
 this task.
 
index 5df2a0f2432aef0eb0b0443ab74c202cf750878b..5b6e8d017c8476cb84a9bcb3300d1d68cb3f9dfb 100644 (file)
@@ -226,7 +226,7 @@ associated data type are declared in the header file
 
 As a bonus, @code{uname} also gives some information identifying the
 particular system your program is running on.  This is the same information
-which you can get with functions targetted to this purpose described in
+which you can get with functions targeted to this purpose described in
 @ref{Host Identification}.
 
 
index e7e8647ee218f7683876ca809f16e244a9ad6ce1..5b6e0989d7984d4df7d9cd7e2d3342be0f6efabd 100644 (file)
@@ -750,7 +750,7 @@ structure.  It uses the values of the other components to determine the
 calendar time; it's permissible for these components to have
 unnormalized values outside their normal ranges.  The last thing that
 @code{mktime} does is adjust the components of the @var{brokentime}
-structure, including the members that were initally ignored.
+structure, including the members that were initially ignored.
 
 If the specified broken-down time cannot be represented as a simple time,
 @code{mktime} returns a value of @code{(time_t)(-1)} and does not modify