copy that talks about view.exe, makeflp.bat, install.bat, and others,
because they don't exist any more.
Move the copy about installing from MSDOS partitions, tapes, and so on,
to the end of this chapter. It needs a lot more work first.
JADEFLAGS to set variables such as %generate-article-toc%. However,
JADEFLAGS is also passed to nsgmls, which doesn't, and shouldn't,
understand -V. The Makefiles which do this are correct, because the
name--JADEFLAGS--implies that it will only be passed to Jade, not to
nsgmls, too. Furthermore, simply not passing JADEFLAGS to nsgmls is
not okay, since nsgmls *does* need the -i flags used to
include/exclude certain parts of the document.
Remedy this by breaking up JADEFLAGS into itself and SGMLFLAGS. The
latter will be passed to all SGML processors such as nsgmls and Jade.
The former will only be passed to Jade. The -V flags should stay in
JADEFLAGS, and the -i flags should be moved to SGMLFLAGS.
This fixes `make lint` for documents which use -V via JADEFLAGS.
Reviewed by: bmah
fixes the cases where the Developer's Handbook is separated from the
Handbook (i.e., different parent directories), and where authors.ent
is somewhere other than "../handbook".
Added <hostid> tags for hosts rose and orchid
Changed (where necessary) job's --> job is
queue's --> queue is
printer's --> printer is
bamboo's --> bamboo is
She's --> She is
PR: 29729
Submitted by: John Murphy <jfm@blueyonder.co.uk>
Approved by: murray
While I'm here, add <application> arround a couple of instances of
sendmail and remove a "This section taken from the FAQ" line since
that describes much of the Handbook.
Submitted by: Chris Shumway <christopher.shumway@windriver.com>
some of the more conventional filesystems, but pseudo-filesystems are
more unusual (at least NFS stores data), and all filesystems are
"unique" by definition.
PR: 29503
Approved by: jim
* Two spaces after a period.
* Fix up the spacing in the listitems.
<itemizedlist>
<listitem>
<para></para>
</listitem>
<listitem>
<para></para>
</listitem>
</itemizedlist>
This is covered in the fdp-primer. Please read it.
His name was apparently accidently removed when we moved to the
<chapterinfo> scheme.
* Add a standard synopsis to this chapter.
* Remove gratuitous "For information about <title of next section>,
see <number of next section>".
* Use <xref> instead of a <link> to Ports chapter.
* Clean up the section about KLDs and enabling Linux compatibility.