Remove spurious escapes (r8,dsR8)
This change addresses a long-standing issue in rST documentation imported from XML.
That import process added backslash escapes in front of various characters. The three
most common being '(', ')', and '_'.
These instances are removed.
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
This commit is contained in:
@@ -11,7 +11,7 @@ In addition to the physical networks used to connect the |prod-os| hosts,
|
||||
|
||||
Virtual networks, which include data networks and project networks, are defined
|
||||
and implemented internally. They are connected to system hosts and to the
|
||||
outside world using data \(physical\) networks attached to data interfaces on
|
||||
outside world using data (physical) networks attached to data interfaces on
|
||||
compute nodes.
|
||||
|
||||
Each data network supports one or more data networks, which may be implemented
|
||||
|
||||
Reference in New Issue
Block a user