From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEN9r-0001L9-Fa for qemu-devel@nongnu.org; Thu, 03 May 2018 18:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEN9q-0005tE-OT for qemu-devel@nongnu.org; Thu, 03 May 2018 18:57:03 -0400 From: John Snow Date: Thu, 3 May 2018 18:56:48 -0400 Message-Id: <20180503225648.13153-6-jsnow@redhat.com> In-Reply-To: <20180503225648.13153-1-jsnow@redhat.com> References: <20180503225648.13153-1-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 5/5] qemu-img-cmds.hx: add passive-aggressive note List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-block@nongnu.org Cc: qemu-trivial@nongnu.org, John Snow I'm kidding. It's very easy to forget there are per-command sections in the texi, and insane that we don't autogenerate those, too. Until then, leave a little post-it note in this .hx file until I find a way to delete it. Signed-off-by: John Snow --- qemu-img-cmds.hx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index 84deb858af..3d2f7b26eb 100644 --- a/qemu-img-cmds.hx +++ b/qemu-img-cmds.hx @@ -6,6 +6,9 @@ HXCOMM DEF(command, callback, arg_string) is used to construct HXCOMM command structures and help message. HXCOMM HXCOMM can be used for comments, discarded from both texi and C +HXCOMM When amending the TEXI sections, please remember to copy the usage +HXCOMM over to the per-command sections in qemu-img.texi. + STEXI @table @option ETEXI -- 2.14.3