diff --git a/en_US.ISO8859-1/articles/contributing/article.sgml b/en_US.ISO8859-1/articles/contributing/article.sgml index 71dbc51ad0..d226d7bcad 100644 --- a/en_US.ISO8859-1/articles/contributing/article.sgml +++ b/en_US.ISO8859-1/articles/contributing/article.sgml @@ -1,7 +1,7 @@ @@ -41,7 +41,7 @@ to at least give it a second look. - What Is Needed + What is Needed The following list of tasks and sub-projects represents something of an amalgam of the various core team TODO lists and diff --git a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml index 5de8cbe4f9..f80715b6da 100644 --- a/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml @@ -1,7 +1,7 @@ @@ -232,7 +232,7 @@ - Debugging a crash dump with DDD + Debugging a Crash Dump with DDD Examining a kernel crash dump with a graphical debugger like ddd is also possible. Add the @@ -246,7 +246,7 @@ - Post-mortem Analysis of a Dump + Post-Mortem Analysis of a Dump What do you do if a kernel dumped core but you did not expect it, and it is therefore not compiled using config -g? Not @@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols - On-line Kernel Debugging Using DDB + On-Line Kernel Debugging Using DDB While kgdb as an offline debugger provides a very high level of user interface, there are some things it cannot do. The @@ -479,7 +479,7 @@ options DDB - On-line Kernel Debugging Using Remote GDB + On-Line Kernel Debugging Using Remote GDB This feature has been supported since FreeBSD 2.2, and it is actually a very neat one. diff --git a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml index 39f9e4c67f..ea66dc4bdd 100644 --- a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -175,7 +175,7 @@ - Using a new tape for the first time + Using a New Tape for the First Time The first time that you try to read or write a new, completely blank tape, the operation will fail. The console messages should be @@ -320,7 +320,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready - Do nothing + Do Nothing “Do nothing” is not a computer program, but it is the most widely used backup strategy. There are no initial costs. There @@ -626,7 +626,7 @@ echo "The floppy has been unmounted and is now ready."]]> - What about backups to floppies? + What about Backups to Floppies? Can I use floppies for backing up my data? diff --git a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml index dd1afca153..321cef9bff 100644 --- a/en_US.ISO8859-1/books/handbook/boot/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/boot/chapter.sgml @@ -1,7 +1,7 @@ @@ -29,7 +29,7 @@ - The boot blocks: Bootstrap stages 1 and 2 + The Boot Blocks: Bootstrap Stages 1 and 2 Bootstrapping is the process whereby a computer probes and initializes its devices, and @@ -124,7 +124,7 @@ boot: - loader: Bootstrap stage three + Loader: Bootstrap Stage Three The loader is the final stage of the three-stage bootstrap, and is located on the filesystem, usually as @@ -144,7 +144,7 @@ boot: command set. - loader program flow + Loader Program Flow During initialization, the loader will probe for a console and for disks, and figure out what disk it is @@ -173,7 +173,7 @@ boot: - loader built-in commands + Loader Built-In Commands The easy-to-use command set comprises of: @@ -314,7 +314,7 @@ boot: - loader examples + Loader Examples Here are some practical examples of loader usage. @@ -362,7 +362,7 @@ boot: - Kernel interaction during boot + Kernel Interaction During Boot Once the kernel is loaded by either loader (as usual) or necessary. - Kernel bootflags + Kernel Boot Flags Here are the more common boot flags: @@ -433,7 +433,7 @@ boot: - Init: Process control initialization + Init: Process Control Initialization Once the kernel has finished booting, it passes control to the user process init, which is located at @@ -442,7 +442,7 @@ boot: loader. - Automatic reboot sequence + Automatic Reboot Sequence The automatic reboot sequence makes sure that the filesystems available on the system are consistent. If they @@ -454,7 +454,7 @@ boot: - Single-user mode + Single-User Mode This mode can be reached through the automatic reboot @@ -496,7 +496,7 @@ console none unknown off insecure - Multi-user mode + Multi-User Mode If init finds your filesystems to be in order, or once the user has finished in resource configuration of the system. - Resource configuration (rc) + Resource Configuration (rc) The resource configuration system reads in configuration defaults from @@ -526,7 +526,7 @@ console none unknown off insecure - Shutdown sequence + Shutdown Sequence Upon controlled shutdown, via shutdown, init will attempt to run the script diff --git a/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml b/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml index 71dbc51ad0..d226d7bcad 100644 --- a/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml @@ -1,7 +1,7 @@ @@ -41,7 +41,7 @@ to at least give it a second look. - What Is Needed + What is Needed The following list of tasks and sub-projects represents something of an amalgam of the various core team TODO lists and diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 23db613cc2..71674e34ac 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -1,7 +1,7 @@ @@ -15,7 +15,7 @@ - Disk naming + Disk Naming Physical drives come in two main flavours, IDE, or SCSI; but there @@ -24,7 +24,7 @@ own drivers and devices. - Physical disk naming conventions + Physical Disk Naming Conventions @@ -92,7 +92,7 @@
- Slices and partitions + Slices and Partitions Physical disks usually contain slices, unless they are @@ -112,7 +112,7 @@
- Mounting and unmounting filesystems + Mounting and Unmounting Filesystems The filesystem is best visualized as a tree, rooted, as it were, at /. @@ -135,7 +135,7 @@ drives. - The fstab file + The fstab File During the boot process, filesystems listed in /etc/fstab are @@ -172,7 +172,7 @@ - The mount command + The mount Command The &man.mount.8; command is what is ultimately used to mount filesystems. @@ -297,7 +297,7 @@ - The umount command + The umount Command The umount command takes, as a parameter, one of a mountpoint, a device name, or the or @@ -315,7 +315,7 @@ - Adding disks + Adding Disks Originally contributed by &a.obrien; 26 April 1998 @@ -407,7 +407,7 @@ - Using command line utilities + Using Command Line Utilities * Using Slices @@ -446,7 +446,7 @@ - Virtual disks: Network, memory, and file-based filesystems + Virtual Disks: Network, Memory, and File-Based Filesystems Besides the disks you physically insert into your computer; floppies, CDs, hard drives, and so forth, other forms of disks @@ -482,7 +482,7 @@ To create a new filesystem image with vnconfig: - Creating a new file-backed disk with vnconfig + Creating a New File-Backed Disk with vnconfig &prompt.root; dd if=/dev/zero of=newimage bs=1k count=5k 5120+0 records in @@ -503,7 +503,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on - md: memory filesystem + md: Memory Filesystem md is a simple, efficient means to do memory filesystems. diff --git a/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml b/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml index 5141c31fa7..1f8dc9de8e 100644 --- a/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml @@ -1,7 +1,7 @@ @@ -23,7 +23,7 @@ included. - Mailing lists + Mailing Lists Though many of the FreeBSD development members read USENET, we cannot always guarantee that we will get to your questions in a timely @@ -49,7 +49,7 @@ should be consulted before posting a question. - List summary + List Summary General lists: The following are general lists which anyone is free (and encouraged) to join: @@ -345,7 +345,7 @@ - How to subscribe + How to Subscribe All mailing lists live on FreeBSD.org, so to post to a given list you @@ -391,7 +391,7 @@ help - List charters + List Charters All FreeBSD mailing lists have certain basic rules which must be adhered to by anyone using them. Failure to comply @@ -906,7 +906,7 @@ help - Usenet newsgroups + Usenet Newsgroups In addition to two FreeBSD specific newsgroups, there are many others in which FreeBSD is discussed or are otherwise relevant to @@ -916,7 +916,7 @@ help from courtesy of Warren Toomey wkt@cs.adfa.edu.au. - BSD specific newsgroups + BSD Specific Newsgroups @@ -932,7 +932,7 @@ help - Other Unix newsgroups of interest + Other Unix Newsgroups of Interest @@ -1049,7 +1049,7 @@ help - World Wide Web servers + World Wide Web Servers diff --git a/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml b/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml index 5de8cbe4f9..f80715b6da 100644 --- a/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml @@ -1,7 +1,7 @@ @@ -232,7 +232,7 @@ - Debugging a crash dump with DDD + Debugging a Crash Dump with DDD Examining a kernel crash dump with a graphical debugger like ddd is also possible. Add the @@ -246,7 +246,7 @@ - Post-mortem Analysis of a Dump + Post-Mortem Analysis of a Dump What do you do if a kernel dumped core but you did not expect it, and it is therefore not compiled using config -g? Not @@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols - On-line Kernel Debugging Using DDB + On-Line Kernel Debugging Using DDB While kgdb as an offline debugger provides a very high level of user interface, there are some things it cannot do. The @@ -479,7 +479,7 @@ options DDB - On-line Kernel Debugging Using Remote GDB + On-Line Kernel Debugging Using Remote GDB This feature has been supported since FreeBSD 2.2, and it is actually a very neat one. diff --git a/en_US.ISO8859-1/books/handbook/staff/chapter.sgml b/en_US.ISO8859-1/books/handbook/staff/chapter.sgml index bcd07680d4..00efe139a1 100644 --- a/en_US.ISO8859-1/books/handbook/staff/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/staff/chapter.sgml @@ -1,7 +1,7 @@ - Users and basic account management + Users and Basic Account Management Synopsis @@ -27,7 +27,7 @@ - The superuser account + The Superuser Account The superuser account, usually called root, comes preconfigured, and facilitates @@ -59,7 +59,7 @@ - System accounts + System Accounts System users are those used to run services such as DNS, mail, web servers, and so forth. The reason for this is @@ -79,7 +79,7 @@ - User accounts + User Accounts User accounts are the primary means of access for real people to the system, and these accounts insulate the user and @@ -98,7 +98,7 @@ - Modifying accounts + Modifying Accounts pw is a powerful and flexible means to modify accounts, but adduser @@ -312,7 +312,7 @@ Removing files belonging to jru from /var/tmp/vi.recover: done. database. - Interactive chpass by superuser + Interactive chpass by Superuser #Changing user database information for jru. Login: jru @@ -335,7 +335,7 @@ Other information: information, and only for themselves. - Interactive chpass by normal user + Interactive chpass by Normal User #Changing user database information for jru. Shell: /usr/local/bin/tcsh @@ -398,7 +398,7 @@ passwd: done - Limiting and personalizing users + Limiting and Personalizing Users Quotas allow the system administrator to set disk usage maximums, and users to check their disk usage, if quotas are diff --git a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml index 39f9e4c67f..ea66dc4bdd 100644 --- a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -175,7 +175,7 @@ - Using a new tape for the first time + Using a New Tape for the First Time The first time that you try to read or write a new, completely blank tape, the operation will fail. The console messages should be @@ -320,7 +320,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready - Do nothing + Do Nothing “Do nothing” is not a computer program, but it is the most widely used backup strategy. There are no initial costs. There @@ -626,7 +626,7 @@ echo "The floppy has been unmounted and is now ready."]]> - What about backups to floppies? + What about Backups to Floppies? Can I use floppies for backing up my data? diff --git a/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml b/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml index dd1afca153..321cef9bff 100644 --- a/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml @@ -1,7 +1,7 @@ @@ -29,7 +29,7 @@ - The boot blocks: Bootstrap stages 1 and 2 + The Boot Blocks: Bootstrap Stages 1 and 2 Bootstrapping is the process whereby a computer probes and initializes its devices, and @@ -124,7 +124,7 @@ boot: - loader: Bootstrap stage three + Loader: Bootstrap Stage Three The loader is the final stage of the three-stage bootstrap, and is located on the filesystem, usually as @@ -144,7 +144,7 @@ boot: command set. - loader program flow + Loader Program Flow During initialization, the loader will probe for a console and for disks, and figure out what disk it is @@ -173,7 +173,7 @@ boot: - loader built-in commands + Loader Built-In Commands The easy-to-use command set comprises of: @@ -314,7 +314,7 @@ boot: - loader examples + Loader Examples Here are some practical examples of loader usage. @@ -362,7 +362,7 @@ boot: - Kernel interaction during boot + Kernel Interaction During Boot Once the kernel is loaded by either loader (as usual) or necessary. - Kernel bootflags + Kernel Boot Flags Here are the more common boot flags: @@ -433,7 +433,7 @@ boot: - Init: Process control initialization + Init: Process Control Initialization Once the kernel has finished booting, it passes control to the user process init, which is located at @@ -442,7 +442,7 @@ boot: loader. - Automatic reboot sequence + Automatic Reboot Sequence The automatic reboot sequence makes sure that the filesystems available on the system are consistent. If they @@ -454,7 +454,7 @@ boot: - Single-user mode + Single-User Mode This mode can be reached through the automatic reboot @@ -496,7 +496,7 @@ console none unknown off insecure - Multi-user mode + Multi-User Mode If init finds your filesystems to be in order, or once the user has finished in resource configuration of the system. - Resource configuration (rc) + Resource Configuration (rc) The resource configuration system reads in configuration defaults from @@ -526,7 +526,7 @@ console none unknown off insecure - Shutdown sequence + Shutdown Sequence Upon controlled shutdown, via shutdown, init will attempt to run the script diff --git a/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml b/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml index 71dbc51ad0..d226d7bcad 100644 --- a/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml @@ -1,7 +1,7 @@ @@ -41,7 +41,7 @@ to at least give it a second look. - What Is Needed + What is Needed The following list of tasks and sub-projects represents something of an amalgam of the various core team TODO lists and diff --git a/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml index 23db613cc2..71674e34ac 100644 --- a/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml @@ -1,7 +1,7 @@ @@ -15,7 +15,7 @@ - Disk naming + Disk Naming Physical drives come in two main flavours, IDE, or SCSI; but there @@ -24,7 +24,7 @@ own drivers and devices. - Physical disk naming conventions + Physical Disk Naming Conventions @@ -92,7 +92,7 @@
- Slices and partitions + Slices and Partitions Physical disks usually contain slices, unless they are @@ -112,7 +112,7 @@
- Mounting and unmounting filesystems + Mounting and Unmounting Filesystems The filesystem is best visualized as a tree, rooted, as it were, at /. @@ -135,7 +135,7 @@ drives. - The fstab file + The fstab File During the boot process, filesystems listed in /etc/fstab are @@ -172,7 +172,7 @@ - The mount command + The mount Command The &man.mount.8; command is what is ultimately used to mount filesystems. @@ -297,7 +297,7 @@ - The umount command + The umount Command The umount command takes, as a parameter, one of a mountpoint, a device name, or the or @@ -315,7 +315,7 @@ - Adding disks + Adding Disks Originally contributed by &a.obrien; 26 April 1998 @@ -407,7 +407,7 @@ - Using command line utilities + Using Command Line Utilities * Using Slices @@ -446,7 +446,7 @@ - Virtual disks: Network, memory, and file-based filesystems + Virtual Disks: Network, Memory, and File-Based Filesystems Besides the disks you physically insert into your computer; floppies, CDs, hard drives, and so forth, other forms of disks @@ -482,7 +482,7 @@ To create a new filesystem image with vnconfig: - Creating a new file-backed disk with vnconfig + Creating a New File-Backed Disk with vnconfig &prompt.root; dd if=/dev/zero of=newimage bs=1k count=5k 5120+0 records in @@ -503,7 +503,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on - md: memory filesystem + md: Memory Filesystem md is a simple, efficient means to do memory filesystems. diff --git a/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml b/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml index 5141c31fa7..1f8dc9de8e 100644 --- a/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml @@ -1,7 +1,7 @@ @@ -23,7 +23,7 @@ included. - Mailing lists + Mailing Lists Though many of the FreeBSD development members read USENET, we cannot always guarantee that we will get to your questions in a timely @@ -49,7 +49,7 @@ should be consulted before posting a question. - List summary + List Summary General lists: The following are general lists which anyone is free (and encouraged) to join: @@ -345,7 +345,7 @@ - How to subscribe + How to Subscribe All mailing lists live on FreeBSD.org, so to post to a given list you @@ -391,7 +391,7 @@ help - List charters + List Charters All FreeBSD mailing lists have certain basic rules which must be adhered to by anyone using them. Failure to comply @@ -906,7 +906,7 @@ help - Usenet newsgroups + Usenet Newsgroups In addition to two FreeBSD specific newsgroups, there are many others in which FreeBSD is discussed or are otherwise relevant to @@ -916,7 +916,7 @@ help from courtesy of Warren Toomey wkt@cs.adfa.edu.au. - BSD specific newsgroups + BSD Specific Newsgroups @@ -932,7 +932,7 @@ help - Other Unix newsgroups of interest + Other Unix Newsgroups of Interest @@ -1049,7 +1049,7 @@ help - World Wide Web servers + World Wide Web Servers diff --git a/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml b/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml index 57ca697232..fb94ff146a 100644 --- a/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml @@ -1,7 +1,7 @@ @@ -62,7 +62,7 @@ - DMA: What it Is and How it Works + DMA: What it is and How it Works Copyright © 1995,1997 &a.uhclem;, All Rights Reserved. 10 December 1996. Last Update 8 October @@ -1621,7 +1621,7 @@ makeoptions COPTFLAGS="-O2 -pipe" - IPv6/IPsec implementation + IPv6/IPsec Implementation Contributed by &a.shin;, 5 March 2000. diff --git a/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml b/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml index 5de8cbe4f9..f80715b6da 100644 --- a/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml @@ -1,7 +1,7 @@ @@ -232,7 +232,7 @@ - Debugging a crash dump with DDD + Debugging a Crash Dump with DDD Examining a kernel crash dump with a graphical debugger like ddd is also possible. Add the @@ -246,7 +246,7 @@ - Post-mortem Analysis of a Dump + Post-Mortem Analysis of a Dump What do you do if a kernel dumped core but you did not expect it, and it is therefore not compiled using config -g? Not @@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols - On-line Kernel Debugging Using DDB + On-Line Kernel Debugging Using DDB While kgdb as an offline debugger provides a very high level of user interface, there are some things it cannot do. The @@ -479,7 +479,7 @@ options DDB - On-line Kernel Debugging Using Remote GDB + On-Line Kernel Debugging Using Remote GDB This feature has been supported since FreeBSD 2.2, and it is actually a very neat one. diff --git a/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml b/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml index bcd07680d4..00efe139a1 100644 --- a/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml @@ -1,7 +1,7 @@ - Users and basic account management + Users and Basic Account Management Synopsis @@ -27,7 +27,7 @@ - The superuser account + The Superuser Account The superuser account, usually called root, comes preconfigured, and facilitates @@ -59,7 +59,7 @@ - System accounts + System Accounts System users are those used to run services such as DNS, mail, web servers, and so forth. The reason for this is @@ -79,7 +79,7 @@ - User accounts + User Accounts User accounts are the primary means of access for real people to the system, and these accounts insulate the user and @@ -98,7 +98,7 @@ - Modifying accounts + Modifying Accounts pw is a powerful and flexible means to modify accounts, but adduser @@ -312,7 +312,7 @@ Removing files belonging to jru from /var/tmp/vi.recover: done. database. - Interactive chpass by superuser + Interactive chpass by Superuser #Changing user database information for jru. Login: jru @@ -335,7 +335,7 @@ Other information: information, and only for themselves. - Interactive chpass by normal user + Interactive chpass by Normal User #Changing user database information for jru. Shell: /usr/local/bin/tcsh @@ -398,7 +398,7 @@ passwd: done - Limiting and personalizing users + Limiting and Personalizing Users Quotas allow the system administrator to set disk usage maximums, and users to check their disk usage, if quotas are