svn commit: r40630 - in head/en_US.ISO8859-1: articles/committers-guide articles/contributors articles/port-mentor-guidelines books/faq books/fdp-primer/sgml-primer books/porters-handbook htdocs/pr...
Glen Barber
gjb at FreeBSD.org
Mon Jan 14 00:57:48 UTC 2013
Author: gjb
Date: Mon Jan 14 00:57:45 2013
New Revision: 40630
URL: http://svnweb.freebsd.org/changeset/doc/40630
Log:
Fix broken entities.
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.xml
head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml
head/en_US.ISO8859-1/articles/port-mentor-guidelines/article.xml
head/en_US.ISO8859-1/books/faq/book.xml
head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml
head/en_US.ISO8859-1/books/porters-handbook/book.xml
head/en_US.ISO8859-1/htdocs/projects/mac/index.xml
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -3699,7 +3699,7 @@ ControlPersist yes</screen>
specifically permitted by portmgr. Complete details
about what qualifies as a sweeping change can be found
on the <ulink
- url="&url.base/portmgr/implementation.html">Portmgr
+ url="&url.base/portmgr/implementation.html;">Portmgr
Implementation page</ulink>.</para>
<para>The benefit of a slush as opposed to a complete
Modified: head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.develinmemoriam.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -7,7 +7,7 @@
<para>
<ulink url="http://hub.opensolaris.org/bin/view/Community+Group+ogb/In+Memoriam">John</ulink>
made major contributions to FreeBSD, the best known of which
- is the import of the &man.dtrace.1 code. John's unique sense
+ is the import of the &man.dtrace.1; code. John's unique sense
of humor and plain-spokenness either ruffled feathers or
made him quick friends. At the end of his life, he had
moved to a rural area and was attempting to live with
Modified: head/en_US.ISO8859-1/articles/port-mentor-guidelines/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/port-mentor-guidelines/article.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/articles/port-mentor-guidelines/article.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -127,8 +127,8 @@
<para>We expect mentors to make sure their mentees read the
<ulink url="&url.books.porters-handbook;">Porter's
Handbook</ulink>, the <ulink
- url="&url.articles.pr-guidelines">PR handling guide</ulink>, and
- the <ulink url="&url.articles.committers-guide">Committer's
+ url="&url.articles.pr-guidelines;">PR handling guide</ulink>, and
+ the <ulink url="&url.articles.committers-guide;">Committer's
Guide</ulink>. While it's not necessary to memorize all the
details, every committer needs to have an overview of these
things to be an effective part of the community (and avoid as
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/books/faq/book.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -4623,7 +4623,7 @@ C:\="DOS"</programlisting>
<para>To allow someone to <command>su</command> to
<username>root</username>, simply put them in the
- <groupname>wheel</groupname> group. Use &man.pw.8
+ <groupname>wheel</groupname> group. Use &man.pw.8;
for this purpose.</para>
<screen>&prompt.root; <userinput>pw groupmod wheel -m <replaceable>lisa</replaceable></userinput></screen>
@@ -5498,7 +5498,7 @@ EndSection</programlisting>
the synaptics mouse if the moused already sits on
<filename>/dev/psm0</filename>.</para>
- <para>To enable synaptics in the &man.psm.4 driver you need
+ <para>To enable synaptics in the &man.psm.4; driver you need
to add the following into
<filename>/boot/loader.conf</filename>:</para>
Modified: head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -1357,7 +1357,7 @@ example.xml:5: element head: validity er
</example>
<para>As you would expect, being an XML construct, a marked
- section starts with <literal><!</literal>.</para>
+ section starts with <literal><!</literal>.</para>
<para>The first square bracket begins to delimit the marked
section.</para>
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -9408,7 +9408,7 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR
url="&url.books.handbook;/configtuning-rcd.html">the rc.d
Handbook chapter</ulink>. Detailed explanation of available
commands is provided in &man.rc.8; and &man.rc.subr.8;.
- Finally, there is <ulink url="&url.articles.rc-scripting">an
+ Finally, there is <ulink url="&url.articles.rc-scripting;">an
article</ulink> on practical aspects of
<filename>rc.d</filename> scripting.</para>
Modified: head/en_US.ISO8859-1/htdocs/projects/mac/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/projects/mac/index.xml Mon Jan 14 00:33:09 2013 (r40629)
+++ head/en_US.ISO8859-1/htdocs/projects/mac/index.xml Mon Jan 14 00:57:45 2013 (r40630)
@@ -116,7 +116,7 @@
<tr>
<td>MAC chapter bibliography</td>
<td>&status.new;</td>
- <td>&a.trhodes</td>
+ <td>&a.trhodes;</td>
<td>The handbook MAC chapter should have a bibliography to point
users to other texts. Robert is going to send Tom a list
that he thinks would be sufficiant.</td>
More information about the svn-doc-head
mailing list