Properly capitalize section titles. Remove capitalization on `is'', `and'',

etc.  Capitalize all other words in titles.

Reviewed by:	jim
This commit is contained in:
Chris Costello 2000-04-03 02:15:43 +00:00
parent a40849974c
commit 9d66d5d223
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6953
19 changed files with 126 additions and 126 deletions

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.178 2000/04/02 08:56:38 asmodai Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.179 2000/04/03 00:33:54 mharo Exp $
--> -->
<chapter id="contrib"> <chapter id="contrib">
@ -41,7 +41,7 @@
to at least give it a second look.</para> to at least give it a second look.</para>
<sect1 id="contrib-what"> <sect1 id="contrib-what">
<title>What Is Needed</title> <title>What is Needed</title>
<para>The following list of tasks and sub-projects represents something of <para>The following list of tasks and sub-projects represents something of
an amalgam of the various core team <filename>TODO</filename> lists and an amalgam of the various core team <filename>TODO</filename> lists and

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.20 1999/12/16 01:53:05 nik Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.21 1999/12/16 16:04:24 cracauer Exp $
--> -->
<chapter id="kerneldebug"> <chapter id="kerneldebug">
@ -232,7 +232,7 @@
</sect1> </sect1>
<sect1> <sect1>
<title>Debugging a crash dump with DDD</title> <title>Debugging a Crash Dump with DDD</title>
<para>Examining a kernel crash dump with a graphical debugger like <para>Examining a kernel crash dump with a graphical debugger like
<command>ddd</command> is also possible. Add the <option>-k</option> <command>ddd</command> is also possible. Add the <option>-k</option>
@ -246,7 +246,7 @@
</sect1> </sect1>
<sect1> <sect1>
<title>Post-mortem Analysis of a Dump</title> <title>Post-Mortem Analysis of a Dump</title>
<para>What do you do if a kernel dumped core but you did not expect it, <para>What do you do if a kernel dumped core but you did not expect it,
and it is therefore not compiled using <command>config -g</command>? Not and it is therefore not compiled using <command>config -g</command>? Not
@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</
</sect1> </sect1>
<sect1> <sect1>
<title>On-line Kernel Debugging Using DDB</title> <title>On-Line Kernel Debugging Using DDB</title>
<para>While <command>kgdb</command> as an offline debugger provides a very <para>While <command>kgdb</command> as an offline debugger provides a very
high level of user interface, there are some things it cannot do. The high level of user interface, there are some things it cannot do. The
@ -479,7 +479,7 @@ options DDB</programlisting>
</sect1> </sect1>
<sect1> <sect1>
<title>On-line Kernel Debugging Using Remote GDB</title> <title>On-Line Kernel Debugging Using Remote GDB</title>
<para>This feature has been supported since FreeBSD 2.2, and it is <para>This feature has been supported since FreeBSD 2.2, and it is
actually a very neat one.</para> actually a very neat one.</para>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.18 2000/03/20 22:20:24 jim Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.19 2000/03/21 19:55:41 jim Exp $
--> -->
<chapter id="backups"> <chapter id="backups">
@ -175,7 +175,7 @@
</sect2> </sect2>
<sect2> <sect2>
<title>Using a new tape for the first time</title> <title>Using a New Tape for the First Time</title>
<para>The first time that you try to read or write a new, completely <para>The first time that you try to read or write a new, completely
blank tape, the operation will fail. The console messages should be 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</screen>
</sect2> </sect2>
<sect2> <sect2>
<title>Do nothing</title> <title>Do Nothing</title>
<para>&ldquo;Do nothing&rdquo; is not a computer program, but it is the <para>&ldquo;Do nothing&rdquo; is not a computer program, but it is the
most widely used backup strategy. There are no initial costs. There 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."]]></programlisting>
</sect1> </sect1>
<sect1 id="backups-floppybackups"> <sect1 id="backups-floppybackups">
<title>What about backups to floppies?</title> <title>What about Backups to Floppies?</title>
<sect2 id="floppies-using"> <sect2 id="floppies-using">
<title>Can I use floppies for backing up my data?</title> <title>Can I use floppies for backing up my data?</title>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml,v 1.4 2000/03/25 14:11:08 nbm Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml,v 1.5 2000/03/25 14:18:24 nbm Exp $
--> -->
<chapter id="boot"> <chapter id="boot">
@ -29,7 +29,7 @@
</sect1> </sect1>
<sect1 id="boot-blocks"> <sect1 id="boot-blocks">
<title>The boot blocks: Bootstrap stages 1 and 2</title> <title>The Boot Blocks: Bootstrap Stages 1 and 2</title>
<para><firstterm>Bootstrapping</firstterm> is the process <para><firstterm>Bootstrapping</firstterm> is the process
whereby a computer probes and initializes its devices, and whereby a computer probes and initializes its devices, and
@ -124,7 +124,7 @@ boot:</screen>
</sect1> </sect1>
<sect1 id="boot-loader"> <sect1 id="boot-loader">
<title>loader: Bootstrap stage three</title> <title>Loader: Bootstrap Stage Three</title>
<para>The loader is the final stage of the three-stage <para>The loader is the final stage of the three-stage
bootstrap, and is located on the filesystem, usually as bootstrap, and is located on the filesystem, usually as
@ -144,7 +144,7 @@ boot:</screen>
command set.</para> command set.</para>
<sect2 id="boot-loader-flow"> <sect2 id="boot-loader-flow">
<title>loader program flow</title> <title>Loader Program Flow</title>
<para>During initialization, the loader will probe for a <para>During initialization, the loader will probe for a
console and for disks, and figure out what disk it is console and for disks, and figure out what disk it is
@ -173,7 +173,7 @@ boot:</screen>
</sect2> </sect2>
<sect2 id="boot-loader-commands"> <sect2 id="boot-loader-commands">
<title>loader built-in commands</title> <title>Loader Built-In Commands</title>
<para>The easy-to-use command set comprises of:</para> <para>The easy-to-use command set comprises of:</para>
@ -314,7 +314,7 @@ boot:</screen>
</sect2> </sect2>
<sect2 id="boot-loader-examples"> <sect2 id="boot-loader-examples">
<title>loader examples</title> <title>Loader Examples</title>
<para>Here are some practical examples of loader usage.</para> <para>Here are some practical examples of loader usage.</para>
@ -362,7 +362,7 @@ boot:</screen>
</sect1> </sect1>
<sect1 id="boot-kernel"> <sect1 id="boot-kernel">
<title>Kernel interaction during boot</title> <title>Kernel Interaction During Boot</title>
<para>Once the kernel is loaded by either <link <para>Once the kernel is loaded by either <link
linkend="boot-loader">loader</link> (as usual) or <link linkend="boot-loader">loader</link> (as usual) or <link
@ -371,7 +371,7 @@ boot:</screen>
necessary.</para> necessary.</para>
<sect2 id="boot-kernel-bootflags"> <sect2 id="boot-kernel-bootflags">
<title>Kernel bootflags</title> <title>Kernel Boot Flags</title>
<para>Here are the more common boot flags:</para> <para>Here are the more common boot flags:</para>
@ -433,7 +433,7 @@ boot:</screen>
</sect1> </sect1>
<sect1 id="boot-init"> <sect1 id="boot-init">
<title>Init: Process control initialization</title> <title>Init: Process Control Initialization</title>
<para>Once the kernel has finished booting, it passes control to <para>Once the kernel has finished booting, it passes control to
the user process <command>init</command>, which is located at the user process <command>init</command>, which is located at
@ -442,7 +442,7 @@ boot:</screen>
<command>loader</command>.</para> <command>loader</command>.</para>
<sect2 id="boot-autoreboot"> <sect2 id="boot-autoreboot">
<title>Automatic reboot sequence</title> <title>Automatic Reboot Sequence</title>
<para>The automatic reboot sequence makes sure that the <para>The automatic reboot sequence makes sure that the
filesystems available on the system are consistent. If they filesystems available on the system are consistent. If they
@ -454,7 +454,7 @@ boot:</screen>
</sect2> </sect2>
<sect2 id="boot-singleuser"> <sect2 id="boot-singleuser">
<title>Single-user mode</title> <title>Single-User Mode</title>
<para>This mode can be reached through the <link <para>This mode can be reached through the <link
linkend="boot-autoreboot">automatic reboot linkend="boot-autoreboot">automatic reboot
@ -496,7 +496,7 @@ console none unknown off insecure</programlisting>
</sect2> </sect2>
<sect2 id="boot-multiuser"> <sect2 id="boot-multiuser">
<title>Multi-user mode</title> <title>Multi-User Mode</title>
<para>If <command>init</command> finds your filesystems to be <para>If <command>init</command> finds your filesystems to be
in order, or once the user has finished in <link in order, or once the user has finished in <link
@ -505,7 +505,7 @@ console none unknown off insecure</programlisting>
resource configuration of the system.</para> resource configuration of the system.</para>
<sect3 id="boot-rc"> <sect3 id="boot-rc">
<title>Resource configuration (rc)</title> <title>Resource Configuration (rc)</title>
<para>The resource configuration system reads in <para>The resource configuration system reads in
configuration defaults from configuration defaults from
@ -526,7 +526,7 @@ console none unknown off insecure</programlisting>
</sect1> </sect1>
<sect1 id="boot-shutdown"> <sect1 id="boot-shutdown">
<title>Shutdown sequence</title> <title>Shutdown Sequence</title>
<para>Upon controlled shutdown, via <command>shutdown</command>, <para>Upon controlled shutdown, via <command>shutdown</command>,
<command>init</command> will attempt to run the script <command>init</command> will attempt to run the script

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.178 2000/04/02 08:56:38 asmodai Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.179 2000/04/03 00:33:54 mharo Exp $
--> -->
<chapter id="contrib"> <chapter id="contrib">
@ -41,7 +41,7 @@
to at least give it a second look.</para> to at least give it a second look.</para>
<sect1 id="contrib-what"> <sect1 id="contrib-what">
<title>What Is Needed</title> <title>What is Needed</title>
<para>The following list of tasks and sub-projects represents something of <para>The following list of tasks and sub-projects represents something of
an amalgam of the various core team <filename>TODO</filename> lists and an amalgam of the various core team <filename>TODO</filename> lists and

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v 1.14 2000/03/25 14:12:56 nbm Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v 1.16 2000/03/25 20:05:40 nbm Exp $
--> -->
<chapter id="disks"> <chapter id="disks">
@ -15,7 +15,7 @@
</sect1> </sect1>
<sect1 id="disks-naming"> <sect1 id="disks-naming">
<title>Disk naming</title> <title>Disk Naming</title>
<para>Physical drives come in two main flavours, <para>Physical drives come in two main flavours,
<acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there <acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there
@ -24,7 +24,7 @@
own drivers and devices.</para> own drivers and devices.</para>
<table id="disk-naming-physical-table"> <table id="disk-naming-physical-table">
<title>Physical disk naming conventions</title> <title>Physical Disk Naming Conventions</title>
<tgroup cols="2"> <tgroup cols="2">
<thead> <thead>
@ -92,7 +92,7 @@
</table> </table>
<sect2> <sect2>
<title>Slices and partitions</title> <title>Slices and Partitions</title>
<para>Physical disks usually contain <para>Physical disks usually contain
<firstterm>slices</firstterm>, unless they are <firstterm>slices</firstterm>, unless they are
@ -112,7 +112,7 @@
</sect1> </sect1>
<sect1 id="disks-mounting"> <sect1 id="disks-mounting">
<title>Mounting and unmounting filesystems</title> <title>Mounting and Unmounting Filesystems</title>
<para>The filesystem is best visualized as a tree, <para>The filesystem is best visualized as a tree,
rooted, as it were, at <filename>/</filename>. rooted, as it were, at <filename>/</filename>.
@ -135,7 +135,7 @@
drives.</para> drives.</para>
<sect2 id="disks-fstab"> <sect2 id="disks-fstab">
<title>The fstab file</title> <title>The fstab File</title>
<para>During the <link linkend="boot">boot process</link>, <para>During the <link linkend="boot">boot process</link>,
filesystems listed in <filename>/etc/fstab</filename> are filesystems listed in <filename>/etc/fstab</filename> are
@ -172,7 +172,7 @@
</sect2> </sect2>
<sect2 id="disks-mount"> <sect2 id="disks-mount">
<title>The mount command</title> <title>The mount Command</title>
<para>The &man.mount.8; command is what is ultimately used to <para>The &man.mount.8; command is what is ultimately used to
mount filesystems.</para> mount filesystems.</para>
@ -297,7 +297,7 @@
</sect2> </sect2>
<sect2 id="disks-umount"> <sect2 id="disks-umount">
<title>The umount command</title> <title>The umount Command</title>
<para>The umount command takes, as a parameter, one of a <para>The umount command takes, as a parameter, one of a
mountpoint, a device name, or the <option>-a</option> or mountpoint, a device name, or the <option>-a</option> or
@ -315,7 +315,7 @@
</sect1> </sect1>
<sect1 id="disks-adding"> <sect1 id="disks-adding">
<title>Adding disks</title> <title>Adding Disks</title>
<para><emphasis>Originally contributed by &a.obrien; 26 April <para><emphasis>Originally contributed by &a.obrien; 26 April
1998</emphasis></para> 1998</emphasis></para>
@ -407,7 +407,7 @@
</sect2> </sect2>
<sect2> <sect2>
<title>Using command line utilities</title> <title>Using Command Line Utilities</title>
<sect3> <sect3>
<title>* Using Slices</title> <title>* Using Slices</title>
@ -446,7 +446,7 @@
</sect1> </sect1>
<sect1 id="disks-virtual"> <sect1 id="disks-virtual">
<title>Virtual disks: Network, memory, and file-based filesystems</title> <title>Virtual Disks: Network, Memory, and File-Based Filesystems</title>
<para>Besides the disks you physically insert into your computer; <para>Besides the disks you physically insert into your computer;
floppies, CDs, hard drives, and so forth, other forms of disks floppies, CDs, hard drives, and so forth, other forms of disks
@ -482,7 +482,7 @@
<para>To create a new filesystem image with vnconfig:</para> <para>To create a new filesystem image with vnconfig:</para>
<example> <example>
<title>Creating a new file-backed disk with vnconfig</title> <title>Creating a New File-Backed Disk with vnconfig</title>
<screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>newimage</replaceable> bs=1k count=<replaceable>5</replaceable>k</userinput> <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>newimage</replaceable> bs=1k count=<replaceable>5</replaceable>k</userinput>
5120+0 records in 5120+0 records in
@ -503,7 +503,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
</sect2> </sect2>
<sect2 id="disks-md"> <sect2 id="disks-md">
<title>md: memory filesystem</title> <title>md: Memory Filesystem</title>
<para>md is a simple, efficient means to do memory <para>md is a simple, efficient means to do memory
filesystems.</para> filesystems.</para>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml,v 1.39 2000/01/24 22:46:00 tom Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml,v 1.40 2000/02/01 11:48:11 wosch Exp $
--> -->
<appendix id="eresources"> <appendix id="eresources">
@ -23,7 +23,7 @@
included.</para> included.</para>
<sect1 id="eresources-mail"> <sect1 id="eresources-mail">
<title>Mailing lists</title> <title>Mailing Lists</title>
<para>Though many of the FreeBSD development members read USENET, we <para>Though many of the FreeBSD development members read USENET, we
cannot always guarantee that we will get to your questions in a timely cannot always guarantee that we will get to your questions in a timely
@ -49,7 +49,7 @@
should be consulted before posting a question.</para> should be consulted before posting a question.</para>
<sect2 id="eresources-summary"> <sect2 id="eresources-summary">
<title>List summary</title> <title>List Summary</title>
<para><emphasis>General lists:</emphasis> The following are general <para><emphasis>General lists:</emphasis> The following are general
lists which anyone is free (and encouraged) to join:</para> lists which anyone is free (and encouraged) to join:</para>
@ -345,7 +345,7 @@
</sect2> </sect2>
<sect2 id="eresources-subscribe"> <sect2 id="eresources-subscribe">
<title>How to subscribe</title> <title>How to Subscribe</title>
<para>All mailing lists live on <hostid <para>All mailing lists live on <hostid
role="fqdn">FreeBSD.org</hostid>, so to post to a given list you role="fqdn">FreeBSD.org</hostid>, so to post to a given list you
@ -391,7 +391,7 @@ help
</sect2> </sect2>
<sect2 id="eresources-charters"> <sect2 id="eresources-charters">
<title>List charters</title> <title>List Charters</title>
<para><emphasis>All</emphasis> FreeBSD mailing lists have certain basic <para><emphasis>All</emphasis> FreeBSD mailing lists have certain basic
rules which must be adhered to by anyone using them. Failure to comply rules which must be adhered to by anyone using them. Failure to comply
@ -906,7 +906,7 @@ help
</sect1> </sect1>
<sect1 id="eresources-news"> <sect1 id="eresources-news">
<title>Usenet newsgroups</title> <title>Usenet Newsgroups</title>
<para>In addition to two FreeBSD specific newsgroups, there are many <para>In addition to two FreeBSD specific newsgroups, there are many
others in which FreeBSD is discussed or are otherwise relevant to others in which FreeBSD is discussed or are otherwise relevant to
@ -916,7 +916,7 @@ help
from courtesy of Warren Toomey <email>wkt@cs.adfa.edu.au</email>.</para> from courtesy of Warren Toomey <email>wkt@cs.adfa.edu.au</email>.</para>
<sect2> <sect2>
<title>BSD specific newsgroups</title> <title>BSD Specific Newsgroups</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -932,7 +932,7 @@ help
</sect2> </sect2>
<sect2> <sect2>
<title>Other Unix newsgroups of interest</title> <title>Other Unix Newsgroups of Interest</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -1049,7 +1049,7 @@ help
</sect1> </sect1>
<sect1 id="eresources-web"> <sect1 id="eresources-web">
<title>World Wide Web servers</title> <title>World Wide Web Servers</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.20 1999/12/16 01:53:05 nik Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.21 1999/12/16 16:04:24 cracauer Exp $
--> -->
<chapter id="kerneldebug"> <chapter id="kerneldebug">
@ -232,7 +232,7 @@
</sect1> </sect1>
<sect1> <sect1>
<title>Debugging a crash dump with DDD</title> <title>Debugging a Crash Dump with DDD</title>
<para>Examining a kernel crash dump with a graphical debugger like <para>Examining a kernel crash dump with a graphical debugger like
<command>ddd</command> is also possible. Add the <option>-k</option> <command>ddd</command> is also possible. Add the <option>-k</option>
@ -246,7 +246,7 @@
</sect1> </sect1>
<sect1> <sect1>
<title>Post-mortem Analysis of a Dump</title> <title>Post-Mortem Analysis of a Dump</title>
<para>What do you do if a kernel dumped core but you did not expect it, <para>What do you do if a kernel dumped core but you did not expect it,
and it is therefore not compiled using <command>config -g</command>? Not and it is therefore not compiled using <command>config -g</command>? Not
@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</
</sect1> </sect1>
<sect1> <sect1>
<title>On-line Kernel Debugging Using DDB</title> <title>On-Line Kernel Debugging Using DDB</title>
<para>While <command>kgdb</command> as an offline debugger provides a very <para>While <command>kgdb</command> as an offline debugger provides a very
high level of user interface, there are some things it cannot do. The high level of user interface, there are some things it cannot do. The
@ -479,7 +479,7 @@ options DDB</programlisting>
</sect1> </sect1>
<sect1> <sect1>
<title>On-line Kernel Debugging Using Remote GDB</title> <title>On-Line Kernel Debugging Using Remote GDB</title>
<para>This feature has been supported since FreeBSD 2.2, and it is <para>This feature has been supported since FreeBSD 2.2, and it is
actually a very neat one.</para> actually a very neat one.</para>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml,v 1.111 2000/03/22 18:47:04 billf Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml,v 1.112 2000/03/22 19:07:58 knu Exp $
--> -->
<!-- <!--
@ -933,7 +933,7 @@
</sect1> </sect1>
<sect1 id="staff-who"> <sect1 id="staff-who">
<title>Who Is Responsible for What</title> <title>Who is Responsible for What</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>

