Commit graph

504 commits

Author SHA1 Message Date
Bruce A. Mah
091d5106ff Add a few new entities for new manpages: atapicam(4), uuid(3),
check_utility_compat(3).
2002-10-30 18:29:13 +00:00
Marc Fonvieille
88477ef95f Quick hack to allow build of the Handbook with .txt files.
textproc/scr2txt must also be on the system.

The .txt files are created on the fly with .png ones.  This is not
perfect, but it allows mirrors to build docs.
2002-10-30 10:06:03 +00:00
Nik Clayton
bae6e2b3ef Add the ${LOCAL_IMAGES_TXT} variable as a dependency in the html-text
target, ensuring that any .txt files that need to be generated for the
document will be.
2002-10-28 19:44:08 +00:00
Nik Clayton
eece7f02d3 Add in the necessary framework so that in the "FORMATS=txt" case, any
.scr files in the ${IMAGES} list are automatically converted to their
plain text equivalents.
2002-10-28 19:41:55 +00:00
Nik Clayton
66e8205da4 Fix a long-standing bug in the way (the lack of) images is handled in the
'text-only' case.

Do this by explicitly setting preferred-mediaobject-notations to the
empty list.

This has only worked for so long because the source format for images in
all the documents with plain text equivalents for images has been EPS,
which isn't used in the HTML output format.  If PNG images were used
then the <textobject> element wasn't chosen.
2002-10-28 19:35:31 +00:00
Bruce A. Mah
04ab905c3f Manpage references for new fun features: gbde(4), raid(4),
devd.conf(5), devd(8), gbde(8), raidctl(8).
2002-10-21 23:00:46 +00:00
Bruce A. Mah
1b0bcec8ac Add entities for some of the wide character C library functions.
This only adds those required by a release note documenting these
features.

Also add an entity for pst(4).
2002-10-19 16:15:35 +00:00
Sebastien Gioria
f5c785899a Adding some french definitions for building relnotes on RELENG_4 2002-10-19 14:59:26 +00:00
Bruce A. Mah
f1a3574c65 New entities: mac(3), ofwdump(8), ugidfw(8). 2002-10-18 23:34:55 +00:00
Marc Fonvieille
54f58d175c Keep &man.foo.1; form for -CURRENT manual page in the Handbook.
This will avoid any changes in the sgml files.  In translations, only
freebsd.dsl file will have to be updated.
(revert in part previous commit)
2002-10-18 21:16:33 +00:00
Marc Fonvieille
e2f224d087 Use current attribute for -CURRENT manual pages. It is now possible to
make the difference between -STABLE and -CURRENT manual pages.  We need
this for devfs, device.hints etc. manual pages in our Handbook.

Manual pages entities for -CURRENT should have the form &man.current.foo.1;
Note, this does not concern release notes but only docs.

An "old" man.devfs.5 entity is kept to allow the build of localized docs
till their upgrade.
2002-10-18 19:00:54 +00:00
Tom Rhodes
11b2631716 Use correct manual page entities. 2002-10-18 05:38:33 +00:00
Bruce A. Mah
9130839d10 Add entities for bz*grep(1). 2002-10-15 23:20:07 +00:00
Marc Fonvieille
a89acfe274 Allow the use of graphic files from en_US.ISO8859-1/ directory for
localized docs.

For example in the Handbook Makefile, an image entry will be similar to:

IMAGES = ../../../en_US.ISO8859-1/books/handbook/install/userconfig.scr

the image will be built in that directory and then installed in the right
localized place at installation time.

Some versions of ghostscript (7.04) have problems with the use of
relative path when the arguments are passed by peps; a fix was
added.

Reviewed and discussed with:	murray
2002-10-12 10:53:52 +00:00
Murray Stokely
218aacf60d FreeBSD 4.7 is imminent. 2002-10-08 04:42:45 +00:00
Bruce A. Mah
b1417ca4a7 Add entities for kse(2) and new crypto manpages. 2002-10-05 16:44:40 +00:00
Bruce A. Mah
611aa86b9d Update for number of ports in the ports tree. (Obtained from
ports/INDEX rev. 1.366.)
2002-10-02 16:01:26 +00:00
Mario Sergio Fujikawa Ferreira
166d8f9d41 Add all PTBR specific entries in order to silence some warnings
when building documentation

