about summary refs log tree commit diff
path: root/manual/signal.texi
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2014-02-26 23:27:38 +0100
committerOndřej Bílka <neleai@seznam.cz>2014-02-26 23:27:38 +0100
commitcf822e3c94c2cdec736cdf7b503790b17179afcd (patch)
tree732a0fadf101d69c52998e830500ff6f20c96a59 /manual/signal.texi
parent5b456e9d61c5c7a5744e8c9387498017af2c1e7e (diff)
downloadglibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.gz
glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.tar.xz
glibc-cf822e3c94c2cdec736cdf7b503790b17179afcd.zip
Fix two spaces after sentence.
Minor formatting fix that was carried by issuing
sed -e"s/\. \([A-Z]\)/.  \1/" followed by editing result.
Diffstat (limited to 'manual/signal.texi')
-rw-r--r--manual/signal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 51f68b5d3e..ac84c5ec66 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -2615,7 +2615,7 @@ The prototype for the @code{sigprocmask} function is in @file{signal.h}.
 
 Note that you must not use @code{sigprocmask} in multi-threaded processes,
 because each thread has its own signal mask and there is no single process
-signal mask. According to POSIX, the behavior of @code{sigprocmask} in a
+signal mask.  According to POSIX, the behavior of @code{sigprocmask} in a
 multi-threaded process is ``unspecified''.
 Instead, use @code{pthread_sigmask}.
 @ifset linuxthreads