Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b6edce

Browse files
committed
Rearrange paragraph
1 parent 34f20ea commit 2b6edce

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,11 @@ \section{New and Improved Modules}
532532
functions: \function{get_history_item()},
533533
\function{get_current_history_length()}, and \function{redisplay()}.
534534

535-
\item Support for more advanced POSIX signal handling -- specifically
536-
the functions \function{sigpending}, \function{sigprocmask} and
537-
\function{sigsupend}, and depending on platform support -- was added
538-
to the \module{signal} module. These functions make some previously
539-
unavoidable race conditions avoidable.
535+
\item Support for more advanced POSIX signal handling was added
536+
to the \module{signal} module by adding the \function{sigpending},
537+
\function{sigprocmask} and \function{sigsuspend} functions, where supported
538+
by the platform. These functions make it possible to avoid some previously
539+
unavoidable race conditions.
540540

541541
\end{itemize}
542542

0 commit comments

Comments
 (0)