Approved by:	phantom (mentor)
2002-09-24 13:44:07 +00:00
Marc Fonvieille
fc1bd3af83 Addition of Italian entities
PR:		docs/42926
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-09-22 10:31:23 +00:00
Bruce A. Mah
45d1eb01f3 Commit a few Firewire manpage entities. 2002-09-19 22:32:44 +00:00
Bruce A. Mah
77a34f9fea Add an entity for gre(4). 2002-09-10 17:57:44 +00:00
Alfred Perlstein
7e4ba0309d Add a chapter to describe newbus.
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
PR: docs/42557
2002-09-08 21:25:24 +00:00
Bruce A. Mah
c5ed9db7cb Add entity for ng_l2tp(4). 2002-09-03 00:24:17 +00:00
Bruce A. Mah
2d6ef52919 Add entity for ahd(4). 2002-09-01 22:14:44 +00:00
Marc Fonvieille
12dd96327b - Addition of vendor attribute where needed.
- Addittion of a little explanation about vendor attribute.
2002-08-30 13:21:49 +00:00
Bruce A. Mah
2c30955cce Add an entry for xterm(1), using the new vendor attribute. 2002-08-30 02:49:21 +00:00
Marc Fonvieille
ea1af70d8c Fix <citerefentry> definition to support 'vendor' attribute to select
which of the CGI manual page collections to use.
Some changes have to be done in local freebsd.dsl, look at
http://www.freebsd.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/share/sgml/freebsd.dsl.diff?r1=1.14&r2=1.15
for more details.

Reviewed by:	nik
2002-08-27 14:03:38 +00:00
Bruce A. Mah
d7051b8aab Add entity for uvisor(4). 2002-08-23 19:12:27 +00:00
Murray Stokely
e31b057846 FreeBSD 4.6.2 is imminent. 2002-08-14 06:50:51 +00:00
Dima Dorfman
fa83fbb7c0 Add devfs(8). 2002-07-28 07:50:27 +00:00
Dima Dorfman
eaa482e767 Properly sort cpu_switch(9). 2002-07-28 07:49:22 +00:00
Dima Dorfman
9ca76adfd2 Fix the blatant disregard for the order of entries in the file (as
well as the lack of necessity of duplicates) in revision 1.142 (adding
PAM manual pages).

Found by:	../examples/check-manref.sh
Submitted by:	sed, xargs, ../examples/add-manref.sh
2002-07-28 07:45:19 +00:00
Bruce A. Mah
4b513a94e6 Revert revision 1.15, which showed 4.6.1-RELEASE as the most recent.
Someone on the RE team will reinstate this change when the release is
imminent.

This (hopefully) will prevent people reading our doc files from getting
confused as to what the latest release is.

Approved by:	murray
2002-07-25 04:56:59 +00:00
Jim Mock
e7db2f9364 Say hello to the beginnings of a new multimedia chapter (after a
repo-copy from sound).  This is based on the old sound chapter, but
includes video and other multimedia related bits.  More will be added to
it shortly and various parts will be cleaned up, but I wanted to get
this in the tree before I do anything else to it.

The sound chapter has been removed from the build, but I haven't cvs
rm'd it yet (though I will in about 24 hrs time).

Mostly submitted by:	Ross Lippert <ripper@eskimo.com>
2002-07-24 04:22:50 +00:00
Murray Stokely
2e906b3095 Update entities for upcoming 4.6.1 release. 2002-07-19 09:28:23 +00:00
Murray Stokely
9089b6feca Remove CSS_SHEET from .OBJDIR during `make clean'.
Submitted by:	 Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-07-07 05:05:46 +00:00
Bruce A. Mah
beff3ac59d Add jumbo(9) and zero_copy(9). 2002-06-27 16:43:30 +00:00
Bruce A. Mah
886255268c New manpage entities: pselect(3), disc(4), pam_echo(8), pam_exec(8). 2002-06-22 21:23:23 +00:00
Bruce A. Mah
891f007a38 Add a handful of new manpage references. 2002-06-21 15:32:09 +00:00
Bruce A. Mah
f1a0472b2b Add rcorder(8). 2002-06-14 02:36:21 +00:00
Bruce A. Mah
080e89b605 Add stat(1). 2002-06-11 21:30:05 +00:00
Dag-Erling Smørgrav
3562552682 Full roster of PAM man pages. 2002-06-07 13:17:31 +00:00
Dag-Erling Smørgrav
31f658b724 Perl script that translates a list of man pages to a list of SGML entity
definitions.
2002-06-07 13:16:50 +00:00
Nik Clayton
7d0a752f13 Add support for generating {book,article}.xml from {book,article}.sgml.
Add support for using the XSL stylesheets to generate HTML output using
XSLT transforms, rather than using JadeTeX.  So (assuming you have
installed xsltproc from ports/textproc/libxslt, and the docbook-xsl
stylesheets), you can now do

    make STYLESHEET_TYPE=xsl FORMATS=html

and get HTML output that way.
2002-06-04 11:40:17 +00:00
Nik Clayton
482c17450b Update entities and text relating to the upcoming 4.6 release. 2002-05-30 21:38:26 +00:00
Bruce A. Mah
8bd73a52b5 We now have (more than) 7,000 ports.
Pointed out by:	rpratt
2002-05-28 00:22:40 +00:00
Bruce A. Mah
f225bf2335 Add entities for asa(1), b64decode(1), b64encode(1), pathchk(1), sccs(1). 2002-05-22 23:02:42 +00:00
Bruce A. Mah
9cfffa7d71 Add entity for tabs(1). 2002-05-21 03:25:15 +00:00
Giorgos Keramidas
6bfa1aac46 Remove &man.links.1;. There was only one reference to it, and it was
removed from the fdp-primer.
2002-05-19 13:48:26 +00:00
Bruce A. Mah
a1c6333d1b Add entity for devinfo(8).
Requested by:	Hiten Pandya <hitmaster2k@yahoo.com>
2002-05-13 16:42:45 +00:00
Bruce A. Mah
1bb7357ad3 Add entity for gawk(1). 2002-05-11 16:17:26 +00:00
Bruce A. Mah
f1f760aedd Add pam_ftpusers(8). 2002-05-09 22:29:37 +00:00
Nik Clayton
562d333909 Reorder the $FreeBSD$ line. Indent. Teach the stylesheet how to format
our custom elements.
2002-05-05 17:03:10 +00:00
Nik Clayton
e449f6b2eb Reorder the $FreeBSD$ line. Indent. 2002-05-05 17:02:43 +00:00
Nik Clayton
b37249481e Use the project's default.xsl file in favour of the stylesheet default. 2002-05-05 16:22:58 +00:00
Nik Clayton
06a6db0650 Add two new stylesheet driver files. default.xsl is the analogue of
default.dsl, and just calls freebsd.xsl.  freebsd.xsl is where the
project-specific customisations for the XSL stylesheets will go.
2002-05-05 16:22:15 +00:00
Nik Clayton
3fb94de348 Add enough of a framework so that "make STYLESHEET_TYPE=xsl FORMATS=html"
now works.

For limited values of "works".  None of the FreeBSD extensions to the
DocBook DTD are currently recognised, for example.
2002-05-05 16:06:19 +00:00
Nik Clayton
f89cff1e15 Add a STYLESHEET_TYPE variable, which defaults to 'dsssl'. When set to
'xsl' a different set of rules are invoked to use an XSL toolchain
(processors, stylesheets, and so forth) to convert the DocBook to the
various different output formats.

I haven't actually written the rules that are invoked when this knob is
set to 'xsl'.  But how hard can it be. . .
2002-05-05 15:30:06 +00:00
Bruce A. Mah
8656a61fad Add csplit(1). 2002-05-03 18:45:40 +00:00
Bruce A. Mah
792eb4d080 Add entity for ifpi2(4). 2002-04-27 02:08:51 +00:00
Bruce A. Mah
7473d2af5f Add entity for kenv(2) system call. 2002-04-26 14:38:45 +00:00
Bruce A. Mah
599af8291e Add manpage references for about a dozen PAM modules in -CURRENT. 2002-04-25 18:31:42 +00:00
Murray Stokely
38efb3d25a Add a new print-output build variable for the doc project, 'RLE'.
If defined, EPS files are run length encoded before being integrated
into the PostScript output.

  "make book.ps" currently generates a 96 megabyte file.
  "make RLE=1 book.ps" generates a 16 megabyte file.

If we added a tool to use better (LZW) compression for the eps
screenshots and such, then we could reduce this number further.
2002-04-22 08:59:03 +00:00
Bruce A. Mah
e488182f0a Add entities for recently-added USB manpages. 2002-04-21 15:29:09 +00:00
Hiroki Sato
e7b8c24ee9 Unbreak relnotes build. 2002-04-20 22:32:24 +00:00
Bruce A. Mah
91ab17279d Spell ng_etf correctly. 2002-04-19 17:01:53 +00:00
Bruce A. Mah
489a87ef81 MFP4 (change 8929):
Don't make the assumption that source files are writable.
	The FDP infrastructure has a few constructs of the form
	"cp foo bar; cat baz >> bar".  This breaks if foo isn't
	writable (as is frequently the case in P4 work directory).
2002-04-12 18:13:37 +00:00
Hiroki Sato
c78382d8b2 Add an entity for rc.sendmail(8) to unbreak relnotes build. 2002-04-12 02:09:08 +00:00
Bruce A. Mah
c5d02c8e89 Add entity for viapm(4). 2002-04-04 05:26:09 +00:00
Bruce A. Mah
dbb160a3bc Add an entity for geom(4). 2002-04-04 05:22:25 +00:00
John Baldwin
ac1b437776 Add entities for the rest of the critical section API. 2002-03-14 21:49:06 +00:00
Murray Stokely
ec203a0014 Add an entry for release(7). 2002-03-14 10:16:58 +00:00
Robert Watson
d9b86bbd11 Add tentities for sx(9), sx_slock(9), and sx_xlock(9).
Reviewed by:	asmodai, chris
2002-03-13 18:08:33 +00:00
Michael Lucas
cbd2dd6e01 Add an entry for critical_enter(9).
noticed by: rwatson
2002-03-08 21:54:40 +00:00
Bruce A. Mah
7978d9ab3b Add manpage entites for lukemftpd(8), ftpusers(5), and ftpd.conf(5). 2002-02-28 21:55:41 +00:00
Dima Dorfman
9d1a5ade02 Replace the <port> tag with a construct in terms of <filename>:
<filename role="package">.  The <port> tag as it was had two major
defects: (a) the name is ambiguous (does "port" mean "architecture"?
how about "TCP/UDP port"?), and (b) it introduces a non-standard (to
DocBook) tag, which is generally assumed to be evil.

Moral support by:	bmah, keramida, mwlucas, roam
2002-02-27 04:56:44 +00:00
Murray Stokely
d389050efd We now have over 6,600 ports. 2002-02-26 20:46:41 +00:00
Murray Stokely
bf6eeb13b4 Netscape 4.X does not support the '@import' directive in CSS
stylesheets.  To get around this, append the filename specified in the
'CSS_SHEET_ADDITIONS' variable (if defined) to the end of the default
CSS stylesheet.  This allows us to add document-specific stylesheet
rules while still supporting braindead browsers and reusing the
default CSS code.
2002-02-25 14:24:51 +00:00
Bruce A. Mah
d88cb1cd19 Add entities for polling(4) and puc(4). 2002-02-16 19:10:37 +00:00
Dima Dorfman
bac6b91b50 To determine LANGCODE, we look for a directory named "doc" below
CURDIR.  This causes problems when one wants to have multiple doc/
trees checked out at once because it requires every tree to be in a
directory called "doc"; i.e., one must have <name-of-tree>/doc/
instead of just <name-of-tree>/ like one can do with src/.  Mitigate
the pain by making it possible to tell the build infrastructure what
the doc prefix is called; this still isn't perfect since it requires
2002-02-10 22:05:13 +00:00
Dima Dorfman
269bf639ac Update a comment. 2002-02-10 10:11:02 +00:00
Alexey Zelkin
9b6ca7453f Move non-committers email address entities (re, faq, etc.) into
own entities file (teams.ent)
2002-02-06 17:05:51 +00:00
Bruce A. Mah
dde19dfed1 Teach the doc tree how to convert PIC diagrams to PDF files
in a OBJDIR-friendly way.
2002-02-06 16:26:41 +00:00
Murray Stokely
d5a4400b57 Teach the doc tree how to convert PIC diagrams to PNG and EPS files
in a OBJDIR-friendly way.
2002-02-02 20:30:55 +00:00
Ruslan Ermilov
e3049559b0 yp(4) -> yp(8). 2002-02-01 15:58:37 +00:00
Mario Sergio Fujikawa Ferreira
57c4970c1a Add entries for Brazilian Portuguese translation
Approved by:		phantom (mentor)
Reviewed by:		keramida
2002-01-28 20:21:03 +00:00
Murray Stokely
8534f7d483 Update documentation entities. The current release of FreeBSD is 4.5,
and it will be released in January, 2002.
2002-01-28 06:56:52 +00:00
Murray Stokely
7e1c5e72bb Update port count. 2002-01-24 13:12:25 +00:00
Bruce A. Mah
0ef32ff7f9 Add manpage entity for k5su(8). 2002-01-18 16:29:19 +00:00
Bruce A. Mah
555d5fb8bc Add manpage entity for tcpd(8); it's now part of the base system on
HEAD.
2002-01-14 00:36:22 +00:00
Bruce A. Mah
1f72c2c952 Override the count-footnotes? function of the DSSSL print stylesheet
to fix a bug that would cause footnote numbering to be messed up if
using %footnote-ulinks% and we had any empty <ulink></ulink> elements
in a document.  (This happens a lot in the release documentation.)

This change has been submitted to the DocBook bug database on
SourceForge as bug #502066.  When it gets included into the
DocBook DSSSL distribution and the corrected version gets incorporated
into the FreeBSD Ports Collection, I'll back out the change in our
(FreeBSD's) stylesheet.
2002-01-10 22:09:44 +00:00
Nik Clayton
b2864e307a Reindent (lose first two spaces from each line), and add Emacs local
variables.
2002-01-09 19:23:05 +00:00
Bruce A. Mah
aa2feecbf6 Apply a needed invocation of our fix-url procedure when trying to do
URLs as footnotes.

"Cargo cult" programming at its best.
2002-01-08 03:49:50 +00:00
Bruce A. Mah
a2d357c3a4 Fix a bug in the FreeBSD print stylesheet that resulted in the
combination of %footnote-ulink% and bop-footnotes not generating any
URL footnotes (although other footnotes in documents were
correct).  freebsd.dsl contains a modified definition of the
ulink element as defined in dblink.dsl from the DSSSL print stylesheet;
unfortunately it was missing some lines of code, which we restore.

As of this commit, no document in the FDP uses %footnote-ulink%,
although the release documentation will enable it shortly.
2002-01-07 03:46:24 +00:00
Bruce A. Mah
71efa6e46b Add entry for ifpi(4) (i4b driver). 2002-01-03 22:54:50 +00:00
Bruce A. Mah
cc1725a535 Add a manpages entity for tuning(7). I can't believe we didn't already
have this.
2002-01-03 21:07:18 +00:00
Murray Stokely
0e36f3ddca Add command variables for PS2EPS, PIC2PS, and groff so that we can use
PIC diagrams in the doc tree.
2002-01-02 01:10:37 +00:00
Chris Costello
1b2fe955df Add entries for sec-doc(7) and sprog(7).
Obtained from:  NAI Labs CBOSS Project
Sponsored by:   DARPA, NAI Labs
2002-01-01 21:09:07 +00:00
Murray Stokely
1246adb2b2 Pass the TEXCMDS variable to pdftex when generating a PDF file, so
that optional features such as two-sided output and justification work
for PDF files, not just PostScript.

PR:		docs/32849
Submitted by:	Peter Johnson <freebsd@bilogic.org>
2002-01-01 08:41:19 +00:00
Murray Stokely
79c09bbbdf Add a command variable for 'LATEX' so we can draw figures using LATEX
and then convert them to .eps files with dvips -E.
2002-01-01 05:30:49 +00:00
Joseph Koshy
7f7f0a3c52 Add a bibliography entry for ``FreeBSD Unleashed'' by Brian Tiemann and
Michael Urban.
2001-12-21 10:22:07 +00:00
Murray Stokely
c0e16ca1e7 Back out r1.59 until I have time to fix this properly
Requested by: bmah
2001-12-20 13:52:16 +00:00
Bruce A. Mah
9820bd6b8c Add entities for mount_smbfs(8) and smbutil(1). 2001-12-18 16:25:31 +00:00
Alexey Zelkin
987c1c8bed Add new make target 'cleanall'. Its responsibility is to remove *all*
possible generated files (make clean is called for all known formats).

It can be useful when default FORMATS for document has different value
than was used in build.

Reviewed by:	nik
2001-12-13 23:51:26 +00:00
Alexey Zelkin
54cf68eab2 Force tidy(1) to use '-raw' and newly added '-preserve' options
to process generated HTML. This not cause any side effects except
leaving some character entities in their numeric form instead
converting them into alphabetical notation (&#60; instead of &lt;),
but since all browsers understand such cases it is not a problem.

This commit should make all translations tidy clean, since
tidy should not arise entities conversion problem as it did
for long time before. Therefore all occurences of manual settings
of TIDYFLAGS and NO_TIDY declarations for translations are removed.

No objections from: -doc
Requested by: Russian and Japanese translation teams
2001-12-12 11:49:38 +00:00
Bruce A. Mah
e553d32777 Add em(4). 2001-12-04 06:50:37 +00:00
Bruce A. Mah
a5349c9339 Entity-ize the release notes and hardware notes and change a reference
in the FAQ to use these.  (Presumably there'll be others.)

While I'm here, add an entity for the current release's errata file.

Heavily based on the last patch in the PR, modified to be consistent
with the way that the Website build defines similar entities.

PR:		30202
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2001-11-26 01:47:20 +00:00
Bruce A. Mah
f9a4fd18c4 Add entities for lomac(4) and ugen(4). 2001-11-21 19:29:40 +00:00
Murray Stokely
0361e0a8d3 Rework our index support.
* Add a new document-specific variable, HAS_INDEX, to specify if a
    given document is marked up with <indexterm> entries.

  * Rework the index support so that both HAS_INDEX and GEN_INDEX are
    checked before trying to generate an index for a document.

  * Only create index.sgml if both HAS_INDEX and GEN_INDEX are set.

This allows us to recursively build the documentation tree with
GEN_INDEX=1 and have it only try to create an index (very time
consuming) for the few documents that are ready for this.  Previously,
running "make GEN_INDEX=1" from the top of the doc tree would look for
index terms in every single document.

With this, I hope we can start building our docs with GEN_INDEX set on
freefall so that users browsing the HTML docs will get the benefit of
the index we've been hiding in CVS for 6 months.
2001-11-19 06:11:16 +00:00
Bruce A. Mah
009b5b0055 Add entry for ipfs(8). 2001-11-16 01:43:14 +00:00
Bruce A. Mah
7bf53aa2c1 Update count of ports for documentation purposes.
Submitted by:	mwlucas@blackhelicopters.org
2001-11-10 02:04:26 +00:00
Murray Stokely
c9252fd82e Fix typo in last commit. 2001-11-06 04:27:39 +00:00
Murray Stokely
f646abd75f Add a ISO8879 catalog entry.
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-11-05 10:43:17 +00:00
Murray Stokely
4ffcb3417b Make the TIDYFLAGS/TIDYOPTS usage homologous to the rest of the make
variables in the doc infrastructure.  Fixes several small bugs.

PR:		docs/31703
Submitted by:	Akio Morita <amorita@FreeBSD.org>
2001-11-05 10:33:38 +00:00
Bruce A. Mah
1a1f4c5ed1 Add entity for ng_eth(4). 2001-10-31 16:37:36 +00:00
Bruce A. Mah
274215c5ca Unbreak PDF file building. 2001-10-30 21:37:53 +00:00
Murray Stokely
58a809138a Add a declaration missing from the last commit. 2001-10-29 10:52:52 +00:00
Murray Stokely
f92319a1b1 Make build/install /usr/obj prefix clean.
Also fix several minor bugs here, such as leftover files not being
deleted after 'make clean'.

PR:		docs/31131
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-10-29 09:21:53 +00:00
Bruce A. Mah
f8cc94fd62 Add entity for conscontrol(8). 2001-10-25 20:45:43 +00:00
Bruce A. Mah
eb966a6b37 Add entity for isdnphone(8). 2001-10-19 16:29:39 +00:00
Bruce A. Mah
aaf33169d4 Add an entity for gx(4). 2001-10-19 14:48:45 +00:00
Murray Stokely
f55eaf1468 Properly define entities for [ OK ] and [ CANCEL ] and use these
entities throughout the install chapter.  These need to be defined
with &nbsp; so that these buttons don't wrap across lines.

This prevents :

"Press the [
OK ] button"

from showing up in the print or HTML output.
2001-10-18 20:48:57 +00:00
Murray Stokely
0b61dde25e Correctly use the \url{} macro for ulinks without any content.
So <ulink url="bla"></ulink> will be displayed properly.
2001-10-13 01:07:24 +00:00
Bruce A. Mah
fd1172c3fd Add entities for strnstr(3) and strcasestr(3). 2001-10-13 00:24:17 +00:00
Chern Lee
ec98517d74 Add an entry for xvidtune(1) 2001-10-08 22:37:18 +00:00
Bruce A. Mah
56119bda39 Add an entity for eaccess(2). 2001-10-06 05:09:30 +00:00
Bruce A. Mah
b175ae6a93 Add entities for rp(4) and agp(4) manpages. 2001-10-05 22:26:43 +00:00
Murray Stokely
04a95c21db Fix `make lint' for the handbook by hiding the index behind a
parameter entity.
2001-10-04 09:40:31 +00:00
Bruce A. Mah
64bd20c67d Add vlan(4). 2001-09-28 18:29:32 +00:00
Bruce A. Mah
2935b0aacf Add manpage entities for bge(4) and some new netgraph nodes. 2001-09-28 00:37:37 +00:00
Murray Stokely
f1f42b3785 Add an entity for the month of the last -RELEASE version. This will
make it easier for us to keep things updated with future releases.

Submitted by:	tom
2001-09-27 10:15:51 +00:00
Murray Stokely
492963ce88 Move the current release entity so that it can be used by all of our
documentation, not just the Handbook.
2001-09-27 01:08:57 +00:00
Murray Stokely
6cfb4c7134 Add entity for amdpm(4). 2001-09-18 04:50:22 +00:00
Murray Stokely
2a18b45f52 Move the newsgroup entities out of the Handbook directory and create a
catalog entry for them.  These entities are not specific to the
Handbook.
2001-09-18 04:14:44 +00:00
Murray Stokely
8577fa90a4 Add a knob to trace TeX's memory usage. This is useful when you're
using tons of different macro packages (like we do) and something is
misbehaving. ``make TRACE=1 book.ps''
2001-09-17 09:45:01 +00:00
Murray Stokely
24818905cc Silence a warning for HTML output, and add some more special handling
for the justified print output case.
2001-09-13 07:34:57 +00:00
Murray Stokely
f7fcffd6d4 Add support for cascading stylesheets and images for documents with
HTML as a source format.
2001-09-13 07:26:48 +00:00
Dima Dorfman
2fbe82ba36 Add klxref(8). 2001-09-11 12:46:57 +00:00
Murray Stokely
f0a4faa9b7 Whitespace change only. 2001-09-11 08:56:52 +00:00
Murray Stokely
2f6155eed2 Use a formatting-instruction to work around the problem where Jade
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.
2001-09-11 08:47:53 +00:00
Murray Stokely
486bf4abfd Turn on -ioutput.print.twoside in the TWO_SIDE=1 case (which is also
the BOOK_OUTPUT=1 case).
2001-09-11 02:32:32 +00:00
Murray Stokely
621456e13d Add a new parameter entity output.print.twoside, which redefines some
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.
2001-09-11 02:31:50 +00:00
Murray Stokely
45c7fe1389 Wrap <filename> in \url{...} if justification is turned on. This
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.
2001-09-11 02:06:03 +00:00
Murray Stokely
2bd7f72656 Add justification to the list of features that
'make BOOK_OUTPUT=1 book.ps' gives you.
2001-09-11 00:38:32 +00:00
Murray Stokely
872e454400 Add a formatting instruction to wrap URLs in \url{} for the print
backend.  This allows JUSTIFY=1 to look much nicer.  Filenames still
aren't handled, but there is another TeX package for that that I will
use shortly.
2001-09-08 02:21:19 +00:00
Murray Stokely
eca1d05330 Add a new option 'JUSTIFY' which can be used to tell the TeX backend
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.
2001-09-08 01:59:22 +00:00
Murray Stokely
7f68ef77e2 We don't want to label the preface sections, if present. 2001-09-07 22:26:45 +00:00
Murray Stokely
a36b0de6c7 Add two new options to our documentation infrastructure.
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}
2001-09-07 10:21:41 +00:00
Bruce A. Mah
b80538a56f Update os.numports to reflect the INDEX file for 4.4-RELEASE,
with 5,813 (rounded down to 5,800) ports.
2001-09-04 04:03:45 +00:00
Bruce A. Mah
ecbfbb99d0 Add entity for pcic(4). 2001-09-03 05:19:52 +00:00