From: Corey Farrell Date: Mon, 13 Nov 2017 23:47:46 +0000 (-0500) Subject: alertpipe: Correct documented return of ast_alertpipe_write. X-Git-Tag: 16.0.0-rc1~640^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14253f9535867e23cc21eaf291d8b4979006cd71;p=thirdparty%2Fasterisk.git alertpipe: Correct documented return of ast_alertpipe_write. Change-Id: I4ea49c441890a81384144479dc93ab5a3989486d --- diff --git a/include/asterisk/alertpipe.h b/include/asterisk/alertpipe.h index 5ff854ce80..09c335829a 100644 --- a/include/asterisk/alertpipe.h +++ b/include/asterisk/alertpipe.h @@ -65,7 +65,8 @@ ast_alert_status_t ast_alertpipe_read(int alert_pipe[2]); * * \param p a two-element array containing the alert pipe's file descriptors * - * \return see write(2) + * \retval 0 Success + * \retval 1 Failure */ ssize_t ast_alertpipe_write(int alert_pipe[2]);