Reviewing the use of <informalexample> and <screen>.
In some cases <informalexample> wasn't appropriate, and the markup was changed to <programlisting> or other. In some cases there were spurious <para> elements before and after the <informalexample>. These were removed. Reformatted text within <screen> elements because the whitespace *is* significant. Added <prompt> and <userinput> elements within <screen> where necessary. If I spotted inappropriate use of markup within the immediate vicinity of the <informalexample> elements then I fixed that (mostly the use of <emphasis remap="...">). This is part one of these changes -- there's a load of them, and this goes up to line 11,284 or thereabouts, roughly one third of the way through.
This commit is contained in:
parent
0615b19fa0
commit
1afc0ec7a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3593
4 changed files with 4650 additions and 3243 deletions
en/handbook
en_US.ISO8859-1/books/handbook
en_US.ISO_8859-1/books/handbook
|
@ -335,3 +335,24 @@ for example,
|
|||
Also markup other prompts (e.g., the DOS prompt C:\> that occurs in
|
||||
some places) as <prompt>s.
|
||||
|
||||
31. Reviewing the use of <informalexample> and <screen>.
|
||||
|
||||
In some cases <informalexample> wasn't appropriate, and the markup was
|
||||
changed to <programlisting> or other.
|
||||
|
||||
In some cases there were spurious <para> elements before and after the
|
||||
<informalexample>. These were removed.
|
||||
|
||||
Reformatted text within <screen> elements because the whitespace *is*
|
||||
significant.
|
||||
|
||||
Added <prompt> and <userinput> elements within <screen> where necessary.
|
||||
|
||||
If I spotted inappropriate use of markup within the immediate vicinity
|
||||
of the <informalexample> elements then I fixed that (mostly the use of
|
||||
<emphasis remap="...">).
|
||||
|
||||
This is part one of these changes -- there's a load of them, and this
|
||||
goes up to line 11,284 or thereabouts, roughly one third of the way
|
||||
through.
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue