Commit graph

633 commits

Author SHA1 Message Date
Marc Fonvieille
5f6a0fe031 Add an entity for the X server from the X.Org Foundation: Xorg.
This will prevent inconsistencies.
2004-08-25 15:44:45 +00:00
Giorgos Keramidas
3b93e1abdd Add entities for the pf.conf(5) and pfctl(8) manpages.
PR:		docs/70836
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2004-08-23 01:20:39 +00:00
Marc Fonvieille
38ac4eceb8 Add EPSON and EPSON Perfection trademarks. 2004-08-17 16:43:30 +00:00
Ceri Davies
a1e2506ae2 Correct the entities added in the last revision of this file.
Requested by:	simon
2004-08-15 21:19:25 +00:00
Ceri Davies
8004b96026 Add some trademarks that will be used in the upcoming glossary commit. 2004-08-14 13:59:08 +00:00
Ken Smith
e88b90e8bc Remove cvsup4.nl - admin reports he wants to shut it down. 2004-08-14 04:30:27 +00:00
Marc Fonvieille
4e43c19774 Add output.rtf.images entry. This will be used with the rtf backend to
specify the image extension (png) and force callouts text markers.
The callout markers from 1 to 9 are not correctly rendered under
OpenOffice (I don't know about other rtf viewers).  I don't have a
solution for this problem for the moment.
2004-08-12 15:00:11 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Martin Heinen
0db2af1869 Add the entities "gui.yes" and "gui.no" to prevent
unpleasant line breaks in button texts.

Discussed on:	-doc
2004-08-07 12:12:29 +00:00
Marc Fonvieille
43a0df9127 Add sane-find-scanner(1), scanimage(1) and sane(7). 2004-08-05 13:56:33 +00:00
Denis Peplin
2f69cd65ee Add design-44bsd to books 2004-08-05 09:23:32 +00:00
Hiroki Sato
38ff5cc679 Add new entries:
bsdtar(1), fgetwln(3), ftw(3), nextwctype(3), and nftw(3).
2004-08-02 18:22:48 +00:00
Hiroki Sato
502ec06ad3 Add &url.main; again temporarily to unbreak the build. 2004-08-01 15:56:36 +00:00
Hiroki Sato
ddd742a0b2 Add entities &url.articles.*; and &url.books.*;. These can be used
in <ulink> like <ulink url="&url.books.handbook;/kernelconfig.html"></ulink>.

To use these entities, put the following lines in preamble (DOCTYPE
declaration) of the document:

<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
%l10n.ent;
<!ENTITY % urls.ent PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls.ent;

and put URL_RELPREFIX in the Makefile.

For translation teams:
  please add your "langcode" into <langcode>/share/sgml/l10n.ent using
  examples from en_US.ISO8859-1/share/sgml/l10n.ent and ja_JP.eucJP/share/
  sgml/l10n.ent.  &url.books.*; will be replaced with URLs for your
  language; if you want URLs which point the original (English) docs,
  you can use &url.books.*.en; instead.

Discussed with:	den
2004-07-26 15:28:32 +00:00
Hiroki Sato
b3e1e212f8 Back out the previous change temporarily to unbreak the build. 2004-07-25 11:30:53 +00:00
Murray Stokely
4d8725ed22 The &nis; acronym entity is no longer needed, as only the first three
instances are marked up with <acronym role=".."> tags.
2004-07-23 09:11:03 +00:00
Ken Smith
2e090582a4 Adding some extra protocols supported by ftp.id.freebsd.org. 2004-07-20 02:29:39 +00:00
Ken Smith
5f878eea03 Finish making the changes from the piece I had copied to make the new entry
for ftp.id.freebsd.org.  Was concentrating on needing to change the pathname
for the URL and neglected to change the hostname (pathname is correct, he
doesn't have the "pub" part that's normal...).

Caught by:	ceri
Pointy Hat:	kensmith
2004-07-19 14:21:48 +00:00
Ken Smith
85f39332a9 Add ftp.id.freebsd.org. 2004-07-19 14:10:38 +00:00
Murray Stokely
524c6a7c57 Override the default $acronym-seq$ formatting to look for a role
attribute in acronym DocBook tags and use this for the title attribute
in acronym HTML4 tags, which will then give a mouseover definition of
the acronym.
2004-07-15 08:26:33 +00:00
Murray Stokely
4aa1046cc0 Add a role attribute to the NIS acronym so that we can render HTML
that displays a mouseover with the full text 'Network Information
System'.  This is a proof of concept.  Stylesheet support coming next.
2004-07-15 08:22:19 +00:00
Murray Stokely
c62dacb9c5 Since the print output is passed through TeX anyway, we might as well
format it properly with the \TeX command.  Likewise for instances of
LaTeX in our documentation.

There should be no change for the HTML output, where they will still
be rendered in bold characters like all other text wrapped in <application>.
2004-07-14 09:44:30 +00:00
Murray Stokely
a63686372b Improve comment and add <application> tags around TeX and LaTeX so
that the stylesheets know exactly what to look for and can render this
specially for print output.
2004-07-14 09:36:23 +00:00
Murray Stokely
551eaf5b40 Add a DSSSL stylsheet to enable more efficient spellchecking. This
stylesheet omits the contents of <filename>, <devicename>,
<programlisting>, and other tags that are likely to not contain real
English words.  The output of this stylesheet can then be checked with
'make spellcheck' with far fewer false positives.
2004-07-14 05:28:11 +00:00
Ken Smith
33f2fcfd0a Adjustments to www sites in Romania. 2004-07-13 14:38:41 +00:00
Murray Stokely
08cc311722 Properly close acronym tag. 2004-07-13 05:48:14 +00:00
Murray Stokely
0b77e3db95 The acronym 'NIS' is used over 150 times in the network-servers
chapter alone of the Handbook.  Add an entity here, used with &nis;,
so that we can mark up each of those with <acronym>NIS</acronym>
without bloating the source SGML files too much.  We shouldn't add
every such acronym here, but in the case of NIS it really helps the
readability.
2004-07-13 05:45:52 +00:00
Hiroki Sato
a13b50e98b Unbreak the build.
Pointy hat to:	hrs
2004-07-07 11:23:16 +00:00
Denis Peplin
b019193729 Apply workaround to fix the build
I'm forgot to test build/install from www

Pointy hat:	den
2004-07-07 08:13:49 +00:00
Hiroki Sato
84f8ee0a15 Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
2004-07-06 15:09:55 +00:00
Hiroki Sato
41329ac343 Back out &man.gconcat.8; removal to unbreak the build. 2004-06-30 13:53:32 +00:00
Hiroki Sato
56d0bcb976 Add new entries:
rmd160(1), sha1(1), fwip(4), and ixgb(4).
2004-06-30 10:23:36 +00:00
Hiroki Sato
3d09719bdb Add new entries:
eeprom(8), geom(8), ggatec(8), ggated(8),
	ggatel(8), smbmsg(8), sunlabel(8)
2004-06-30 07:34:47 +00:00
Ken Smith
64e3d7bd51 Add ftp2.ca (URL is correct, they didn't follow the pub/FreeBSD convention). 2004-06-24 13:15:27 +00:00
Ken Smith
f109293fe8 Add first host in Kyrgyzstan - www.kg and cvsup.kg. 2004-06-23 03:52:26 +00:00
Ken Smith
2012fd1c9d Add a new mirror site in Portugal as both www1.pt and cvsup3.pt 2004-06-23 02:29:38 +00:00
Tom Rhodes
15806333b5 Add refs for recently added cm(4), esp(4), rc(4) and snc(4) manual pages. 2004-06-22 03:00:09 +00:00
Erwin Lansing
dfe1d685a4 Note that ftp.dk.FreeBSD.org runs IPv6
Approved by:	simon (doc foo)
2004-06-14 20:46:52 +00:00
Simon L. B. Nielsen
794069a9de - Add IntelliMouse as a Microsoft Trademark.
- Update Linux trademark entry after I found http://www.linuxmark.org/.
2004-06-13 20:39:46 +00:00
Hiroki Sato
c4f7691931 Bump the version number for 4.10R. 2004-05-28 00:41:59 +00:00
Alexander Langer
9822e8ad12 Add ftp8.de.FreeBSD.org, located at RWTH Aachen, Germany, also known
as SunSITE Central Europe.
2004-05-27 10:55:00 +00:00
Ken Smith
7601c142c6 Add three CVSup mirror sites in Lithuania. 2004-05-21 16:01:31 +00:00
Hideyuki KURASHINA
6d769f4076 Add ct(4). 2004-05-18 15:20:43 +00:00
Hideyuki KURASHINA
dbdb570b47 Add cp(4) and ng_sppp(4). 2004-05-18 15:17:33 +00:00
Hiroki Sato
413af34cb6 Reimplement absolute/relative URL knob. Urls.ent now statically
includes the both of relative and absolute URLs, and when
the URLS_ABSOLUTE make variable is defined, absolute URLs in
share/sgml/urls.ent are used.
2004-05-11 10:59:48 +00:00
Tom Rhodes
1f702fec86 Add mac_portacl(4) and mac_stub(4) to the manual page entities list. 2004-05-07 16:10:52 +00:00
Ken Smith
1ce8c284ed Add cvsup2.dk.freebsd.org. 2004-05-06 14:38:46 +00:00
Ken Smith
fee45f7449 Add www.id - WWW mirror site in Indonesia. 2004-05-05 13:17:34 +00:00
Denis Peplin
2b0f6c0e65 Use &url.main; entity in place of ../../../..
Replace &url.main; -> http://www.FreeBSD.org
when URLS_ABSOLUTE is set (for release building),
and -> ../../../.. by default (for mirror sites).

Patch was slightly modified by:	hrs
Discussed with:	des, ceri, hrs, trhodes, simon
2004-05-05 12:52:48 +00:00
Ken Smith
eb6f5627fe Add new cvsup site in Indonesia. 2004-05-04 15:38:26 +00:00
Dag-Erling Smørgrav
e90cab8c3d pam_ftp has gone the way of the dodo. 2004-04-29 18:32:59 +00:00
Hiroki Sato
565ca43cd6 Revert changes in the previous commit temporarily until the release day. 2004-04-24 19:41:38 +00:00
Hiroki Sato
19b029ac56 Bump version number for upcoming 4.10-RELEASE. 2004-04-24 19:23:19 +00:00
Hiroki Sato
22555385c3 Add acpi_asus(4). 2004-04-24 17:27:27 +00:00
Murray Stokely
ddbcd9bd9b Update number of ports 2004-04-19 09:42:43 +00:00
Hiroki Sato
d7545a46f4 Add ng_hub(4). 2004-04-17 17:24:57 +00:00
Hiroki Sato
6410a51e75 Add umct(4). 2004-04-16 18:30:56 +00:00
Hiroki Sato
661e42d8c3 Add twa(4). 2004-04-16 18:23:54 +00:00
Kirill Ponomarev
17a3b86533 - Add cvsup8.de.FreeBSD.org 2004-04-13 05:06:16 +00:00
Ken Smith
cb57f57e6e - Remove several FTP sites that have disappeared.
- Add some new CVSUP sites in China
	- Merge the two South Africa sections into one.

New China CVSUP sites provided by Xin Li <delphij (at) frontfree.net>
on behalf of The FreeBSD Simplified Chinese Project.
2004-04-12 03:54:11 +00:00
Marc Fonvieille
26405d2916 Add vendor attribute for my previous addition.
Spotted by:	ceri
2004-04-11 13:56:57 +00:00
Marc Fonvieille
881e706b7e Add procmailex(5) entity (I forgot it in my last commit). 2004-04-11 05:33:30 +00:00
Hiroki Sato
f33722d166 Add pgrep(1) and pkill(1). 2004-04-10 20:27:42 +00:00
Alex Dupre
a15146f3e5 Add the first Italian cvsup Tier-1 mirror.
Provided by:	Manuel Martini <martin@tomato.it>
2004-04-08 21:43:25 +00:00
Marc Fonvieille
a79af1fbfc Add portaudit(1). 2004-04-03 17:53:19 +00:00
Hiroki Sato
bcdced5e83 Add ctau(4) to unbreak relnotes build. 2004-04-02 18:28:08 +00:00
Hiroki Sato
99c9ad9220 Add pf(4). 2004-03-24 18:01:01 +00:00
Hiroki Sato
1f322e3958 Add new entries: arl(4) and arlconfig(8). 2004-03-16 04:36:44 +00:00
Bruce A. Mah
d49130dae4 New manpage entities: logins(1), acpi_toshiba(4), acpi_video(4),
ng_atmllc(4), ubser(4).
2004-03-15 00:09:53 +00:00
Tom Rhodes
8a43338ad4 Add an entity for newsyslog.conf(5). 2004-03-13 16:33:59 +00:00
Hiroki Sato
3fcb8eb921 Add ng_vlan(4). 2004-03-13 16:06:52 +00:00
Ken Smith
652cebaccb Add ftp1.ro and cvsup1.ro mirror sites. 2004-03-11 16:58:06 +00:00
Bruce A. Mah
7135a15225 New entities: jail_attach(2), udav(4), gconcat(8). 2004-02-28 18:43:01 +00:00
Bruce A. Mah
8e4842bc31 FreeBSD 5.2.1 is now the latest 5.X release. 2004-02-26 05:36:30 +00:00
Marc Fonvieille
fcd3ac5dba Add growisofs(1) manual page for the "coming soon DVD burning section." 2004-02-23 10:41:15 +00:00
Simon L. B. Nielsen
6ae1b9e21a Add entities for the GEOM section 9 manual pages. 2004-02-21 15:44:43 +00:00
Ken Smith
f6d05be54a Added Costa Rica zone, one WWW site and one CVSUP site in that zone. 2004-02-19 03:43:34 +00:00
Bruce A. Mah
e2f263befb New entities: libarchive(3), sdp(3), sdpd(8). 2004-02-17 05:03:52 +00:00
Simon L. B. Nielsen
0b473c33aa *.sgml:
- Use trademark entities.
 - Add trademark attributions.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add trademark entity for Sun.
2004-02-16 00:11:08 +00:00
Peter Pentchev
d1dbb5e3ec Unbreak the build. This is just a bandaid - some valid SGML.
Does anybody actually have a copy of the Bell System Technical Journal
at hand to check what the correct title should be?
2004-02-10 20:11:04 +00:00
Ceri Davies
e1d457e5d5 Add the Bell System Technical Journal.
PR:		docs/52858
Submitted by:	jhs
2004-02-09 22:41:49 +00:00
Tom Rhodes
07f2ad888b Add acpi_thermal.4 to the list. 2004-01-28 23:09:16 +00:00
Bruce A. Mah
1ca8ae3786 Temporarily back out previous commit until release day. 2004-01-28 20:35:19 +00:00
Bruce A. Mah
0749012b0c Version number bumps for upcoming 5.2.1-RELEASE. 2004-01-28 20:34:34 +00:00
Ken Smith
7c8c0e7eab - Add Taiwan Zone, new cvsup/www mirror site there. 2004-01-28 04:18:21 +00:00
Josef El-Rayes
8b737692b3 Add some details about the usage of portupgrade &
add a man-ent for portupgrade.

Approved by:    simon(mentor)
Submitted by:   josef
PR:             docs/55458
2004-01-18 22:21:10 +00:00
Marc Fonvieille
e8ae652251 Update manpath to 5.2-current 2004-01-16 16:02:01 +00:00
Ken Smith
0c8cd3176d - Remove entire bg.freebsd.org entry, the zone is defunct.
Pointed out by: Georgi Alexandrov <aether@abv.bg>
2004-01-14 04:18:36 +00:00
Hiroki Sato
2e2010fbb7 Improve transtable.{xml,xsl}, including:
- The structure of transtable.xml is revised.  <word> should be
   bracketed with <group>.

 - A sorting order of the FreeBSD mirror sites rendered using
   mirrors.xml has been determined by sort(1).

 - A template "transtable-lookup" has been added for localization on
   word-by-word basis.

 - Replace English month names in news.xml, press.xml, and
   advisories.xml with numbers that correspond to the names.
   The number->name translation is performed on the fly.

 - Since information in mirrors.xml is used in www/ tree, it depends on
   doc/ tree now.  When WITHOUT_DOC is defined it can be built without
   doc/ tree, but some information becomes unavailable.  For example,
   a list of the mirror sites generated in index.html becomes a dummy
   one, and calling "transtable-lookup" with a word returns the word
   itself.

Neither www/ nor doc/ build should be broken due to this commit, but
until the necessary changes are applied in the localized directories,
the transtable does not work; it simply generates non-localized contents
even if transtable.xsl is used.
2004-01-12 21:27:01 +00:00
Bruce A. Mah
77fd16671d FreeBSD 5.2 is now the current 5.X release. 2004-01-12 20:43:23 +00:00
Bruce A. Mah
0790f03469 Add entity for digi(4). 2004-01-10 18:08:04 +00:00
Marc Fonvieille
e68b10d824 Add NetxHop and GateD. 2004-01-09 15:03:54 +00:00
Marc Fonvieille
37964968df Add some manual pages. 2004-01-08 11:22:35 +00:00
Ceri Davies
7c4c8612d1 We hit port10K two days ago. Good work to all involved. 2003-12-31 14:22:56 +00:00
Bruce A. Mah
e465dce6a3 Temporarily back out previous commit (part two of the version number
bump stutter step).
2003-12-30 20:16:34 +00:00
Bruce A. Mah
64014cfd8e We're going to be releasing 5.2 in a different month than was originally
scheduled, so I need to repeat the version number bump stutter-step.
2003-12-30 20:15:17 +00:00
Simon L. B. Nielsen
4071843a8a Add trademark attribution for CVSup. 2003-12-24 00:26:41 +00:00
Ken Smith
fd4cf3db9c - Add ftp15.us.freebsd.org 2003-12-22 03:06:15 +00:00
Ken Smith
cd86695345 - Add rsync proto to ftp.nl.freebsd.org 2003-12-19 13:39:28 +00:00
Ken Smith
f85541cc35 - Add ftp.tr.freebsd.org
- Add proto=ftpv6 to ftp4.us.freebsd.org to see if this is how
	  to use it.
2003-12-19 03:56:50 +00:00
Bruce A. Mah
7a7c61cb9e Revert previous commit, so that automatically-built doc/ sets
(such as for the Web site) don't prematurely claim 5.2
as being released.
2003-12-13 07:54:10 +00:00
Bruce A. Mah
15b7987d79 Temporary version number bump for 5.2-RELEASE so we can tag a doc/
set that mentions it.  This commit will be reverted momentarily.
2003-12-13 07:52:09 +00:00
Bruce A. Mah
8c9fe18630 Update for the number of ports in the ports tree. 2003-12-13 06:59:05 +00:00
Bruce A. Mah
b08cfaa48c Add entities for the "Project Evil" manpages: ndis(4) and ndiscvt(8). 2003-12-12 21:49:42 +00:00
Ollivier Robert
f39bb9e98e Added back another ftp4.fr.FreeBSD.org, located around Paris, France.
Hosted by zonepro.com.
2003-12-09 09:41:26 +00:00
Bruce A. Mah
8450c40458 Add sab(4) entity. 2003-12-07 00:52:33 +00:00
Bruce A. Mah
844d1e7797 Add entity for asf(8). 2003-12-06 23:08:25 +00:00
Hiroki Sato
38922ab6a2 - Add news/news.xml dependency to index.html.
- Add several templates for index.xsl into includes.misc.xsl.

- The structure of mirrors.xml has been changed; <host> is
  a container of <name> and <url> now.
2003-12-06 07:39:32 +00:00
Bruce A. Mah
0c0ce3b8a7 Add entity for sconfig(8). 2003-12-04 19:21:28 +00:00
Hiroki Sato
6f94dc2925 Add tags of support protocol to the mirror site list. 2003-11-28 22:03:09 +00:00
Hideyuki KURASHINA
55a56eea4d The EUC and UTF2 manual pages are now in section 5. 2003-11-25 07:08:22 +00:00
Hideyuki KURASHINA
332bfe8c4f Add entities for ncv(4) and nsp(4). 2003-11-25 06:47:49 +00:00
Hiroki Sato
506dc20f2f Fix a typo (s/FreBSD/FreeBSD/). 2003-11-24 22:12:33 +00:00
Hiroki Sato
5d2d4e1117 Add a new template: mirrors-lastmodified. 2003-11-24 20:06:38 +00:00
Hiroki Sato
7b4c21c46d Add a missing parameter. 2003-11-24 20:00:20 +00:00
Hiroki Sato
20bedcfcf2 Add refinements on mirrors.xml:
- add doc.common.mk, which defines variables, targets, and
   dependencies commonly used in www/ and doc/.

 - move www/<lang>/includes.xsl to the language independent
   directory and split into several files.

 - add transtable*.xsl and transtable.xml to support localized
   mirror names.

 - make doc/{en_US.ISO8859-1,ja_JP.eucJP}/books/handbook/ use
   mirrors.xml (mirrors and eresources).

 - make www/{en,ja}/index.xsl use mirrors.xml.

For details, please see doc/share/sgml/README.mirrors for the moment.

Reviewed by:	simon and Alex Dupre <sysadmin@alexdupre.com>
2003-11-24 18:26:35 +00:00
Ken Smith
95bc426b42 - A couple site adjustments based on feedback from site admins 2003-11-17 17:14:58 +00:00
Hiroki Sato
6f0e95eff6 - Use mirrors.xml in ja_JP.eucJP. To translate country names, transtable.xsl
is used.

- Add transtable support to doc/share/sgml/mirrors.xsl.

- Some whitespace cleanups.
2003-11-17 06:28:19 +00:00
Hiroki Sato
8aeea9b2b6 Move lists of FreeBSD mirror sites to doc/share/sgml/mirrors.xml
(currently en_US.ISO8859-1/books/handbook/mirrors and
www/en/index.xsl use it).

Reviewed by:	simon
Discussed on:	-doc
2003-11-16 18:56:24 +00:00
Simon L. B. Nielsen
fbacbd9987 Add MySQL trademark entities. 2003-11-15 17:03:15 +00:00
Bruce A. Mah
6ab37fcf7e Add entities for a menagerie of recently-added manpages and
links to such:  als4000(4), emu10k1(4), iddt(4), idmapd(8),
mount_nfs4(8).
2003-11-15 05:22:31 +00:00
Simon L. B. Nielsen
735adb61ad Fix display of trademarks in print output by moving the default value
of %show-all-trademark-symbols% from the HTML only section to the
general section.

Reported by:	Jon Allen <jonallen@paunix.org>, bmah
Pointy hat to:	simon
2003-11-14 21:17:46 +00:00
Ceri Davies
13d60abcdc Remove a comment, originally removed in r1.10, that I accidentally merged
back in.
2003-11-12 22:27:17 +00:00
Ceri Davies
de4414741e Convert the console-server article to DocBook.
This is based on work by both keramida and Josef El-Rayes <j.el-rayes@daemon.li>
2003-11-12 22:06:09 +00:00
Tom Rhodes
8fca945768 Entity for ips(4). 2003-11-11 18:50:35 +00:00
Maksim Yevmenkin
82efac4ad3 Add Bluetooth chapter for the FreeBSD handbook
Submitted by: Pav Lucistnik <pav@oook.cz>
Reviewed by: imp, hmp
Approved by: imp (mentor)
2003-11-11 03:02:28 +00:00
Hiten Pandya
bc42f4346d Add man-ref SGML entity for USB Audio, uaudio(4) manual page.
Reminded by:	rushani
2003-11-11 02:49:20 +00:00
Hiten Pandya
b4c8704114 Add man-ref SGML entity for the alq(9) manual page. 2003-11-10 22:54:02 +00:00
Bruce A. Mah
05d0ad6b93 Add entities for the new mpt(4) and ufm(4). 2003-11-07 22:59:44 +00:00
Bruce A. Mah
35d582c555 Add entities for led(4) and ip6addrctl(8). 2003-11-07 16:19:12 +00:00
Hideyuki KURASHINA
16028e8924 Add an entity for ng_uni(4). 2003-11-07 15:09:10 +00:00
Hideyuki KURASHINA
8406e4dc8c Add an entity for sbp_targ(4). 2003-11-07 11:33:39 +00:00
Tom Rhodes
b907a164a6 Add an entity for xe(4). 2003-11-04 21:07:36 +00:00
Bruce A. Mah
902f429920 Add entity for ubsa(4). 2003-11-04 20:48:10 +00:00
Bruce A. Mah
22137e2f1e Add manpage entities for dcons(4), dcons_crom(4), and dconschat(8). 2003-10-31 16:40:58 +00:00
Marc Fonvieille
c3377c8fa2 Update rel2.current and rel2.current.date entities to 4.9 2003-10-29 11:00:09 +00:00
Sean Chittenden
c076d24759 Add an entity for config(5). 2003-10-22 22:17:30 +00:00
Bruce A. Mah
c283b9a07b Temporarily roll back previous commit so that automatically-generated
doc/ sets such as the Web site don't prematurely claim that 4.9 has
been released.  We'll roll this forward closer to R-day.
2003-10-21 16:50:25 +00:00
Bruce A. Mah
a6add0943c Bump version number entities in doc/ for 4.9-RELEASE.
Submitted by:	ceri
2003-10-21 16:44:48 +00:00
Bruce A. Mah
c6a9626fe6 Add manpage entity for bus_dma(9). 2003-10-21 05:16:29 +00:00
Simon L. B. Nielsen
6662c51413 Fix copy/paste typo. 2003-10-18 12:45:47 +00:00
Hiroki Sato
15c1c173f0 Add multicast(4) and pim(4). 2003-10-17 16:41:45 +00:00
Hiroki Sato
037eecbf1d Add sdpcontrol(8). 2003-10-16 16:46:54 +00:00
Hiroki Sato
57fa3abe7e Add a missing ';'. 2003-10-11 19:27:25 +00:00
Hiroki Sato
8e17721425 Fix a typo and a missing </para>. 2003-10-11 07:15:54 +00:00
Tom Rhodes
978c009303 Add the disk(9) manual page. 2003-09-29 00:33:54 +00:00
Simon L. B. Nielsen
a8c3a5a880 - Fix typo in a comment.
- Remove the text about keeping the trademark list in doc/ and the one
  in www/ synchronized.  The doc/ trademark list is too big, so it's
  better just to add the needed trademark attributions in the www/
  trademark file.
- Add a missing period in the VMware trademark attribution.
- Sort the entries in this file; somebody pass me an alphabet.
2003-09-21 22:23:02 +00:00
Marc Fonvieille
bd42663ba3 Add missing dhcpd(8), dhcpd.conf(5), dhcpd.leases(5) and dhcrelay(8). 2003-09-20 08:36:33 +00:00
Hiten Pandya
aeebbcd658 Add entities for the FreeBSD Snapshots. These are handy. 2003-09-14 21:21:12 +00:00
Simon L. B. Nielsen
16d9a01672 Add support for optionally showing all trademark symbols, not just the
required symbols, by setting the make variable
WITH_ALL_TRADEMARK_SYMBOLS, to any non empty value.

This feature is mainly useful for document writers, to make sure all
trademarks are marked up correctly.
2003-09-14 13:11:43 +00:00