aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/info/mds.texinfo6
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,