diff --git a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml index 0e28c6519e..4cfe6d9c5d 100644 --- a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml @@ -641,7 +641,7 @@ begin: - Setup proc0's pcb. + Set up proc0's pcb. diff --git a/en_US.ISO8859-1/books/arch-handbook/pci/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/pci/chapter.sgml index c2fd942afc..48b85a189b 100644 --- a/en_US.ISO8859-1/books/arch-handbook/pci/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/pci/chapter.sgml @@ -286,7 +286,7 @@ board_write(struct ni_softc *sc, uint16_t address, uint16_t value) { 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. + interrupt handler must be set up to deal with this IRQ. Again, a sample from a device attach() 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, &(sc->handler)); diff --git a/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml index 343161870e..c39ff270e6 100644 --- a/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/ipv6/chapter.sgml @@ -1250,7 +1250,7 @@ FreeBSD 4.x configurable supported 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 ping -P 'out ipsec esp/transport//use'). The kernel will contact racoon daemon as necessary to exchange keys. diff --git a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml index 4a48cff202..6e8d72778e 100644 --- a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml @@ -391,7 +391,7 @@ int main() { The concept of a Jail extends upon the chroot() 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. diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index efa91f8745..3fa5528c8d 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4700,7 +4700,7 @@ kern.timecounter.hardware: TSC -> i8254 - Yes. The following pages tell you exactly how to setup + Yes. The following pages tell you exactly how to set up Linux-Oracle on FreeBSD: diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml index 4e4bafdc97..d3151fdfce 100644 --- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml @@ -50,7 +50,7 @@ &prompt.root; pkg_delete jade-1.1 - Setup a CVS repository. You need the directories www, doc and + 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