From owner-freebsd-doc Sun Apr 2 12:28: 4 2000 Delivered-To: freebsd-doc@freebsd.org Received: from holly.calldei.com (adsl-208-191-146-189.dsl.hstntx.swbell.net [208.191.146.189]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF137B884 for ; Sun, 2 Apr 2000 12:27:49 -0700 (PDT) (envelope-from chris@holly.calldei.com) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id OAA30175 for doc@FreeBSD.org; Sun, 2 Apr 2000 14:28:13 -0500 (CDT) (envelope-from chris) Date: Sun, 2 Apr 2000 14:28:13 -0500 From: Chris Costello To: doc@FreeBSD.org Subject: Handcook Capitalization Patch Message-ID: <20000402142813.C27486@holly.calldei.com> Reply-To: chris@calldei.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The titles in the handbook are currently inconsistently capitalized. Some capitalize only the first letter, some capitalize it properly, and some capitalize every single word. This patch will fix that. I'd like to know if this is OK with you guys and I'd like to have it in by tonight (Sun, 2 Apr). Index: backups/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v retrieving revision 1.19 diff -u -r1.19 chapter.sgml --- backups/chapter.sgml 2000/03/21 19:55:41 1.19 +++ backups/chapter.sgml 2000/04/02 19:24:11 @@ -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 @@ - 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 @@ - What about backups to floppies? + What about Backups to Floppies? Can I use floppies for backing up my data? Index: boot/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml,v retrieving revision 1.5 diff -u -r1.5 chapter.sgml --- boot/chapter.sgml 2000/03/25 14:18:24 1.5 +++ boot/chapter.sgml 2000/04/02 19:24:12 @@ -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 @@ - 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 @@ 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 @@ - loader built-in commands + Loader Built-In Commands The easy-to-use command set comprises of: @@ -314,7 +314,7 @@ - loader examples + Loader Examples Here are some practical examples of loader usage. @@ -362,7 +362,7 @@ - Kernel interaction during boot + Kernel Interaction During Boot Once the kernel is loaded by either loader (as usual) or - Kernel bootflags + Kernel Boot Flags Here are the more common boot flags: @@ -433,7 +433,7 @@ - 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 @@ 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 @@ - Single-user mode + Single-User Mode This mode can be reached through the automatic reboot @@ -496,7 +496,7 @@ - Multi-user mode + Multi-User Mode If init finds your filesystems to be in order, or once the user has finished in - Resource configuration (rc) + Resource Configuration (rc) The resource configuration system reads in configuration defaults from @@ -526,7 +526,7 @@ - Shutdown sequence + Shutdown Sequence Upon controlled shutdown, via shutdown, init will attempt to run the script Index: contrib/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v retrieving revision 1.178 diff -u -r1.178 chapter.sgml --- contrib/chapter.sgml 2000/04/02 08:56:38 1.178 +++ contrib/chapter.sgml 2000/04/02 19:24:24 @@ -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 Index: disks/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v retrieving revision 1.16 diff -u -r1.16 chapter.sgml --- disks/chapter.sgml 2000/03/25 20:05:40 1.16 +++ disks/chapter.sgml 2000/04/02 19:24:26 @@ -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 @@ - md: memory filesystem + md: Memory Filesystem md is a simple, efficient means to do memory filesystems. Index: eresources/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml,v retrieving revision 1.40 diff -u -r1.40 chapter.sgml --- eresources/chapter.sgml 2000/02/01 11:48:11 1.40 +++ eresources/chapter.sgml 2000/04/02 19:24:29 @@ -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 @@ - 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 @@ - 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 @@ from courtesy of Warren Toomey wkt@cs.adfa.edu.au. - BSD specific newsgroups + BSD Specific Newsgroups @@ -932,7 +932,7 @@ - Other Unix newsgroups of interest + Other Unix Newsgroups of Interest @@ -1049,7 +1049,7 @@ - World Wide Web servers + World Wide Web Servers Index: internals/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml,v retrieving revision 1.18 diff -u -r1.18 chapter.sgml --- internals/chapter.sgml 2000/03/17 10:51:47 1.18 +++ internals/chapter.sgml 2000/04/02 19:24:38 @@ -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 @@ - IPv6/IPsec implementation + IPv6/IPsec Implementation Contributed by &a.shin;, 5 March 2000. Index: kerneldebug/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v retrieving revision 1.21 diff -u -r1.21 chapter.sgml --- kerneldebug/chapter.sgml 1999/12/16 16:04:24 1.21 +++ kerneldebug/chapter.sgml 2000/04/02 19:24:40 @@ -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 @@ - 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 @@ - 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. Index: staff/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml,v retrieving revision 1.112 diff -u -r1.112 chapter.sgml --- staff/chapter.sgml 2000/03/22 19:07:58 1.112 +++ staff/chapter.sgml 2000/04/02 19:24:44 @@ -933,7 +933,7 @@ - Who Is Responsible for What + Who is Responsible for What Index: users/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/handbook/users/chapter.sgml,v retrieving revision 1.1 diff -u -r1.1 chapter.sgml --- users/chapter.sgml 2000/03/08 11:12:22 1.1 +++ users/chapter.sgml 2000/04/02 19:24:44 @@ -5,7 +5,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 @@ database. - Interactive chpass by superuser + Interactive chpass by Superuser #Changing user database information for jru. Login: jru @@ -335,7 +335,7 @@ 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 @@ - 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message