]> sourceware.org Git - glibc.git/commitdiff
Fix misspellings in manual/ -- BZ 25337
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 27 May 2023 16:41:44 +0000 (16:41 +0000)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sat, 27 May 2023 16:41:44 +0000 (16:41 +0000)
13 files changed:
manual/README.pretty-printers
manual/arith.texi
manual/install.texi
manual/intro.texi
manual/ipc.texi
manual/llio.texi
manual/memory.texi
manual/pattern.texi
manual/process.texi
manual/socket.texi
manual/threads.texi
manual/time.texi
manual/tunables.texi

index a2ba89843ceded6f2814d4bdd9be28ab83306964..a696406ce5559034a02c0a732c974cf3f592c7ff 100644 (file)
@@ -140,7 +140,7 @@ its name to the 'tests-printers-libs' variable in your submodule's Makefile.
 Known issues
 ------------
 
-* Pretty printers are inherently coupled to the code they're targetting, thus
+* Pretty printers are inherently coupled to the code they're targeting, thus
 any changes to the target code must also update the corresponding printers.
 On the plus side, the printer code itself may serve as a kind of documentation
 for the target code.
index 002621f11edd71349294b214fec15b0f2ea33900..fa7110e992338ebd4cb001413f5b294f501de4e8 100644 (file)
@@ -111,7 +111,7 @@ minimum possible values for each integer data type.  The macro names
 follow these examples: @code{INT32_MAX}, @code{UINT8_MAX},
 @code{INT_FAST32_MIN}, @code{INT_LEAST64_MIN}, @code{UINTMAX_MAX},
 @code{INTMAX_MAX}, @code{INTMAX_MIN}.  Note that there are no macros for
-unsigned integer minima.  These are always zero.  Similiarly, there
+unsigned integer minima.  These are always zero.  Similarly, there
 are macros such as @code{INTMAX_WIDTH} for the width of these types.
 Those macros for integer type widths come from TS 18661-1:2014.
 @cindex maximum possible integer
index a1f01a1ec08bbb41c37e6e2b83e7925093ba444c..a44a552d1f02b2238dd5975221beef100d6dba39 100644 (file)
@@ -509,7 +509,7 @@ build @theglibc{}:
 @item
 GNU @code{make} 4.0 or newer
 
-As of relase time, GNU @code{make} 4.4 is the newest verified to work
+As of release time, GNU @code{make} 4.4 is the newest verified to work
 to build @theglibc{}.
 
 @item
index 9bdfd09c83850cda898b974830a7d1b8fcfe9a91..ff43c5a7fbb969a07a22d3428309cd13068e5a00 100644 (file)
@@ -1294,14 +1294,14 @@ this manual.
 @c Pattern Matching (10)
 @c Input/Output Overview (11)
 @c Input/Output on Streams (12)
-@c Low-level Input/Ooutput (13)
+@c Low-level Input/Output (13)
 @c File System Interface (14)
 @c Pipes and FIFOs (15)
 @c Sockets (16)
 @c Low-Level Terminal Interface (17)
 @c Syslog (18)
 @c Mathematics (19)
-@c Aritmetic Functions (20)
+@c Arithmetic Functions (20)
 @c Date and Time (21)
 @c Non-Local Exist (23)
 @c Signal Handling (24)
index be74664af9c146dd3024b080e90b7ca9834b14ef..6a6e5ad410c143874b09e29047e5b54d81bf5d83 100644 (file)
@@ -62,7 +62,7 @@ by @theglibc{}.
 @safety{@prelim{}@mtsafe{}@asunsafe{@asuinit{}}@acunsafe{@acuinit{}}}
 @c pthread_once asuinit
 @c
-@c We are AC-Unsafe becuase we use pthread_once to initialize
+@c We are AC-Unsafe because we use pthread_once to initialize
 @c a global variable that holds the location of the mounted
 @c shmfs on Linux.
 @end deftypefun
index 1b801ee817db2935d8866894be23ffa516690ca3..0b61d491f50b763ae1210fa493e1054248f48ffd 100644 (file)
@@ -320,7 +320,7 @@ is used.
 
 @item ENOMEM
 Either there is not enough memory for the operation, or the process is
-out of address space.  It can only happnes when @code{CLOSE_RANGE_UNSHARED}
+out of address space.  It can only happen when @code{CLOSE_RANGE_UNSHARED}
 flag is used.
 
 @item EMFILE
