diff --git a/doc/bjam.qbk b/doc/bjam.qbk index 9ee949d0d..f17e74f8f 100644 --- a/doc/bjam.qbk +++ b/doc/bjam.qbk @@ -841,6 +841,7 @@ rule SHELL ( /command/ : * ) [variablelist [[=exit-status=] [In addition to the output the result status of the executed command is returned as a second element of the result.]] [[=no-output=] [Don't capture the output of the command. Instead an empty ("") string value is returned in place of the output.]] + [[=strip-eol=] [Remove trailing end-of-line character from output, if any.]] ] Because the Perforce/Jambase defines a =SHELL= rule which hides the