aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/mds.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-08 19:36:24 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-08 19:36:24 +0100
commit8dbacc19e6d894907078a7bacd66a21d7dbd962b (patch)
tree7089fea523ee8695b32f4212dd7c84c00bdf02ff /doc/info/mds.texinfo
parentrename pfail to fail (diff)
downloadmds-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.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,