Correct bad <tt> tags.
This commit is contained in:
parent
25f4e9abb4
commit
ad9e01212a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16167
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.10 2002/03/16 08:13:32 murray Exp $">
|
<!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.11 2002/04/29 18:12:38 trhodes Exp $">
|
||||||
<!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
|
<!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
to submit it.</p>
|
to submit it.</p>
|
||||||
|
|
||||||
<p>To do this, wrap it up into a tar file. If your documentation consists
|
<p>To do this, wrap it up into a tar file. If your documentation consists
|
||||||
of three files, <tt/one/, <tt/two/, and <tt/three/, and you want it
|
of three files, <tt>one</tt>, <tt>two</tt>, and <tt>three</tt>, and you want it
|
||||||
all to go into <tt/doc.tar/, do</p>
|
all to go into <tt>doc.tar</tt>, do</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
% <b>tar cf doc.tar one two three</b>
|
% <b>tar cf doc.tar one two three</b>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><p>Make a copy of the file you are going to change. If you are
|
<li><p>Make a copy of the file you are going to change. If you are
|
||||||
changing <tt/foo.sgml/, do</p>
|
changing <tt>foo.sgml</tt>, do</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
% <b>cp foo.sgml foo.sgml.old</b>
|
% <b>cp foo.sgml foo.sgml.old</b>
|
||||||
|
@ -121,11 +121,11 @@
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>This looks at the difference between the two files, and writes them
|
<p>This looks at the difference between the two files, and writes them
|
||||||
to the file <tt/foo.diff/.</p></li>
|
to the file <tt>foo.diff</tt>.</p></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>You can then send <tt/foo.diff/ back to the project. Send a PR as
|
<p>You can then send <tt>foo.diff</tt> back to the project. Send a PR as
|
||||||
described earlier, but include the <tt/foo.diff/ file in the body of the
|
described earlier, but include the <tt>foo.diff</tt> file in the body of the
|
||||||
PR.</p>
|
PR.</p>
|
||||||
|
|
||||||
<p></p><a href="docproj.html">FreeBSD Documentation Project Home</a>
|
<p></p><a href="docproj.html">FreeBSD Documentation Project Home</a>
|
||||||
|
|
Loading…
Reference in a new issue