talking about the kernel functionality and not the command itself.
Instances of "IPFW" in the handbook will be references to the kernel
functionality, and <application/command>ipfw</> will be in reference
to the command itself.
- Added note to inform readers that "^D" mean to use control-d, as well
as "^C" mean control-c (wrapped in keycaps of course).
Reviewed by: chern
* Move BIOS Drive Numbering and Mounting/Mounting and Unmounting
Filesystems to Basics chapter
* Update sypnosis to reflect changes
* Change title of "Disk Quotas" to "File System Quotas"
* Create new RAID section w/ sub-sections Soft & Hard
* Move ccd section into Soft RAID
* Create to-be completed vinum sub-section of Soft RAID
* Move Backup Programs, Backup Media, and Floppy Backup sections
from Backups chapter into Storage
Suggested by: murray and nik
be talking about both protocols and command/applications. One example
here is when we talk about ssh. In same cases, ssh is referred to as the
protocol, some cases it's referred to as the actual command. It shows the
reader that <application>bold</application> will be used for commands/
applications, and plain text will be used for protocols.
- Added a bit about how to make sshd not permit direct root logins
- Replaced <literal> tags with <groupname> tags when talking about wheel
- "*'ing" out passwords changed to "staring" out passwords, all instances.
- Wrapped any instances of * in <quote> tags, or replaced them with "star"
- Wrapped popper in <application> tags
- When talking about ssh as a protocol, unwrapped the <application> tags
- Changed <literal> to <varname> when talking about variables
- Added commas throughout the chapter
- Changed GRONDAR.ZA to EXAMPLE.COM just because that's what we've been
using for example domain names.
- Put usernames in <username> tags
Reviewed by: murray,chern
thinks that it must never output something like "_" to the TeX
backend, and should instead use \char{95}. The package we are using
to hyphenate URLs, url.sty, is designed to allow URLs without worrying
about such things, and will literally display the \char{95} without
this patch.
of the functions to get correct page numbering for two sided output.
This code will also have to insert some blank pages to make sure part
and chapter headers always start on a verso page. This is an
improvement, but it is also a work in progress that should be in the
tree so others can experiment with it.
The most visible impact is that the Chapter 1 now starts on page 2
instead of page 1. Part I now starts on page 1 instead of xviii.
When this is done properly, Chapter 1 will start on page 3.
prevents the majority of the remaining margin overflows. However,
this solution isn't very elegant in that it completely ignores
<replaceable>s inside of a <filename> element. The normal TeX that
gets output inside of \url{..} confuses TeX, so we must simply process
the children of replaceable without doing any additional formatting
inside of the \url{..} (such as putting the text into italics).
More work needs to be done on this.