diff options
author | Raimo Niskanen <[email protected]> | 2017-05-19 11:52:35 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-22 14:57:35 +0200 |
commit | 51c44f09553b13194ee8346266b0930d1a135590 (patch) | |
tree | f580f59b16d43a8f7f03b4ae117e08d8f0a639a0 /system | |
parent | eff1ee5ebf1d767d610cd6bc059e5f4dea57d2af (diff) | |
download | otp-51c44f09553b13194ee8346266b0930d1a135590.tar.gz otp-51c44f09553b13194ee8346266b0930d1a135590.tar.bz2 otp-51c44f09553b13194ee8346266b0930d1a135590.zip |
Fix documentation details
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/design_principles/statem.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index f01615fdcd..7febe31df3 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2016-2017</year> + <year>2016</year><year>2017</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -1582,10 +1582,12 @@ format_status(Opt, [_PDict,State,Data]) -> for example, a complex state term like a tuple. </p> <p> - One reason to use this is when you have - a state item that affects the event handling, - in particular in combination with postponing events. - We complicate the previous example + One reason to use this is when you have a state item + that when changed should cancel the + <seealso marker="#State Time-Outs">state time-out</seealso>, + or one that affects the event handling + in combination with postponing events. + We will complicate the previous example by introducing a configurable lock button (this is the state item in question), which in the <c>open</c> state immediately locks the door, |