From e9b81bf5c4f8bb70b33e9fd818082ab5116329ea Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 13 Jun 2018 11:04:09 -0700
Subject: [PATCH] MANUAL: Clarify that --toc requires --standalone.  See #4703.

---
 MANUAL.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MANUAL.txt b/MANUAL.txt
index e08d3cdf2..ae2d4eced 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -713,8 +713,9 @@ General writer options
 :   Include an automatically generated table of contents (or, in
     the case of `latex`, `context`, `docx`, `odt`,
     `opendocument`, `rst`, or `ms`, an instruction to create
-    one) in the output document. This option has no effect on
-    `man`, `docbook4`, `docbook5`, or `jats` output.
+    one) in the output document. This option has no effect
+    unless `-s/--standalone` is used, and it has no effect
+    on `man`, `docbook4`, `docbook5`, or `jats` output.
 
 `--toc-depth=`*NUMBER*