diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-08 19:36:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-08 19:36:24 +0100 |
commit | 8dbacc19e6d894907078a7bacd66a21d7dbd962b (patch) | |
tree | 7089fea523ee8695b32f4212dd7c84c00bdf02ff /doc/info/mds.texinfo | |
parent | rename pfail to fail (diff) | |
download | mds-8dbacc19e6d894907078a7bacd66a21d7dbd962b.tar.gz mds-8dbacc19e6d894907078a7bacd66a21d7dbd962b.tar.bz2 mds-8dbacc19e6d894907078a7bacd66a21d7dbd962b.tar.xz |
update the texinfo manual for the new use of fail_if
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/mds.texinfo')
-rw-r--r-- | doc/info/mds.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index afcd8a5..891c936 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -3934,9 +3934,9 @@ unless you have a specific reason be @item @code{fail_if} [(@code{condition}) @arrow{} @code{void}] If @code{condition} is satisfied, a jump -is made to the label @code{pfail}. -@code{pfail:} should be used for calling -@code{xperror} and return @code{-1}. +is made to the label @code{fail}. +Additionally the location of failure will +be printed to standard error. @item @code{exit_if} [(@code{condition, instructions}) @arrow{} @code{void}] If @code{condition} is satisfied, |