Grammar police: "setup" is not a verb.

This commit is contained in:
Ceri Davies 2003-11-05 10:50:51 +00:00
parent f589c4e5a5
commit f62ed2d8ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18723
6 changed files with 7 additions and 7 deletions
en_US.ISO8859-1/books
arch-handbook
developers-handbook
faq
fdp-primer/the-website

View file

@ -641,7 +641,7 @@ begin:</programlisting>
</listitem>
<listitem>
<para>Setup proc0's pcb.</para>
<para>Set up proc0's pcb.</para>
</listitem>
</itemizedlist>

View file

@ -286,7 +286,7 @@ board_write(struct ni_softc *sc, uint16_t address, uint16_t value) {
<para>Interrupts are allocated from the object-oriented bus code
in a way similar to the memory resources. First an IRQ
resource must be allocated from the parent bus, and then the
interrupt handler must be setup to deal with this IRQ.</para>
interrupt handler must be set up to deal with this IRQ.</para>
<para>Again, a sample from a device
<function>attach()</function> function says more than
@ -303,7 +303,7 @@ board_write(struct ni_softc *sc, uint16_t address, uint16_t value) {
goto fail3;
}
/* Now we should setup the interrupt handler */
/* Now we should set up the interrupt handler */
error = bus_setup_intr(dev, sc->irqres, INTR_TYPE_MISC,
my_handler, sc, &amp;(sc->handler));

View file

@ -1250,7 +1250,7 @@ FreeBSD 4.x configurable supported
<para>The home-brew IKE daemon, "racoon" is included in the
kit (kame/kame/racoon). Basically you will need to run racoon as
daemon, then setup a policy to require keys (like
daemon, then set up a policy to require keys (like
<command>ping -P 'out ipsec esp/transport//use'</command>).
The kernel will contact racoon daemon as necessary to exchange
keys.</para>

View file

@ -391,7 +391,7 @@ int main() {
<para>The concept of a Jail extends upon the
<function>chroot()</function> by limiting the powers of the
superuser to create a true `virtual server'. Once a prison is
setup all network communication must take place through the
set up all network communication must take place through the
specified IP address, and the power of "root privilege" in this
jail is severely constrained.</para>

View file

@ -4700,7 +4700,7 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
</question>
<answer>
<para>Yes. The following pages tell you exactly how to setup
<para>Yes. The following pages tell you exactly how to set up
Linux-Oracle on FreeBSD:</para>
<itemizedlist>

View file

@ -50,7 +50,7 @@
<screen>&prompt.root; <userinput>pkg_delete jade-1.1</userinput></screen>
</note>
<para>Setup a CVS repository. You need the directories www, doc and
<para>Set up a CVS repository. You need the directories www, doc and
ports in the CVS tree (plus the CVSROOT of course). Please read the
CVSup introduction <ulink
url="../handbook/synching.html#CVSUP">