diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2012-06-12 13:28:16 -0700 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2012-06-12 15:10:40 -0700 |
commit | 8878a1b4ddce7f0d54c8cb533bc0cc700bc62d89 (patch) | |
tree | da57be000392ccefe725e74525983af2c2e55002 /4.1-sgml/dbgenent.mod | |
parent | 58e927fb83edf191c7be75e655b1e0e200e40690 (diff) | |
download | docbook-dtds-1.0_post.tar.gz docbook-dtds-1.0_post.tar.bz2 docbook-dtds-1.0_post.zip |
Requirements for building systemd man pages.
Change-Id: I620e670503bb0b65af4d1bd3aa30daff025eaa0b
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Diffstat (limited to '4.1-sgml/dbgenent.mod')
-rw-r--r-- | 4.1-sgml/dbgenent.mod | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/4.1-sgml/dbgenent.mod b/4.1-sgml/dbgenent.mod new file mode 100644 index 0000000..b60c5b2 --- /dev/null +++ b/4.1-sgml/dbgenent.mod @@ -0,0 +1,39 @@ +<!-- ...................................................................... --> +<!-- DocBook additional general entities V4.1 ............................. --> + +<!-- Copyright 1992-2000 HaL Computer Systems, Inc., + O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software + Corporation, and the Organization for the Advancement of + Structured Information Standards (OASIS). + + In DTD driver files referring to this module, please use an entity + declaration that uses the public identifier shown below: + + <!ENTITY % dbgenent PUBLIC + "-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN" + %dbgenent; +--> + +<!-- File dbgenent.mod .................................................... --> + +<!-- You can edit this file to add the following: + + o General entity declarations of any kind. For example: + + <!ENTITY happyface SDATA "insert-face"> (system-specific data) + <!ENTITY productname "WinWidget"> (small boilerplate) + <!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate) + + o Notation declarations. For example: + + <!NOTATION chicken-scratch SYSTEM> + + o Declarations for and references to external parameter entities + containing collections of any of the above. For example: + + <!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN"> + %all-titles; +--> + +<!-- End of DocBook additional general entities V4.1 ...................... --> +<!-- ...................................................................... --> |