index 8952ff2bfa28b4f7b3fd398a656b3f9ae73ee0f7..5781a64f35c2ae425b24014fa2c9af5a6a23ac18 100644 (file)
@@ -1746,7 +1746,7 @@ are no problems with the code, all allocated memory was freed
 afterwards.
 
 If we call @code{mtrace} on the example trace given above we would get a
-different outout:
+different output:
 
 @example
 drepper$ mtrace errlog
index 4fa4c255253f7619e0e7be8f78803326d489aa99..250fa1e265105c8c325b3524f35ce86c15d56492 100644 (file)
@@ -258,7 +258,7 @@ containing a given name.
 The @code{glob} function reads the @code{struct dirent} members listed
 above and makes a copy of the file name in the @code{d_name} member
 immediately after the @code{gl_readdir} callback function returns.
-Future invocations of any of the callback functions may dealloacte or
+Future invocations of any of the callback functions may deallocate or
 reuse the buffer.  It is the responsibility of the caller of the
 @code{glob} function to allocate and deallocate the buffer, around the
 call to @code{glob} or using the callback functions.  For example, an
index 9307379194c6f666938a66b7ea2b892d8c1a3971..c8413a5a5827b2eaa9c4dcd486c85ec4b445dd42 100644 (file)
@@ -254,7 +254,7 @@ It is declared in the header file @file{unistd.h}.
 @c handlers, and unlocks the internal lock.  The child bumps the fork
 @c generation, sets the thread-local pid, resets cpu clocks, initializes
 @c the robust mutex list, the stream locks, the IO_list lock, the dynamic
-@c loader lock, runs the child handlers, reseting ref counters to 1, and
+@c loader lock, runs the child handlers, resetting ref counters to 1, and
 @c initializes the fork lock.  These are all safe, unless atfork
 @c handlers themselves are unsafe.
 The @code{fork} function creates a new process.
index 68c930b5520c8f75186be1d2181ce160126bc7d8..f0e35d9e13175212689299d8a7a6b4ec932afdcc 100644 (file)
@@ -821,7 +821,7 @@ here.  The address is stored in network byte order.
 This combines the IPv6 traffic class and flow label values, as found
 in the IPv6 header.  This field is stored in network byte order.  Only
 the 28 lower bits (of the number in network byte order) are used; the
-remainig bits must be zero.  The lower 20 bits are the flow label, and
+remaining bits must be zero.  The lower 20 bits are the flow label, and
 bits 20 to 27 are the the traffic class.  Typically, this field is
 zero.
 
index a721c7f464e3588e943744dcd5b888af3263aaba..e5544ff3da8733f4658a861aa5ff068d557bad6e 100644 (file)
@@ -945,7 +945,7 @@ undefined behavior.)  In any case, an application must not write to
 @code{__libc_single_threaded} even if it has joined the last
 application-created thread because future versions of @theglibc{} may
 create background threads after the first thread has been created, and
-the application has no way of knowning that these threads are present.
+the application has no way of knowing that these threads are present.
 
 @node Restartable Sequences
 @subsubsection Restartable Sequences
index 0c7a942b4c16946ad5280557d500ec7e865f4be4..3aabdc4953041eb9863fb9ed89c9b3daef34cf7e 100644 (file)
@@ -503,7 +503,7 @@ Systems may support more than just these two clocks.
 
 @deftypefun int clock_gettime (clockid_t @var{clock}, struct timespec *@var{ts})
 @standards{POSIX.1, time.h}
-Get the current time accoding to the clock identified by @var{clock},
+Get the current time according to the clock identified by @var{clock},
 storing it as seconds and nanoseconds in @code{*@var{ts}}.
 @xref{Time Types}, for a description of @code{struct timespec}.
 
index 130f94b2bce22605702279640436d4a0741ee9fc..4ca0e42a119ed3fff7c753e37cc78bda65427ce0 100644 (file)
@@ -446,7 +446,7 @@ stack cache exceeds this size, unused thread stacks are returned to
 the kernel, to bring the cache size below this limit.
 
 The value is measured in bytes.  The default is @samp{41943040}
-(fourty mibibytes).
+(forty mibibytes).
 @end deftp
 
 @deftp Tunable glibc.pthread.rseq
@@ -625,7 +625,7 @@ and the process manage memory.
 @deftp Tunable glibc.mem.tagging
 If the hardware supports memory tagging, this tunable can be used to
 control the way @theglibc{} uses this feature.  At present this is only
-supported on AArch64 systems with the MTE extention; it is ignored for
+supported on AArch64 systems with the MTE extension; it is ignored for
 all other systems.
 
 This tunable takes a value between 0 and 255 and acts as a bitmask
This page took 0.05559 seconds and 5 git commands to generate.