Grammar police: "setup" is not a verb.
This commit is contained in:
parent
543e8e9f05
commit
f589c4e5a5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18722
11 changed files with 33 additions and 33 deletions
|
@ -11,7 +11,7 @@
|
|||
<title>Synopsis</title>
|
||||
|
||||
<para>This chapter will cover some of the more frequently used network
|
||||
services on &unix; systems. We will cover how to define, setup, test and
|
||||
services on &unix; systems. We will cover how to define, set up, test and
|
||||
maintain all of the network services that FreeBSD utilizes. In addition,
|
||||
there have been example configuration files included throughout this
|
||||
chapter for you to benefit from.</para>
|
||||
|
@ -28,33 +28,33 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup a network filesystem.</para>
|
||||
<para>How to set up a network filesystem.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup network booting on a diskless machine.</para>
|
||||
<para>How to set up network booting on a diskless machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup a network information server for sharing user
|
||||
<para>How to set up a network information server for sharing user
|
||||
accounts.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup automatic network settings using DHCP.</para>
|
||||
<para>How to set up automatic network settings using DHCP.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup a domain name server.</para>
|
||||
<para>How to set up a domain name server.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to synchronize the time and date, and setup a
|
||||
<para>How to synchronize the time and date, and set up a
|
||||
time server, with the NTP protocol.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup network address translation.</para>
|
||||
<para>How to set up network address translation.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -66,7 +66,7 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup IPv6 on a FreeBSD machine.</para>
|
||||
<para>How to set up IPv6 on a FreeBSD machine.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -1151,7 +1151,7 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
|
||||
<listitem>
|
||||
<para>There is no need for users to have separate home directories
|
||||
on every network machine. Home directories could be setup on the
|
||||
on every network machine. Home directories could be set up on the
|
||||
<acronym>NFS</acronym> server and made available throughout
|
||||
the network.</para>
|
||||
</listitem>
|
||||
|
@ -2313,7 +2313,7 @@ Exports list on foobar:
|
|||
<para>TA's completely rely on the PPP daemon that you are running for
|
||||
their features and stability of connection. This allows you to
|
||||
upgrade easily from using a modem to ISDN on a FreeBSD machine, if you
|
||||
already have PPP setup. However, at the same time any problems you
|
||||
already have PPP set up. However, at the same time any problems you
|
||||
experienced with the PPP program and are going to persist.</para>
|
||||
|
||||
<para>If you want maximum stability, use the kernel <link
|
||||
|
@ -5365,7 +5365,7 @@ zone "10.168.192.in-addr.arpa" in {
|
|||
|
||||
<para>In order to synchronize your clock, you will need to find
|
||||
one or more NTP servers to use. Your network administrator or
|
||||
ISP may have setup an NTP server for this purpose—check
|
||||
ISP may have set up an NTP server for this purpose—check
|
||||
their documentation to see if this is the case. There is a
|
||||
<ulink
|
||||
url="http://www.eecis.udel.edu/~mills/ntp/servers.html">list of
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<para>Before reading this chapter, you should:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Properly setup your network connection (<xref
|
||||
<listitem><para>Properly set up your network connection (<xref
|
||||
linkend="advanced-networking">).</para>
|
||||
</listitem>
|
||||
<listitem><para>Know how to install additional third-party
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
</itemizedlist>
|
||||
|
||||
<para>For information on how to get a multimedia environment, read
|
||||
<xref linkend="multimedia">. If you want to setup and use
|
||||
<xref linkend="multimedia">. If you want to set up and use
|
||||
electronic mail, please refer to <xref linkend="mail">.</para>
|
||||
</sect1>
|
||||
|
||||
|
@ -110,7 +110,7 @@
|
|||
<para><application>KDE</application> and
|
||||
<application>GNOME</application> already provide HTML browsers.
|
||||
Please refer to <xref linkend="x11-wm"> for more information on
|
||||
how to setup these complete desktops.</para>
|
||||
how to set up these complete desktops.</para>
|
||||
|
||||
<para>If you are looking for light-weight browsers, you should
|
||||
investigate the ports collection for
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</listitem>
|
||||
<listitem><para>How to add additional hard disks to your system.</para>
|
||||
</listitem>
|
||||
<listitem><para>How to setup virtual file systems, such as memory
|
||||
<listitem><para>How to set up virtual file systems, such as memory
|
||||
disks.</para></listitem>
|
||||
<listitem>
|
||||
<para>How to use quotas to limit disk space usage.</para>
|
||||
|
|
|
@ -82,12 +82,12 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Properly setup your network connection
|
||||
<para>Properly set up your network connection
|
||||
(<xref linkend="advanced-networking">).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Properly setup the DNS information for your mail host
|
||||
<para>Properly set up the DNS information for your mail host
|
||||
(<xref linkend="advanced-networking">).</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
@ -37,21 +37,21 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>How to setup user PPP.</para>
|
||||
<para>How to set up user PPP.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>How to setup kernel PPP.</para>
|
||||
<para>How to set up kernel PPP.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>How to setup <acronym>PPPoE</acronym> (PPP over
|
||||
<para>How to set up <acronym>PPPoE</acronym> (PPP over
|
||||
Ethernet).</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>How to setup <acronym>PPPoA</acronym> (PPP over
|
||||
<para>How to set up <acronym>PPPoA</acronym> (PPP over
|
||||
ATM).</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>How to configure and setup a SLIP client and
|
||||
<para>How to configure and set up a SLIP client and
|
||||
server.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -2457,7 +2457,7 @@ tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
|
|||
have a more complex setup.</para>
|
||||
|
||||
<para>First, determine which serial port your modem is connected to.
|
||||
Many people setup a symbolic link, such as
|
||||
Many people set up a symbolic link, such as
|
||||
<devicename>/dev/modem</devicename>, to point to the real device name,
|
||||
<devicename>/dev/cuaaN</devicename>. This allows you to
|
||||
abstract the actual device name should you ever need to move
|
||||
|
@ -2752,7 +2752,7 @@ water.CS.Example localhost.Example. UGH 34 47641234 lo0 - 0.438
|
|||
protocol.</para>
|
||||
|
||||
<indexterm><primary>modem</primary></indexterm>
|
||||
<para>It is further assumed that you have already setup your
|
||||
<para>It is further assumed that you have already set up your
|
||||
modem(s) and configured the appropriate system files to allow
|
||||
logins through your modems. If you have not prepared your
|
||||
system for this yet, please see the tutorial for configuring
|
||||
|
|
|
@ -263,7 +263,7 @@
|
|||
<varlistentry>
|
||||
<term><emphasis><xref linkend="multimedia">, Multimedia</emphasis></term>
|
||||
<listitem>
|
||||
<para>Shows how to setup sound and video playback support for your
|
||||
<para>Shows how to set up sound and video playback support for your
|
||||
system. Also describes some sample audio and video applications.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
|
||||
<listitem>
|
||||
<para>Section <link linkend="printing-software">Software
|
||||
Setup</link> shows how to setup the
|
||||
Setup</link> shows how to set up the
|
||||
<application>LPD</application> spooler configuration
|
||||
file (<filename>/etc/printcap</filename>).</para>
|
||||
</listitem>
|
||||
|
@ -3836,7 +3836,7 @@ total 337.00 154 $ 6.74</screen>
|
|||
<primary>printers</primary>
|
||||
<secondary>usage</secondary>
|
||||
</indexterm>
|
||||
<para>This section tells you how to use printers you have setup with
|
||||
<para>This section tells you how to use printers you have set up with
|
||||
FreeBSD. Here is an overview of the user-level commands:</para>
|
||||
|
||||
<variablelist>
|
||||
|
|
|
@ -1152,7 +1152,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure
|
|||
<sect4>
|
||||
<title>Matching-speed Config</title>
|
||||
|
||||
<para>You will need to setup an entry in
|
||||
<para>You will need to set up an entry in
|
||||
<filename>/etc/gettytab</filename> to give
|
||||
<command>getty</command> information about the speeds you wish to
|
||||
use for your modem. If you have a 2400 bps modem, you can
|
||||
|
|
|
@ -1128,7 +1128,7 @@ sd name bigraid.p0.s4 drive e plex bigraid.p0 state initializing len 4194304b dr
|
|||
Vinum volumes that way so the resulting mirrored devices are
|
||||
symmetric, to avoid confusion.</para>
|
||||
|
||||
<para>In order to setup these <literal>"a"</literal> partitions,
|
||||
<para>In order to set up these <literal>"a"</literal> partitions,
|
||||
for each device containing part of the root volume, the
|
||||
following needs to be done:</para>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup your system for graphical logins
|
||||
<para>How to set up your system for graphical logins
|
||||
(<application>XDM</application>).</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -325,7 +325,7 @@
|
|||
available.</para></note>
|
||||
|
||||
<para>The rest of this chapter will explain how to configure
|
||||
<application>&xfree86;</application>, and how to setup a productive desktop
|
||||
<application>&xfree86;</application>, and how to set up a productive desktop
|
||||
environment.</para>
|
||||
|
||||
<!-- Easiest way is from sysinstall for XFree86 4.X -->
|
||||
|
@ -1054,7 +1054,7 @@ EndSection</programlisting>
|
|||
</informaltable>
|
||||
|
||||
<para>Also in this directory are a few scripts and programs used
|
||||
to setup the desktop when <application>XDM</application> is
|
||||
to set up the desktop when <application>XDM</application> is
|
||||
running. The purpose of each of these files will be briefly
|
||||
described. The exact syntax and usage of all of these files is
|
||||
described in &man.xdm.1;.</para>
|
||||
|
|
Loading…
Reference in a new issue