From: brarcher Date: Sun, 12 Jan 2014 20:19:41 +0000 (+0000) Subject: doc: fix logic typo in fail_* API description X-Git-Tag: 0.10.0~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83c4dde91edc51153d5e2e0e1f2d71d8e3cfeb28;p=check doc: fix logic typo in fail_* API description Patch provided by Bill Kolokithas git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1053 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/doc/check.texi b/doc/check.texi index 52e0e3a..eed5352 100644 --- a/doc/check.texi +++ b/doc/check.texi @@ -926,11 +926,11 @@ the last two letters of the function name. The abbreviations @code{eq} and (Deprecated) Unconditionally fails test with user supplied message. @item fail_if -(Deprecated) Fails test if supplied condition evaluates to false and +(Deprecated) Fails test if supplied condition evaluates to true and displays user provided message. @item fail_unless -(Deprecated) Fails test if supplied condition evaluates to true and +(Deprecated) Fails test if supplied condition evaluates to false and displays user provided message.