diff options
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml')
-rw-r--r-- | en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml index 8a8c216754..dde7e4b3e1 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $Id: chapter.sgml,v 1.5 1999-07-30 20:51:01 nik Exp $ + $Id: chapter.sgml,v 1.6 1999-08-29 16:08:41 jhb Exp $ --> <chapter id="sgml-markup"> @@ -48,7 +48,7 @@ this section is to list those elements more likely to be useful to you. If you have a question about how best to markup a particular piece of content, please post it to the FreeBSD Documentation Project mailing list - <email>freebsd-doc@freebsd.org</email>.</para> + <email>freebsd-doc@FreeBSD.org</email>.</para> <note> <title>Inline vs. block</title> @@ -336,14 +336,14 @@ PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</programlisting> <programlisting> <![ CDATA [<pre> - From: nik@freebsd.org - To: freebsd-doc@freebsd.org + From: nik@FreeBSD.org + To: freebsd-doc@FreeBSD.org Subject: New documentation available There's a new copy of my primer for contributers to the FreeBSD Documentation Project available at - <URL:http://www.freebsd.org/~nik/primer/index.html> + <URL:http://www.FreeBSD.org/~nik/primer/index.html> Comments appreciated. @@ -536,7 +536,7 @@ PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</programlisting> <programlisting> <![ CDATA [<p>This document was originally written by Nik Clayton, who can be reached by e-mail as - <tt>nik@freebsd.org</tt>.</p>]]></programlisting> + <tt>nik@FreeBSD.org</tt>.</p>]]></programlisting> </example> </sect3> @@ -615,7 +615,7 @@ PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</programlisting> <programlisting> <![ CDATA [<p>More information is available at the - <a href="http://www.freebsd.org/">FreeBSD web site</a>.</p>]]></programlisting> + <a href="http://www.FreeBSD.org/">FreeBSD web site</a>.</p>]]></programlisting> </example> <para>These links will take the user to the top of the chosen @@ -723,7 +723,7 @@ PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</programlisting> this particular project. Should anyone from any of the other *nix camps (NetBSD, OpenBSD, Linux, …) be interested in collaborating on a standard DocBook extension set, please get in - touch with Nik Clayton <email>nik@freebsd.org</email>.</para> + touch with Nik Clayton <email>nik@FreeBSD.org</email>.</para> </note> </sect2> @@ -1712,7 +1712,7 @@ This is the file called 'foo2'</screen> <listitem> <para>The text is a domain name, such as - <literal>freebsd.org</literal> or + <literal>FreeBSD.org</literal> or <literal>ngo.org.uk</literal>. There is no hostname component.</para> </listitem> @@ -1766,10 +1766,10 @@ This is the file called 'foo2'</screen> name <hostid>localhost</hostid>, which will have the IP address <hostid role="ipaddr">127.0.0.1</hostid>.</para> -<para>The <hostid role="domainname">freebsd.org</hostid> domain +<para>The <hostid role="domainname">FreeBSD.org</hostid> domain contains a number of different hosts, including - <hostid role="fqdn">freefall.freebsd.org</hostid> and - <hostid role="fqdn">bento.freebsd.org</hostid>.</para> + <hostid role="fqdn">freefall.FreeBSD.org</hostid> and + <hostid role="fqdn">bento.FreeBSD.org</hostid>.</para> <para>When adding an IP alias to an interface (using <command>ifconfig</command>) <emphasis>always</emphasis> use a @@ -1787,10 +1787,10 @@ This is the file called 'foo2'</screen> <hostid>localhost</hostid>, which will have the IP address <hostid role="ipaddr">127.0.0.1</hostid>.</para> - <para>The <hostid role="domainname">freebsd.org</hostid> domain + <para>The <hostid role="domainname">FreeBSD.org</hostid> domain contains a number of different hosts, including <hostid - role="fqdn">freefall.freebsd.org</hostid> and <hostid - role="fqdn">bento.freebsd.org</hostid>.</para> + role="fqdn">freefall.FreeBSD.org</hostid> and <hostid + role="fqdn">bento.FreeBSD.org</hostid>.</para> <para>When adding an IP alias to an interface (using <command>ifconfig</command>) <emphasis>always</emphasis> use a @@ -2166,13 +2166,13 @@ This is the file called 'foo2'</screen> <programlisting> <![ CDATA [<para>Of course, you could stop reading this document and - go to the <ulink url="http://www.freebsd.org/">FreeBSD + go to the <ulink url="http://www.FreeBSD.org/">FreeBSD home page</ulink> instead.</para>]]></programlisting> <para>Appearance:</para> <para>Of course, you could stop reading this document and go to the - <ulink url="http://www.freebsd.org/">FreeBSD home page</ulink> + <ulink url="http://www.FreeBSD.org/">FreeBSD home page</ulink> instead.</para> </example> </sect3> |