From 8613232b29377e39e50348c324e7c3339ba3ca72 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Sun, 13 Jan 2013 15:02:19 +0100 Subject: [PATCH] Update doc/ref/states/highstate.rst Avoid any ambiguity about dots in IDs. --- doc/ref/states/highstate.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/ref/states/highstate.rst b/doc/ref/states/highstate.rst index cd0cd01e7b..de2f159b28 100644 --- a/doc/ref/states/highstate.rst +++ b/doc/ref/states/highstate.rst @@ -65,15 +65,17 @@ ID declaration Occurs on the top level or under the :term:`extend declaration`. -.. note:: Naming gotchas - - Must **not** contain a dot, otherwise highstate summary output will be - unpredictable. (This has been fixed in versions 0.9.7 and above) - Must be unique across entire state tree. If the same ID declaration is used twice, only the first one matched will be used. All subsequent ID declarations with the same name will be ignored. +.. note:: Naming gotchas + + Until 0.9.6, IDs could **not** contain a dot, otherwise highstate summary output was + unpredictable. (It was fixed in versions 0.9.7 and above) + + + Extend declaration ------------------