1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

doc: fix typos in previous doc patch

This commit is contained in:
Paul Eggert
2026-04-11 13:29:07 -07:00
parent 87fb310b69
commit 9bd5952ee9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
unlocked I/O. Change “multithread-safe” to “thread-safe”.
Change “thread-safety” to “thread safety”.
However, do not change “multithreaded” to “multi-threaded” even
though there are some uses of both spellinga, as there are a whole
though there are some uses of both spellings, as there are a whole
bunch of uses of “multithreaded”, also in identifier names;
perhaps Gnulib should even standardize on “multithreaded”
(not “multi-threaded”), contra POSIX.

View File

@@ -58,7 +58,7 @@ extern "C" {
/* Install a SIGPIPE handler that invokes PREPARE_DIE and then emits an
error message and exits. PREPARE_DIE may be NULL, meaning a no-op.
This function should be called only in single-threaded processes.
In a multithreaded process, this function is typically called early
In a multithreaded program, this function is typically called early
in the main thread while the process is still single-threaded. */
extern void install_sigpipe_die_handler (void (*prepare_die) (void));