diff options
author | Ricardo Catalinas Jiménez <[email protected]> | 2012-02-14 15:19:23 +0100 |
---|---|---|
committer | Ricardo Catalinas Jiménez <[email protected]> | 2012-02-14 15:19:23 +0100 |
commit | ab8334566f82c8330ab9027e6faadb033ca7d3cb (patch) | |
tree | f9ef23aa3c2cfda21a713944c2b18f315c0603ec /system | |
parent | 8d59a1fc518719c8c445d9d94b23c173c18b4438 (diff) | |
download | otp-ab8334566f82c8330ab9027e6faadb033ca7d3cb.tar.gz otp-ab8334566f82c8330ab9027e6faadb033ca7d3cb.tar.bz2 otp-ab8334566f82c8330ab9027e6faadb033ca7d3cb.zip |
Add missing white space in Special Process doc
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/design_principles/spec_proc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/spec_proc.xml b/system/doc/design_principles/spec_proc.xml index 1bc2d32461..c5472c96a6 100644 --- a/system/doc/design_principles/spec_proc.xml +++ b/system/doc/design_principles/spec_proc.xml @@ -108,7 +108,7 @@ ok <list type="bulleted"> <item>be started in a way that makes the process fit into a supervision tree,</item> - <item>support the <c>sys</c><seealso marker="#debug">debug facilities</seealso>, and</item> + <item>support the <c>sys</c> <seealso marker="#debug">debug facilities</seealso>, and</item> <item>take care of <seealso marker="#msg">system messages</seealso>.</item> </list> <p>System messages are messages with special meaning, used in |