* 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.
to switch to Ok/Cancel
Added warning for observing disk order in Select Disks menu.
Use &os.numports for number of ports and revise size
requirement to 100M.
Clarify Package Select section regarding using Tab
to switch to Ok/Cancel
Approved by: murray
to make the paragraphs right justified using TeX's default hyphenation
rules. We still must add some hooks to certain elements (URLs) to
deal with special cases that TeX can't hyphenate well.
Screensaver Options-->System Console Configuration Options
Change FDISK-->FDisk in figure title for consistency.
Added link to FAQ for security profiles.
Approved by: murray
- Added a "Denial of Service" indexterm to the ICMP_BANDLIM kernel option
- Changed instances of "at the end of this document" to "at the end of
this chapter"
- Wrapped stuff in <literal> tags
- Added a note to see "How to make device nodes" if you compile a kernel
with new device nodes
- Changed cpu_type to cpu
- Random grammer changes
- Moved "device npx0" and "pseudo-device ether" to the section that says
"These options are required" from the section that says they are
optional.
- Added more info about how to boot a kernel if your new kernel doesn't
want to boot.
- Made "If something goes wrong" a little nicer looking.
Reviewed by: murray
of a small subset of the directories listed in hier(7) that a newbie
should really be familiar with. Continue to point the user to
hier(7) for an exaustive description of the directory hierarchy.
* Fix a couple of typos
* Enclose commands in <command> tags.
Partially Submitted by: logo
TWO_SIDE - If defined, two sided output will be created. This
means that new chapters will only start on odd
numbered (aka right side, aka recto) pages and the
headers and footers will be aligned appropriately
for double sided paper. Blank pages may be added as
needed.
BOOK_OUTPUT - If defined, this will set all of the other
print-output options that can significantly increase
the build time, but make for much nicer looking
output.
To implement the two sided output, we need to override a TeX variable
to control the behavior of the JadeTeX macro package. So this also
introduces a TEXCMDS variable that can be set with additional TeX
commands that should be run before processing the input TeX document.
In the TWO_SIDE case, we simply set it to \def\PageTwoSide{1}
* Add missing words to form better sentences.
* Suggest that users simply set the router and router_flags variables
in /etc/rc.conf, rather than the previous instructions to hack
/etc/netstart.