diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html
index 2d36f616e1..282db8ba40 100644
--- a/doc/articles/race_detector.html
+++ b/doc/articles/race_detector.html
@@ -128,6 +128,11 @@ access history is 32K * 2**history_size elements.
Increasing this value can avoid a "failed to restore the stack" error in reports, at the
cost of increased memory usage.
+
+
halt_on_error (default 0): Controls whether the program
+exits after reporting first data race.
+