>   For those of you who may not have seen this, and my apologies
>if I haven't seen it and everyone else has...
[...]
>===> en/handbook
>/usr/local/bin/jade -V html-manifest -ioutput.html  -c /usr/doc/share/sgml/cat
>alog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/shar
>e/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog  -d /usr/doc/shar
>e/sgml/freebsd.dsl -t sgml handbook.sgml
>/usr/local/bin/jade:serialcomms/chapter.sgml:2016:2:E: general entity "man.boo
>t.8" not defined and no default entity
>/usr/local/bin/jade:serialcomms/chapter.sgml:2016:19:E: general entity "man.lo
>ader.8" not defined and no default entity
>/usr/local/bin/jade:serialcomms/chapter.sgml:2680:12:E: general entity "man.lo
>ader.conf.5" not defined and no default entity
>*** Error code 1
[...]

You need the following patch to doc/share/sgml/man-refs.ent.  
I submitted this to Nik this morning.

Kazu

Index: man-refs.ent
===================================================================
RCS file: /src/CVS/doc/share/sgml/man-refs.ent,v
retrieving revision 1.6
diff -u -r1.6 man-refs.ent
--- man-refs.ent        1999/06/07 22:33:12     1.6
+++ man-refs.ent        1999/07/19 10:06:11
@@ -79,6 +79,7 @@
 
 <!ENTITY man.fstab.5 "<citerefentry/<refentrytitle/fstab/<manvolnum/5//">
 <!ENTITY man.gettytab.5 "<citerefentry/<refentrytitle/gettytab/<manvolnum/5//">
+<!ENTITY man.loader.conf.5 "<citerefentry/<refentrytitle/loader.conf/<manvolnum/5//">
 <!ENTITY man.login.conf.5 "<citerefentry/<refentrytitle/login.conf/<manvolnum/5//">
 <!ENTITY man.passwd.5 "<citerefentry/<refentrytitle/passwd/<manvolnum/5//">
 <!ENTITY man.printcap.5 "<citerefentry/<refentrytitle/printcap/<manvolnum/5//">
@@ -92,6 +93,7 @@
 <!ENTITY man.MAKEDEV.8 "<citerefentry/<refentrytitle/MAKEDEV/<manvolnum/8//">
 <!ENTITY man.adduser.8 "<citerefentry/<refentrytitle/adduser/<manvolnum/8//">
 <!ENTITY man.arp.8 "<citerefentry/<refentrytitle/arp/<manvolnum/8//">
+<!ENTITY man.boot.8 "<citerefentry/<refentrytitle/boot/<manvolnum/8//">
 <!ENTITY man.ccdconfig.8 "<citerefentry/<refentrytitle/ccdconfig/<manvolnum/8//">
 <!ENTITY man.chat.8 "<citerefentry/<refentrytitle/chat/<manvolnum/8//">
 <!ENTITY man.config.8 "<citerefentry/<refentrytitle/config/<manvolnum/8//">
@@ -106,6 +108,7 @@
 <!ENTITY man.getty.8 "<citerefentry/<refentrytitle/getty/<manvolnum/8//">
 <!ENTITY man.init.8 "<citerefentry/<refentrytitle/init/<manvolnum/8//">
 <!ENTITY man.ipfw.8 "<citerefentry/<refentrytitle/ipfw/<manvolnum/8//">
+<!ENTITY man.loader.8 "<citerefentry/<refentrytitle/loader/<manvolnum/8//">
 <!ENTITY man.lpc.8 "<citerefentry/<refentrytitle/lpc/<manvolnum/8//">
 <!ENTITY man.lptcontrol.8 "<citerefentry/<refentrytitle/lptcontrol/<manvolnum/8//">
 <!ENTITY man.modload.8 "<citerefentry/<refentrytitle/modload/<manvolnum/8//">


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to