diff --git a/help/en/html/doc/Technical/Names.shtml b/help/en/html/doc/Technical/Names.shtml index 0eaf10c7159..8b0e91ccaad 100644 --- a/help/en/html/doc/Technical/Names.shtml +++ b/help/en/html/doc/Technical/Names.shtml @@ -89,25 +89,26 @@ doesn't have to be convenient, but does have to have a clear mapping from name to object and back. For example, we need a very specific way to identify "LocoNet Turnout 23". We call - these "system names". JMRI code will map these to and from + these "system names." JMRI code will map these to and from whatever information the hardware may need.

System Name Format

- A system name is formed from a short "system prefix" representing + A system name is formed from a short "connection prefix" representing the hardware system, followed by a single upper case "type letter" - indicating the type of the object, followed by a system- and - type-specific "suffix string" identifying a specific object. + indicating the type of the object (together, the "system name prefix"), followed by a system- and + type-specific "suffix" identifying a specific object.