Grammar police: "setup" is not a verb.

This commit is contained in:
Ceri Davies 2003-11-05 10:59:35 +00:00
parent f62ed2d8ef
commit 297060bbd0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18724
11 changed files with 17 additions and 17 deletions
en_US.ISO8859-1/articles
cvs-freebsd
dialup-firewall
diskless-x
fbsd-from-scratch
fonts
hubs
java-tomcat
mh
pxe
releng-packages

View file

@ -34,7 +34,7 @@
</legalnotice>
<abstract>
<para>This article describes the steps I took to setup a CVS repository
<para>This article describes the steps I took to set up a CVS repository
that uses the same scripts the FreeBSD project uses in their setup.
This has several advantages over a stock CVS setup, including more
granular access control to the source tree and generation of readable
@ -405,7 +405,7 @@
<sect2>
<title>Customizing the scripts</title>
<para>The next step is to setup the scripts so that they work in
<para>The next step is to set up the scripts so that they work in
your environment. You should go over all files in the directory and
make your customizations. In particular, you might want to do edit the
following files:</para>

View file

@ -33,7 +33,7 @@
</legalnotice>
<abstract>
<para>This article documents how to setup a firewall using a PPP
<para>This article documents how to set up a firewall using a PPP
dialup with FreeBSD and IPFW, and specifically with firewalling over
a dialup with a dynamically assigned IP address. This document does
not cover setting up your PPP connection in the first place.</para>
@ -45,7 +45,7 @@
<para>Dialup Firewalling with FreeBSD</para>
<para>This document covers the process that is required to setup
<para>This document covers the process that is required to set up
firewalling with FreeBSD when an IP address is assigned dynamically
by your ISP. While every effort has been made to make this document
as informative and correct as possible, you are welcome to mail your

View file

@ -53,7 +53,7 @@
run on my old 386DX-40. It has a 340Meg hard disk but, I did not want
to change it. So, it boots from <hostid
role="fqdn">antares.example.com</hostid> across a Ethernet. The second
system is a 486DX2-66. I setup a diskless FreeBSD (complete) that
system is a 486DX2-66. I set up a diskless FreeBSD (complete) that
uses no local disk. The server in that case is a Sun 670MP running
&sunos; 4.1.3. The same setup configuration was needed for both.</para>
@ -256,7 +256,7 @@ bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab</progra
</informaltable>
<note>
<para>Be sure to setup the IP addresses correctly, the addresses above
<para>Be sure to set up the IP addresses correctly, the addresses above
are my own.</para>
</note>

View file

@ -168,7 +168,7 @@ EOF
mkdir -m 755 -p ${DESTDIR}/dvd; chown root:wheel ${DESTDIR}/dvd
mkdir -m 755 -p ${DESTDIR}/home; chown root:wheel ${DESTDIR}/home
mkdir -m 755 -p ${DESTDIR}/usr/ports; chown root:wheel ${DESTDIR}/usr/ports
# Setup time zone info; pretty much mandatory.
# Set up time zone info; pretty much mandatory.
cp ${DESTDIR}/usr/share/zoneinfo/Europe/Berlin ${DESTDIR}/etc/localtime
if test -r /etc/wall_cmos_clock; then
cp -p /etc/wall_cmos_clock ${DESTDIR}/etc/wall_cmos_clock

View file

@ -970,7 +970,7 @@ Converting 3of9.ttf to A.pfa and B.afm.
</listitem>
<listitem>
<para>Can xditview and devX?? devices be setup to access all
<para>Can xditview and devX?? devices be set up to access all
the new fonts?</para>
</listitem>

View file

@ -318,7 +318,7 @@
<ulink url="http://people.FreeBSD.org/~jdp/s1g/">here</ulink>.
This page still refers to the S1G bug that was present
in <application>CVSup</application>. Maybe
John will setup a generic download-site to get
John will set up a generic download-site to get
static binaries for various platforms.
</para>
<para>
@ -846,7 +846,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
</step>
<step>
<para>
Setup your mirror as described above.
Set up your mirror as described above.
</para>
</step>
</procedure>

View file

@ -427,12 +427,12 @@ MD5 (bsd-jdk131-patches-6.tar.gz) = 9cade10b81d6034fdd2176bef32bdbf9</programlis
after setting up the necessary &java; environment, which we have
previously completed.</para>
<para>In-order to setup Tomcat on FreeBSD, follow the below
<para>In-order to set up Tomcat on FreeBSD, follow the below
procedure:</para>
<procedure>
<step>
<para>Follow the above steps to setup the necessary &java;
<para>Follow the above steps to set up the necessary &java;
environment.</para>
</step>

View file

@ -138,7 +138,7 @@
<para>If you just type in <userinput>inc</userinput> and hit
<keycap>return</keycap> you will be well on your way to
getting started with <application>MH</application>. The first
time you run <command>inc</command> it will setup your account
time you run <command>inc</command> it will set up your account
to use all the <application>MH</application> defaults and ask
you about creating a <filename>Mail</filename> directory under
your HOME directory. If you have mail waiting to be downloaded

View file

@ -153,7 +153,7 @@
</step>
<step>
<para>Setup tftp/pxe-boot directory:</para>
<para>Set up tftp/pxe-boot directory:</para>
<procedure>
<step>

View file

@ -20,7 +20,7 @@ echo 'dumpdev="/dev/ad0s1b"' >> $conf
echo 'sshd_enable="YES"' >> $conf
echo 'linux_enable="YES"' >> $conf
# setup IP address and hostname
# set up IP address and hostname
if=`ifconfig fxp1 inet | grep '[ ]*inet' | sed 's/[ ]*//'`
echo "ifconfig_fxp1=\"${if}\"" >> $conf
name=`echo $if | sed 's/[ ][ ]*/ /g' | cut -f2 -d" " | cut -f4 -d.`
@ -28,7 +28,7 @@ echo "hostname=\"suyy${name}\"" >> $conf
echo "network_interfaces=\"fxp0 fxp1 lo0\"" >> $conf
# setup gateway, parse netstat output
# set up gateway, parse netstat output
gw=`netstat -rn | grep '^default' | sed 's/[ ][ ]*/ /g' | cut -f2 -d" "`
echo "defaultrouter=\"${gw}\"" >> $conf

View file

@ -132,7 +132,7 @@
<listitem><para>This file contains the free space on each disc
and whether packages, distfiles, or both are allowed on any
given disc. The first column is the disc name. It must be
of the form <literal>disc[0-9a-z]</literal>. Currently it is setup
of the form <literal>disc[0-9a-z]</literal>. Currently it is set up
to allow for 10 discs (4 for the release set and 6 for the toolkit).
There is an implied extra disc called <quote>scratch</quote> where
all of the remaining distfiles/packages land if they do not fit