From c3ad8a265d2cc42e79c07bc4ea88d425a35c185b Mon Sep 17 00:00:00 2001 From: Gabor Pali <pgj@FreeBSD.org> Date: Sat, 31 Jul 2010 11:12:17 +0000 Subject: [PATCH] - Whitespace fixes PR: docs/149140 Submitted by: olgeni --- .../articles/linux-comparison/article.sgml | 3 --- en_US.ISO8859-1/articles/linux-users/article.sgml | 14 +++++++------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/articles/linux-comparison/article.sgml b/en_US.ISO8859-1/articles/linux-comparison/article.sgml index 5926afffd1..1ef6a433cb 100644 --- a/en_US.ISO8859-1/articles/linux-comparison/article.sgml +++ b/en_US.ISO8859-1/articles/linux-comparison/article.sgml @@ -546,6 +546,3 @@ Release </orderedlist> </sect1> </article> - - - diff --git a/en_US.ISO8859-1/articles/linux-users/article.sgml b/en_US.ISO8859-1/articles/linux-users/article.sgml index 416e87cef7..190fed0679 100644 --- a/en_US.ISO8859-1/articles/linux-users/article.sgml +++ b/en_US.ISO8859-1/articles/linux-users/article.sgml @@ -135,7 +135,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen> the &os; Handbook: <ulink url="&url.base;/doc/en_US.ISO8859-1/books/handbook/packages-using.html">Using the Packages System</ulink>.</para> </sect2> - + <sect2 id="ports"> <title>Ports</title> @@ -212,7 +212,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen> <listitem><simpara>You can apply your own patches if you are so inclined.</simpara></listitem> </itemizedlist> - + <para>If you do not have any special requirements, packages will probably suit your situation just fine. If you may ever need to customize, ports are the way to go. (And remember, if you @@ -278,7 +278,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen> <filename>/etc/rc.conf</filename>. Also, when installing additional applications be sure to review the documentation to determine how to enable any associated services.</para> - + <para>The following snippet from <filename>/etc/rc.conf</filename> enables &man.sshd.8; and <application>Apache 2.2</application>. It also specifies that <application>Apache</application> should be started @@ -295,10 +295,10 @@ apache22_flags="-DSSL"</programlisting> system):</para> <screen>&prompt.root; <userinput><replaceable>/etc/rc.d/sshd</replaceable> start</userinput></screen> - + <para>If a service has not been enabled it can be started from the command line using <option>forcestart</option>:</para> - + <screen>&prompt.root; <userinput><replaceable>/etc/rc.d/sshd</replaceable> forcestart</userinput></screen> </sect1> @@ -328,7 +328,7 @@ em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 media: Ethernet autoselect (1000baseTX <full-duplex>) status: active</screen> </sect2> - + <sect2 id="ipaddress"> <title>IP Configuration</title> @@ -355,7 +355,7 @@ ifconfig_em0="DHCP"</programlisting> <para>Like <application>IPTABLES</application> in &linux;, &os; also offers a kernel level firewall; actually &os; offers three firewalls:</para> - + <itemizedlist> <listitem><simpara><ulink url="&url.base;/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html">IPFIREWALL</ulink></simpara></listitem> <listitem><simpara><ulink url="&url.base;/doc/en_US.ISO8859-1/books/handbook/firewalls-ipf.html">IPFILTER</ulink></simpara></listitem>