Update documentation

This commit is contained in:
Jeffrey Walton 2020-12-07 00:42:03 -05:00
parent fec03b02a9
commit c6c575aa49
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -38,7 +38,7 @@ extern "C" {
/// Signal handler for Linux and Unix compatibles
/// \tparam S Signal number
/// \tparam O Flag indicating exsting handler should be overwriiten
/// \tparam O Flag indicating if an existing handler should be overwriiten
/// \details SignalHandler() can be used to install a signal handler with the signature
/// <tt>void handler_fn(int)</tt>. If <tt>SignalHandlerFn</tt> is not <tt>NULL</tt>, then
/// the sigaction is set to the function and the sigaction flags is set to the flags.