From 501de9c0c1a4f78cd4f5986eea809554f8490d66 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 19 Dec 2020 10:20:22 +0000 Subject: [PATCH] fail(9): Fix a few mandoc related issues - function name without markup: return() - function name without markup: print() MFC after: 1 week --- share/man/man9/fail.9 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/share/man/man9/fail.9 b/share/man/man9/fail.9 index e093164edac..d7447b1cd35 100644 --- a/share/man/man9/fail.9 +++ b/share/man/man9/fail.9 @@ -218,9 +218,15 @@ The operator -> can be used to express cascading terms. If you specify ->, it means that if does not .Ql execute , is evaluated. -For the purpose of this operator, the return() and print() operators -are the only types that cascade. -A return() term only cascades if the code executes, and a print() +For the purpose of this operator, the +.Fn return +and +.Fn print +operators are the only types that cascade. +A +.Fn return +term only cascades if the code executes, and a +.Fn print term only cascades when passed a non-zero argument. A pid can optionally be specified. The fail point term is only executed when invoked by a process with a -- 2.42.0