Eliminate erroneous role="directory" attributes from <filename> elements
and replace them with class="directory" [1][2] [1] http://docbook.org/tdg/en/html/filename.html [2] http://www.freebsd.org/doc/en/books/fdp-primer/sgml-markup-docbook.html#AEN1799 (4.2.5.5) Approved by: trhodes, gabor (mentor)
This commit is contained in:
parent
002b4edbbe
commit
edafad6a69
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32632
21 changed files with 125 additions and 125 deletions
|
|
@ -256,19 +256,19 @@
|
|||
to the appropriate repomeisters.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>ncvs@ - regarding <filename role="directory">
|
||||
<listitem><para>ncvs@ - regarding <filename class="directory">
|
||||
/home/ncvs</filename>, the src
|
||||
repository</para></listitem>
|
||||
|
||||
<listitem><para>pcvs@ - regarding <filename role="directory">
|
||||
<listitem><para>pcvs@ - regarding <filename class="directory">
|
||||
/home/pcvs</filename>, the ports
|
||||
repository</para></listitem>
|
||||
|
||||
<listitem><para>dcvs@ - regarding <filename role="directory">
|
||||
<listitem><para>dcvs@ - regarding <filename class="directory">
|
||||
/home/dcvs</filename>, the doc
|
||||
repository</para></listitem>
|
||||
|
||||
<listitem><para>projcvs@ - regarding <filename role="directory">
|
||||
<listitem><para>projcvs@ - regarding <filename class="directory">
|
||||
/home/projcvs</filename>, the
|
||||
third party projects repository</para></listitem>
|
||||
</itemizedlist>
|
||||
|
|
@ -750,11 +750,11 @@ alias scvs cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.org:/home/ncvs</p
|
|||
</itemizedlist>
|
||||
|
||||
<para>You will almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.276 2008-07-22 17:05:47 remko Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.277 2008-08-06 22:03:48 pgj Exp $</literal> (or in FreeBSD's case,
|
||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||
lines, so you will have to edit the file to resolve the conflict
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.276 2008-07-22 17:05:47 remko Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.276 2008-07-22 17:05:47 remko Exp $</literal> line intact).</para>
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.277 2008-08-06 22:03:48 pgj Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.277 2008-08-06 22:03:48 pgj Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
@ -2627,7 +2627,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
|
|||
</itemizedlist>
|
||||
|
||||
<para>Alternatively, you can use the <command>rmport</command>
|
||||
script, from <filename role="directory">ports/Tools/scripts</filename>.
|
||||
script, from <filename class="directory">ports/Tools/scripts</filename>.
|
||||
This script has been written by &a.vd;, who is also its current
|
||||
maintainer, so please send questions, patches or suggestions
|
||||
about <command>rmport</command> to him.</para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue