From 83fe92d23b9291e8adf117d621a284066a69f581 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 3 May 2018 09:40:39 -0700
Subject: [PATCH] Note on the effect of --standalone on native output.

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

diff --git a/MANUAL.txt b/MANUAL.txt
index 63147accd..e2bb76cae 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -642,7 +642,8 @@ General writer options
 :   Produce output with an appropriate header and footer (e.g. a
     standalone HTML, LaTeX, TEI, or RTF file, not a fragment).  This option
     is set automatically for `pdf`, `epub`, `epub3`, `fb2`, `docx`, and `odt`
-    output.
+    output.  For `native` output, this option causes metadata to
+    be included; otherwise, metadata is suppressed.
 
 `--template=`*FILE*