Fix many typos.
PR: docs/136329 Submitted by: Anonymous <noreply@mailinator.com>
This commit is contained in:
parent
12fb0dece1
commit
6160b39116
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34508
1 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@
|
|||
<sect1 id="shells">
|
||||
<title>Shells: No Bash?</title>
|
||||
|
||||
<para>Those coming from &linux; are often suprised to find that
|
||||
<para>Those coming from &linux; are often surprised to find that
|
||||
<application>Bash</application> is not the default shell in &os;.
|
||||
In fact, <application>Bash</application> is not even in the default
|
||||
installation. Instead, &os; uses &man.tcsh.1; as the default shell.
|
||||
|
@ -147,7 +147,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen>
|
|||
any required patches, compile the code, and install the application
|
||||
(and do the same for any dependencies).</para>
|
||||
|
||||
<para>The Ports Collection, sometimes refered to as the ports tree,
|
||||
<para>The Ports Collection, sometimes referred to as the ports tree,
|
||||
can be found in <filename>/usr/ports</filename>. That is assuming
|
||||
the Ports Collection was installed during the &os; installation
|
||||
process. If the Ports Collection has not been installed it can be
|
||||
|
@ -253,7 +253,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen>
|
|||
<para><emphasis>What is the difference between the <quote>base</quote>
|
||||
system and user-installed applications?</emphasis> FreeBSD is
|
||||
developed as a complete operating system. In other words, the
|
||||
kernel, system libraries, and userland utilites (such as &man.ls.1;,
|
||||
kernel, system libraries, and userland utilities (such as &man.ls.1;,
|
||||
&man.cat.1;, &man.cp.1;, etc.) are developed and released together as
|
||||
one. This is what is referred to as the <quote>base</quote> system.
|
||||
The user-installed applications are applications that are not part of
|
||||
|
@ -270,7 +270,7 @@ in your /etc/rc.conf. Extra options can be found in startup script.</screen>
|
|||
and so on.</para>
|
||||
</sidebar>
|
||||
|
||||
<para>Services are enabled by specifing
|
||||
<para>Services are enabled by specifying
|
||||
<literal><replaceable>ServiceName</replaceable>_enable="YES"</literal> in
|
||||
<filename>/etc/rc.conf</filename> (&man.rc.conf.5;). Take a look at
|
||||
<filename>/etc/defaults/rc.conf</filename> for the system defaults,
|
||||
|
@ -367,7 +367,7 @@ ifconfig_em0="DHCP"</programlisting>
|
|||
<application>IPFW</application> ruleset is &man.ipfw.8;) is the
|
||||
firewall developed and maintained by the &os; developers.
|
||||
<application>IPFW</application> can be paired with &man.dummynet.4; to
|
||||
provide traffic shapping capabilities and simulate different types of
|
||||
provide traffic shaping capabilities and simulate different types of
|
||||
network connections.</para>
|
||||
|
||||
<para>Sample <application>IPFW</application> rule to allow
|
||||
|
|
Loading…
Reference in a new issue