From owner-cvs-all Sun Mar 7 8:32:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6A7114CA0; Sun, 7 Mar 1999 08:32:39 -0800 (PST) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA81056; Sun, 7 Mar 1999 08:32:25 -0800 (PST) (envelope-from nik@FreeBSD.org) Message-Id: <199903071632.IAA81056@freefall.freebsd.org> From: Nik Clayton Date: Sun, 7 Mar 1999 08:32:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook boothelp.sgml handbook.sgml doc/en/handbook/advanced-networking chapter.sgml doc/en/handbook/backups chapter.sgml doc/en/handbook/basics chapter.sgml doc/en/handbook/contrib chapter.sgml doc/en/handbook/cutting-edge ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/03/07 08:32:23 PST Modified files: en/handbook boothelp.sgml handbook.sgml en/handbook/advanced-networking chapter.sgml en/handbook/backups chapter.sgml en/handbook/basics chapter.sgml en/handbook/contrib chapter.sgml en/handbook/cutting-edge chapter.sgml en/handbook/eresources chapter.sgml en/handbook/hw chapter.sgml en/handbook/introduction chapter.sgml en/handbook/kernelconfig chapter.sgml en/handbook/kerneldebug chapter.sgml en/handbook/kernelopts chapter.sgml en/handbook/l10n chapter.sgml en/handbook/linuxemu chapter.sgml en/handbook/ports chapter.sgml en/handbook/ppp-and-slip chapter.sgml en/handbook/printing chapter.sgml en/handbook/security chapter.sgml en/handbook/serialcomms chapter.sgml share/sgml catalog Added files: share/sgml man-refs.ent Log: Created a new set of entities for manual pages. The construct: foobar 1 is a pain to type, and messes up the pretty-printing of the source code. Replace every occurence of a entry like that with: &man.foobar.1; Adjusting the manual page name and section number appropriately. The definitions for these entities are stored in man-refs.ent. This file is in doc/share/sgml because it is not just specific to the Handbook. I expect the DocBook'd FAQ and Tutorials (coming RSN) to use them as well. A new PUBLIC identifier has been created for these entities, and added to the catalog file. Revision Changes Path 1.3 +1 -0 doc/en/handbook/boothelp.sgml 1.70 +4 -1 doc/en/handbook/handbook.sgml 1.8 +4 -4 doc/en/handbook/advanced-networking/chapter.sgml 1.4 +47 -158 doc/en/handbook/backups/chapter.sgml 1.6 +3 -3 doc/en/handbook/basics/chapter.sgml 1.10 +112 -112 doc/en/handbook/contrib/chapter.sgml 1.10 +11 -29 doc/en/handbook/cutting-edge/chapter.sgml 1.9 +1 -1 doc/en/handbook/eresources/chapter.sgml 1.10 +12 -12 doc/en/handbook/hw/chapter.sgml 1.8 +2 -2 doc/en/handbook/introduction/chapter.sgml 1.12 +13 -13 doc/en/handbook/kernelconfig/chapter.sgml 1.9 +7 -10 doc/en/handbook/kerneldebug/chapter.sgml 1.7 +4 -4 doc/en/handbook/kernelopts/chapter.sgml 1.7 +14 -14 doc/en/handbook/l10n/chapter.sgml 1.9 +2 -5 doc/en/handbook/linuxemu/chapter.sgml 1.7 +10 -24 doc/en/handbook/ports/chapter.sgml 1.8 +16 -16 doc/en/handbook/ppp-and-slip/chapter.sgml 1.10 +96 -186 doc/en/handbook/printing/chapter.sgml 1.9 +8 -8 doc/en/handbook/security/chapter.sgml 1.8 +14 -14 doc/en/handbook/serialcomms/chapter.sgml 1.2 +1 -3 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message