Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 1999 08:32:24 -0800 (PST)
From:      Nik Clayton <nik@FreeBSD.org>
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 ...
Message-ID:  <199903071632.IAA81056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
  
      <citerefentry>
        <refentrytitle>foobar</refentrytitle>
        <manvolnum>1</manvolnum>
      </citerefentry>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903071632.IAA81056>