From c5e2d3b9ba40a209c821a6d7f256cc8d53bdcc27 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 16 Oct 2008 16:38:32 +0000
Subject: [PATCH] design-2.0-cluster-parameters: escape final _

In rst a final _ is used for linking. Escaping it prevents an error at
compile time on design-2.0-cluster-parameters.rst

Reviewed-by: iustinp
---
 doc/design-2.0-cluster-parameters.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/design-2.0-cluster-parameters.rst b/doc/design-2.0-cluster-parameters.rst
index 681cf43d7..2b8828c88 100644
--- a/doc/design-2.0-cluster-parameters.rst
+++ b/doc/design-2.0-cluster-parameters.rst
@@ -70,7 +70,7 @@ backend parameter
 
   For example: memory, vcpus, auto_balance
 
-  All these parameters will be encoded into constants.py with the prefix "BE_"
+  All these parameters will be encoded into constants.py with the prefix "BE\_"
   and the whole list of parameters will exist in the set "BES_PARAMETERS"
 
 proper parameter
-- 
GitLab