Replace <term><command><arg> with <term><property><parameter> to describe
options in the config file because: * <arg> can only be used within <cmdsynopsis>. * <cmdsynopsis> does not allow text outside <command> and <arg>. * <arg> does not allow decorating elements like <literal> or <emphasis>. This fixes #2803057. Add shortcut entities for commonly used parameters (yes/no, size). Remove Debian patch which is obsoleted by above changes.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % parameters SYSTEM "parameters.ent">
|
||||
<!ENTITY bookinfo SYSTEM "bookinfo.docbook">
|
||||
<!ENTITY introduction SYSTEM "introduction.docbook">
|
||||
<!ENTITY how-to-obtain SYSTEM "how-to-obtain.docbook">
|
||||
@@ -59,10 +60,11 @@
|
||||
<!ENTITY tyan SYSTEM "drivers/tyan.docbook">
|
||||
<!ENTITY ula200 SYSTEM "drivers/ula200.docbook">
|
||||
<!ENTITY xosd SYSTEM "drivers/xosd.docbook">
|
||||
|
||||
%parameters;
|
||||
]>
|
||||
|
||||
<book id="lcdproc-user" lang="en">
|
||||
|
||||
&bookinfo;
|
||||
|
||||
&introduction;
|
||||
|
||||
Reference in New Issue
Block a user