Kaydet (Commit) 2b6edce7 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Rearrange paragraph

üst 34f20eac
...@@ -532,11 +532,11 @@ contents, and the \code{*=} assignment operator to repeat an array. ...@@ -532,11 +532,11 @@ contents, and the \code{*=} assignment operator to repeat an array.
functions: \function{get_history_item()}, functions: \function{get_history_item()},
\function{get_current_history_length()}, and \function{redisplay()}. \function{get_current_history_length()}, and \function{redisplay()}.
\item Support for more advanced POSIX signal handling -- specifically \item Support for more advanced POSIX signal handling was added
the functions \function{sigpending}, \function{sigprocmask} and to the \module{signal} module by adding the \function{sigpending},
\function{sigsupend}, and depending on platform support -- was added \function{sigprocmask} and \function{sigsuspend} functions, where supported
to the \module{signal} module. These functions make some previously by the platform. These functions make it possible to avoid some previously
unavoidable race conditions avoidable. unavoidable race conditions.
\end{itemize} \end{itemize}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment