Commit graph

357 commits

Author SHA1 Message Date
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