View file

@ -1,11 +1,11 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD$ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/users/chapter.sgml,v 1.1 2000/03/08 11:12:22 nbm Exp $
--> -->
<chapter id="users"> <chapter id="users">
<title>Users and basic account management</title> <title>Users and Basic Account Management</title>
<sect1 id="users-synopsis"> <sect1 id="users-synopsis">
<title>Synopsis</title> <title>Synopsis</title>
@ -27,7 +27,7 @@
</sect1> </sect1>
<sect1 id="users-superuser"> <sect1 id="users-superuser">
<title>The superuser account</title> <title>The Superuser Account</title>
<para>The superuser account, usually called <para>The superuser account, usually called
<username>root</username>, comes preconfigured, and facilitates <username>root</username>, comes preconfigured, and facilitates
@ -59,7 +59,7 @@
</sect1> </sect1>
<sect1 id="users-system"> <sect1 id="users-system">
<title>System accounts</title> <title>System Accounts</title>
<para>System users are those used to run services such as DNS, <para>System users are those used to run services such as DNS,
mail, web servers, and so forth. The reason for this is mail, web servers, and so forth. The reason for this is
@ -79,7 +79,7 @@
</sect1> </sect1>
<sect1 id="users-user"> <sect1 id="users-user">
<title>User accounts</title> <title>User Accounts</title>
<para>User accounts are the primary means of access for real <para>User accounts are the primary means of access for real
people to the system, and these accounts insulate the user and people to the system, and these accounts insulate the user and
@ -98,7 +98,7 @@
</sect1> </sect1>
<sect1 id="users-modifying"> <sect1 id="users-modifying">
<title>Modifying accounts</title> <title>Modifying Accounts</title>
<para><application>pw</application> is a powerful and flexible <para><application>pw</application> is a powerful and flexible
means to modify accounts, but <application>adduser</application> means to modify accounts, but <application>adduser</application>
@ -312,7 +312,7 @@ Removing files belonging to jru from /var/tmp/vi.recover: done.
database.</para> database.</para>
<example> <example>
<title>Interactive chpass by superuser</title> <title>Interactive chpass by Superuser</title>
<screen>#Changing user database information for jru. <screen>#Changing user database information for jru.
Login: jru Login: jru
@ -335,7 +335,7 @@ Other information:</screen>
information, and only for themselves.</para> information, and only for themselves.</para>
<example> <example>
<title>Interactive chpass by normal user</title> <title>Interactive chpass by Normal User</title>
<screen>#Changing user database information for jru. <screen>#Changing user database information for jru.
Shell: /usr/local/bin/tcsh Shell: /usr/local/bin/tcsh
@ -398,7 +398,7 @@ passwd: done</screen>
</sect1> </sect1>
<sect1 id="users-limiting-and-personalizing"> <sect1 id="users-limiting-and-personalizing">
<title>Limiting and personalizing users</title> <title>Limiting and Personalizing Users</title>
<para>Quotas allow the system administrator to set disk usage <para>Quotas allow the system administrator to set disk usage
maximums, and users to check their disk usage, if quotas are maximums, and users to check their disk usage, if quotas are

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.18 2000/03/20 22:20:24 jim Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.19 2000/03/21 19:55:41 jim Exp $
--> -->
<chapter id="backups"> <chapter id="backups">
@ -175,7 +175,7 @@
</sect2> </sect2>
<sect2> <sect2>
<title>Using a new tape for the first time</title> <title>Using a New Tape for the First Time</title>
<para>The first time that you try to read or write a new, completely <para>The first time that you try to read or write a new, completely
blank tape, the operation will fail. The console messages should be 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</screen>
</sect2> </sect2>
<sect2> <sect2>
<title>Do nothing</title> <title>Do Nothing</title>
<para>&ldquo;Do nothing&rdquo; is not a computer program, but it is the <para>&ldquo;Do nothing&rdquo; is not a computer program, but it is the
most widely used backup strategy. There are no initial costs. There 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."]]></programlisting>
</sect1> </sect1>
<sect1 id="backups-floppybackups"> <sect1 id="backups-floppybackups">
<title>What about backups to floppies?</title> <title>What about Backups to Floppies?</title>
<sect2 id="floppies-using"> <sect2 id="floppies-using">
<title>Can I use floppies for backing up my data?</title> <title>Can I use floppies for backing up my data?</title>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml,v 1.4 2000/03/25 14:11:08 nbm Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/boot/chapter.sgml,v 1.5 2000/03/25 14:18:24 nbm Exp $
--> -->
<chapter id="boot"> <chapter id="boot">
@ -29,7 +29,7 @@
</sect1> </sect1>
<sect1 id="boot-blocks"> <sect1 id="boot-blocks">
<title>The boot blocks: Bootstrap stages 1 and 2</title> <title>The Boot Blocks: Bootstrap Stages 1 and 2</title>
<para><firstterm>Bootstrapping</firstterm> is the process <para><firstterm>Bootstrapping</firstterm> is the process
whereby a computer probes and initializes its devices, and whereby a computer probes and initializes its devices, and
@ -124,7 +124,7 @@ boot:</screen>
</sect1> </sect1>
<sect1 id="boot-loader"> <sect1 id="boot-loader">
<title>loader: Bootstrap stage three</title> <title>Loader: Bootstrap Stage Three</title>
<para>The loader is the final stage of the three-stage <para>The loader is the final stage of the three-stage
bootstrap, and is located on the filesystem, usually as bootstrap, and is located on the filesystem, usually as
@ -144,7 +144,7 @@ boot:</screen>
command set.</para> command set.</para>
<sect2 id="boot-loader-flow"> <sect2 id="boot-loader-flow">
<title>loader program flow</title> <title>Loader Program Flow</title>
<para>During initialization, the loader will probe for a <para>During initialization, the loader will probe for a
console and for disks, and figure out what disk it is console and for disks, and figure out what disk it is
@ -173,7 +173,7 @@ boot:</screen>
</sect2> </sect2>
<sect2 id="boot-loader-commands"> <sect2 id="boot-loader-commands">
<title>loader built-in commands</title> <title>Loader Built-In Commands</title>
<para>The easy-to-use command set comprises of:</para> <para>The easy-to-use command set comprises of:</para>
@ -314,7 +314,7 @@ boot:</screen>
</sect2> </sect2>
<sect2 id="boot-loader-examples"> <sect2 id="boot-loader-examples">
<title>loader examples</title> <title>Loader Examples</title>
<para>Here are some practical examples of loader usage.</para> <para>Here are some practical examples of loader usage.</para>
@ -362,7 +362,7 @@ boot:</screen>
</sect1> </sect1>
<sect1 id="boot-kernel"> <sect1 id="boot-kernel">
<title>Kernel interaction during boot</title> <title>Kernel Interaction During Boot</title>
<para>Once the kernel is loaded by either <link <para>Once the kernel is loaded by either <link
linkend="boot-loader">loader</link> (as usual) or <link linkend="boot-loader">loader</link> (as usual) or <link
@ -371,7 +371,7 @@ boot:</screen>
necessary.</para> necessary.</para>
<sect2 id="boot-kernel-bootflags"> <sect2 id="boot-kernel-bootflags">
<title>Kernel bootflags</title> <title>Kernel Boot Flags</title>
<para>Here are the more common boot flags:</para> <para>Here are the more common boot flags:</para>
@ -433,7 +433,7 @@ boot:</screen>
</sect1> </sect1>
<sect1 id="boot-init"> <sect1 id="boot-init">
<title>Init: Process control initialization</title> <title>Init: Process Control Initialization</title>
<para>Once the kernel has finished booting, it passes control to <para>Once the kernel has finished booting, it passes control to
the user process <command>init</command>, which is located at the user process <command>init</command>, which is located at
@ -442,7 +442,7 @@ boot:</screen>
<command>loader</command>.</para> <command>loader</command>.</para>
<sect2 id="boot-autoreboot"> <sect2 id="boot-autoreboot">
<title>Automatic reboot sequence</title> <title>Automatic Reboot Sequence</title>
<para>The automatic reboot sequence makes sure that the <para>The automatic reboot sequence makes sure that the
filesystems available on the system are consistent. If they filesystems available on the system are consistent. If they
@ -454,7 +454,7 @@ boot:</screen>
</sect2> </sect2>
<sect2 id="boot-singleuser"> <sect2 id="boot-singleuser">
<title>Single-user mode</title> <title>Single-User Mode</title>
<para>This mode can be reached through the <link <para>This mode can be reached through the <link
linkend="boot-autoreboot">automatic reboot linkend="boot-autoreboot">automatic reboot
@ -496,7 +496,7 @@ console none unknown off insecure</programlisting>
</sect2> </sect2>
<sect2 id="boot-multiuser"> <sect2 id="boot-multiuser">
<title>Multi-user mode</title> <title>Multi-User Mode</title>
<para>If <command>init</command> finds your filesystems to be <para>If <command>init</command> finds your filesystems to be
in order, or once the user has finished in <link in order, or once the user has finished in <link
@ -505,7 +505,7 @@ console none unknown off insecure</programlisting>
resource configuration of the system.</para> resource configuration of the system.</para>
<sect3 id="boot-rc"> <sect3 id="boot-rc">
<title>Resource configuration (rc)</title> <title>Resource Configuration (rc)</title>
<para>The resource configuration system reads in <para>The resource configuration system reads in
configuration defaults from configuration defaults from
@ -526,7 +526,7 @@ console none unknown off insecure</programlisting>
</sect1> </sect1>
<sect1 id="boot-shutdown"> <sect1 id="boot-shutdown">
<title>Shutdown sequence</title> <title>Shutdown Sequence</title>
<para>Upon controlled shutdown, via <command>shutdown</command>, <para>Upon controlled shutdown, via <command>shutdown</command>,
<command>init</command> will attempt to run the script <command>init</command> will attempt to run the script

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.178 2000/04/02 08:56:38 asmodai Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v 1.179 2000/04/03 00:33:54 mharo Exp $
--> -->
<chapter id="contrib"> <chapter id="contrib">
@ -41,7 +41,7 @@
to at least give it a second look.</para> to at least give it a second look.</para>
<sect1 id="contrib-what"> <sect1 id="contrib-what">
<title>What Is Needed</title> <title>What is Needed</title>
<para>The following list of tasks and sub-projects represents something of <para>The following list of tasks and sub-projects represents something of
an amalgam of the various core team <filename>TODO</filename> lists and an amalgam of the various core team <filename>TODO</filename> lists and

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v 1.14 2000/03/25 14:12:56 nbm Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v 1.16 2000/03/25 20:05:40 nbm Exp $
--> -->
<chapter id="disks"> <chapter id="disks">
@ -15,7 +15,7 @@
</sect1> </sect1>
<sect1 id="disks-naming"> <sect1 id="disks-naming">
<title>Disk naming</title> <title>Disk Naming</title>
<para>Physical drives come in two main flavours, <para>Physical drives come in two main flavours,
<acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there <acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there
@ -24,7 +24,7 @@
own drivers and devices.</para> own drivers and devices.</para>
<table id="disk-naming-physical-table"> <table id="disk-naming-physical-table">
<title>Physical disk naming conventions</title> <title>Physical Disk Naming Conventions</title>
<tgroup cols="2"> <tgroup cols="2">
<thead> <thead>
@ -92,7 +92,7 @@
</table> </table>
<sect2> <sect2>
<title>Slices and partitions</title> <title>Slices and Partitions</title>
<para>Physical disks usually contain <para>Physical disks usually contain
<firstterm>slices</firstterm>, unless they are <firstterm>slices</firstterm>, unless they are
@ -112,7 +112,7 @@
</sect1> </sect1>
<sect1 id="disks-mounting"> <sect1 id="disks-mounting">
<title>Mounting and unmounting filesystems</title> <title>Mounting and Unmounting Filesystems</title>
<para>The filesystem is best visualized as a tree, <para>The filesystem is best visualized as a tree,
rooted, as it were, at <filename>/</filename>. rooted, as it were, at <filename>/</filename>.
@ -135,7 +135,7 @@
drives.</para> drives.</para>
<sect2 id="disks-fstab"> <sect2 id="disks-fstab">
<title>The fstab file</title> <title>The fstab File</title>
<para>During the <link linkend="boot">boot process</link>, <para>During the <link linkend="boot">boot process</link>,
filesystems listed in <filename>/etc/fstab</filename> are filesystems listed in <filename>/etc/fstab</filename> are
@ -172,7 +172,7 @@
</sect2> </sect2>
<sect2 id="disks-mount"> <sect2 id="disks-mount">
<title>The mount command</title> <title>The mount Command</title>
<para>The &man.mount.8; command is what is ultimately used to <para>The &man.mount.8; command is what is ultimately used to
mount filesystems.</para> mount filesystems.</para>
@ -297,7 +297,7 @@
</sect2> </sect2>
<sect2 id="disks-umount"> <sect2 id="disks-umount">
<title>The umount command</title> <title>The umount Command</title>
<para>The umount command takes, as a parameter, one of a <para>The umount command takes, as a parameter, one of a
mountpoint, a device name, or the <option>-a</option> or mountpoint, a device name, or the <option>-a</option> or
@ -315,7 +315,7 @@
</sect1> </sect1>
<sect1 id="disks-adding"> <sect1 id="disks-adding">
<title>Adding disks</title> <title>Adding Disks</title>
<para><emphasis>Originally contributed by &a.obrien; 26 April <para><emphasis>Originally contributed by &a.obrien; 26 April
1998</emphasis></para> 1998</emphasis></para>
@ -407,7 +407,7 @@
</sect2> </sect2>
<sect2> <sect2>
<title>Using command line utilities</title> <title>Using Command Line Utilities</title>
<sect3> <sect3>
<title>* Using Slices</title> <title>* Using Slices</title>
@ -446,7 +446,7 @@
</sect1> </sect1>
<sect1 id="disks-virtual"> <sect1 id="disks-virtual">
<title>Virtual disks: Network, memory, and file-based filesystems</title> <title>Virtual Disks: Network, Memory, and File-Based Filesystems</title>
<para>Besides the disks you physically insert into your computer; <para>Besides the disks you physically insert into your computer;
floppies, CDs, hard drives, and so forth, other forms of disks floppies, CDs, hard drives, and so forth, other forms of disks
@ -482,7 +482,7 @@
<para>To create a new filesystem image with vnconfig:</para> <para>To create a new filesystem image with vnconfig:</para>
<example> <example>
<title>Creating a new file-backed disk with vnconfig</title> <title>Creating a New File-Backed Disk with vnconfig</title>
<screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>newimage</replaceable> bs=1k count=<replaceable>5</replaceable>k</userinput> <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>newimage</replaceable> bs=1k count=<replaceable>5</replaceable>k</userinput>
5120+0 records in 5120+0 records in
@ -503,7 +503,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
</sect2> </sect2>
<sect2 id="disks-md"> <sect2 id="disks-md">
<title>md: memory filesystem</title> <title>md: Memory Filesystem</title>
<para>md is a simple, efficient means to do memory <para>md is a simple, efficient means to do memory
filesystems.</para> filesystems.</para>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml,v 1.39 2000/01/24 22:46:00 tom Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml,v 1.40 2000/02/01 11:48:11 wosch Exp $
--> -->
<appendix id="eresources"> <appendix id="eresources">
@ -23,7 +23,7 @@
included.</para> included.</para>
<sect1 id="eresources-mail"> <sect1 id="eresources-mail">
<title>Mailing lists</title> <title>Mailing Lists</title>
<para>Though many of the FreeBSD development members read USENET, we <para>Though many of the FreeBSD development members read USENET, we
cannot always guarantee that we will get to your questions in a timely cannot always guarantee that we will get to your questions in a timely
@ -49,7 +49,7 @@
should be consulted before posting a question.</para> should be consulted before posting a question.</para>
<sect2 id="eresources-summary"> <sect2 id="eresources-summary">
<title>List summary</title> <title>List Summary</title>
<para><emphasis>General lists:</emphasis> The following are general <para><emphasis>General lists:</emphasis> The following are general
lists which anyone is free (and encouraged) to join:</para> lists which anyone is free (and encouraged) to join:</para>
@ -345,7 +345,7 @@
</sect2> </sect2>
<sect2 id="eresources-subscribe"> <sect2 id="eresources-subscribe">
<title>How to subscribe</title> <title>How to Subscribe</title>
<para>All mailing lists live on <hostid <para>All mailing lists live on <hostid
role="fqdn">FreeBSD.org</hostid>, so to post to a given list you role="fqdn">FreeBSD.org</hostid>, so to post to a given list you
@ -391,7 +391,7 @@ help
</sect2> </sect2>
<sect2 id="eresources-charters"> <sect2 id="eresources-charters">
<title>List charters</title> <title>List Charters</title>
<para><emphasis>All</emphasis> FreeBSD mailing lists have certain basic <para><emphasis>All</emphasis> FreeBSD mailing lists have certain basic
rules which must be adhered to by anyone using them. Failure to comply rules which must be adhered to by anyone using them. Failure to comply
@ -906,7 +906,7 @@ help
</sect1> </sect1>
<sect1 id="eresources-news"> <sect1 id="eresources-news">
<title>Usenet newsgroups</title> <title>Usenet Newsgroups</title>
<para>In addition to two FreeBSD specific newsgroups, there are many <para>In addition to two FreeBSD specific newsgroups, there are many
others in which FreeBSD is discussed or are otherwise relevant to others in which FreeBSD is discussed or are otherwise relevant to
@ -916,7 +916,7 @@ help
from courtesy of Warren Toomey <email>wkt@cs.adfa.edu.au</email>.</para> from courtesy of Warren Toomey <email>wkt@cs.adfa.edu.au</email>.</para>
<sect2> <sect2>
<title>BSD specific newsgroups</title> <title>BSD Specific Newsgroups</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -932,7 +932,7 @@ help
</sect2> </sect2>
<sect2> <sect2>
<title>Other Unix newsgroups of interest</title> <title>Other Unix Newsgroups of Interest</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -1049,7 +1049,7 @@ help
</sect1> </sect1>
<sect1 id="eresources-web"> <sect1 id="eresources-web">
<title>World Wide Web servers</title> <title>World Wide Web Servers</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml,v 1.17 2000/03/10 22:44:14 phantom Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml,v 1.18 2000/03/17 10:51:47 nbm Exp $
--> -->
<chapter id="internals"> <chapter id="internals">
@ -62,7 +62,7 @@
</sect1> </sect1>
<sect1 id="dma"> <sect1 id="dma">
<title>DMA: What it Is and How it Works</title> <title>DMA: What it is and How it Works</title>
<para><emphasis>Copyright &copy; 1995,1997 &a.uhclem;, All Rights <para><emphasis>Copyright &copy; 1995,1997 &a.uhclem;, All Rights
Reserved. 10 December 1996. Last Update 8 October Reserved. 10 December 1996. Last Update 8 October
@ -1621,7 +1621,7 @@ makeoptions COPTFLAGS="-O2 -pipe"</programlisting>
</sect1> </sect1>
<sect1 id="ipv6-implementation"> <sect1 id="ipv6-implementation">
<title>IPv6/IPsec implementation</title> <title>IPv6/IPsec Implementation</title>
<para><emphasis>Contributed by &a.shin;, 5 March <para><emphasis>Contributed by &a.shin;, 5 March
2000.</emphasis></para> 2000.</emphasis></para>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.20 1999/12/16 01:53:05 nik Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.21 1999/12/16 16:04:24 cracauer Exp $
--> -->
<chapter id="kerneldebug"> <chapter id="kerneldebug">
@ -232,7 +232,7 @@
</sect1> </sect1>
<sect1> <sect1>
<title>Debugging a crash dump with DDD</title> <title>Debugging a Crash Dump with DDD</title>
<para>Examining a kernel crash dump with a graphical debugger like <para>Examining a kernel crash dump with a graphical debugger like
<command>ddd</command> is also possible. Add the <option>-k</option> <command>ddd</command> is also possible. Add the <option>-k</option>
@ -246,7 +246,7 @@
</sect1> </sect1>
<sect1> <sect1>
<title>Post-mortem Analysis of a Dump</title> <title>Post-Mortem Analysis of a Dump</title>
<para>What do you do if a kernel dumped core but you did not expect it, <para>What do you do if a kernel dumped core but you did not expect it,
and it is therefore not compiled using <command>config -g</command>? Not and it is therefore not compiled using <command>config -g</command>? Not
@ -284,7 +284,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</
</sect1> </sect1>
<sect1> <sect1>
<title>On-line Kernel Debugging Using DDB</title> <title>On-Line Kernel Debugging Using DDB</title>
<para>While <command>kgdb</command> as an offline debugger provides a very <para>While <command>kgdb</command> as an offline debugger provides a very
high level of user interface, there are some things it cannot do. The high level of user interface, there are some things it cannot do. The
@ -479,7 +479,7 @@ options DDB</programlisting>
</sect1> </sect1>
<sect1> <sect1>
<title>On-line Kernel Debugging Using Remote GDB</title> <title>On-Line Kernel Debugging Using Remote GDB</title>
<para>This feature has been supported since FreeBSD 2.2, and it is <para>This feature has been supported since FreeBSD 2.2, and it is
actually a very neat one.</para> actually a very neat one.</para>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml,v 1.111 2000/03/22 18:47:04 billf Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml,v 1.112 2000/03/22 19:07:58 knu Exp $
--> -->
<!-- <!--
@ -933,7 +933,7 @@
</sect1> </sect1>
<sect1 id="staff-who"> <sect1 id="staff-who">
<title>Who Is Responsible for What</title> <title>Who is Responsible for What</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>

