Revert previous memstick URL location change,
since the install chapter is for 8.x and earlier.
Instead, replace rel.current; entity with rel2.current;
in "2.3.7 Prepare the Boot Media" subsection to fix the location of memstick image.
Spotted by: Rogier 'DocWilco' Mulhuijzen <freebsd-bugs at bsdchicks dot com>
Discussed by: beat
- Use two spaces between sentences
- Cleanup leading and trailing whitespace
- Rewrap long lines
- Reindent sections as needed
Translators, please ignore this change
Spotted by: textproc/igor
- Standardize the use of 'e.g.,' and 'i.e.,' where appropriate
- Wrap application names with <application> tags in <title>s where
appropriate
Spotted by: textproc/igor
and the trademarks.
In trademarks, remove that trademarks might be followed by ®
(follow the English version) and remove an English duplicated paragraph.
systems: ext2fs, reiserfs and xfs.
This work was done by Isabell Long as part of Google Code-In (GCIN) 2011.
Submitted by: Isabell Long (isabell121 gmail com)
Minor changes by: me
Approved by: bcr (mentor)
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
unnecessary spaces after the tag, most of the www browsers and HTML
processors cannot recognize it as the end of <script>. To workaround this,
($user-html-headers$) now outputs the start and the end tag independently
in each single line.
- Add %html-header-script% to control if <script> is included in <head>.
- Add html.header.script.google knob for SGML and XML documents in non-DocBook
DTD. %html.header.script.google; and $html.header.script.google.
- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion. Note that
<script> is disabled temporarily.
Discussed with: gjb and core
Tested by: gjb
This work was done as part of Google Code-In (GCIN) 2011.
GCIN student: Isabell Long (isabell121 gmail com)
GCIN task mentor: theraven, pgj
Patch reapplied by: Niclas Zeising (zeising daemonic se)
Minor cleanups by: me
This work was done as part of Google Code-In (GCIN) 2011.
GCIN student: Isabell Long (isabell121 gmail com)
GCIN task mentor: pgj
Patch reapplied by: Niclas Zeising (zeising daemonic se)
Minor cleanups by: me
specification supports expand-tabs: characteristics in paragraph flow objects,
printable format backends in our DSSSL processors (Jade or OpenJade) do not
support it.
The committed code expands a literal tab character into literal spaces with
length of %default-tab-spacing%. In the position calculation, it assumes all
of characters have a fixed width and the number of characters in a node list
can be obtained by (string-length (data nl)). Note that this can be false
especially when different font sizes are used.
Tested by: wblock