View file

@ -1,11 +1,11 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD$ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/users/chapter.sgml,v 1.1 2000/03/08 11:12:22 nbm Exp $
--> -->
<chapter id="users"> <chapter id="users">
<title>Users and basic account management</title> <title>Users and Basic Account Management</title>
<sect1 id="users-synopsis"> <sect1 id="users-synopsis">
<title>Synopsis</title> <title>Synopsis</title>
@ -27,7 +27,7 @@
</sect1> </sect1>
<sect1 id="users-superuser"> <sect1 id="users-superuser">
<title>The superuser account</title> <title>The Superuser Account</title>
<para>The superuser account, usually called <para>The superuser account, usually called
<username>root</username>, comes preconfigured, and facilitates <username>root</username>, comes preconfigured, and facilitates
@ -59,7 +59,7 @@
</sect1> </sect1>
<sect1 id="users-system"> <sect1 id="users-system">
<title>System accounts</title> <title>System Accounts</title>
<para>System users are those used to run services such as DNS, <para>System users are those used to run services such as DNS,
mail, web servers, and so forth. The reason for this is mail, web servers, and so forth. The reason for this is
@ -79,7 +79,7 @@
</sect1> </sect1>
<sect1 id="users-user"> <sect1 id="users-user">
<title>User accounts</title> <title>User Accounts</title>
<para>User accounts are the primary means of access for real <para>User accounts are the primary means of access for real
people to the system, and these accounts insulate the user and people to the system, and these accounts insulate the user and
@ -98,7 +98,7 @@
</sect1> </sect1>
<sect1 id="users-modifying"> <sect1 id="users-modifying">
<title>Modifying accounts</title> <title>Modifying Accounts</title>
<para><application>pw</application> is a powerful and flexible <para><application>pw</application> is a powerful and flexible
means to modify accounts, but <application>adduser</application> means to modify accounts, but <application>adduser</application>
@ -312,7 +312,7 @@ Removing files belonging to jru from /var/tmp/vi.recover: done.
database.</para> database.</para>
<example> <example>
<title>Interactive chpass by superuser</title> <title>Interactive chpass by Superuser</title>
<screen>#Changing user database information for jru. <screen>#Changing user database information for jru.
Login: jru Login: jru
@ -335,7 +335,7 @@ Other information:</screen>
information, and only for themselves.</para> information, and only for themselves.</para>
<example> <example>
<title>Interactive chpass by normal user</title> <title>Interactive chpass by Normal User</title>
<screen>#Changing user database information for jru. <screen>#Changing user database information for jru.
Shell: /usr/local/bin/tcsh Shell: /usr/local/bin/tcsh
@ -398,7 +398,7 @@ passwd: done</screen>
</sect1> </sect1>
<sect1 id="users-limiting-and-personalizing"> <sect1 id="users-limiting-and-personalizing">
<title>Limiting and personalizing users</title> <title>Limiting and Personalizing Users</title>
<para>Quotas allow the system administrator to set disk usage <para>Quotas allow the system administrator to set disk usage
maximums, and users to check their disk usage, if quotas are maximums, and users to check their disk usage, if quotas are