DocBook XML corrections

correct few numeric entities, e.g. from &60; to &#60#;
This commit is contained in:
Martin A. Brown 2016-01-24 09:43:02 -08:00
parent b5a6449317
commit 265bdc7bdc
1 changed files with 4 additions and 4 deletions

View File

@ -2209,14 +2209,14 @@ dummy:x:1001:1001:,,,:/home/dummy:/bin/bash
/etc/opt : Configuration files for /opt
Host-specific configuration files for add-on application software packages
must be installed within the directory /etc/opt/&60;subdir&62;, where
&60;subdir&62; is the name of the subtree in /opt where the static data
must be installed within the directory /etc/opt/<subdir>, where
<subdir> is the name of the subtree in /opt where the static data
from that package is stored.
No structure is imposed on the internal arrangement of /etc/opt/&60;subdir&62;.
No structure is imposed on the internal arrangement of /etc/opt/<subdir>.
If a configuration file must reside in a different location in order for the
package or system to function properly, it may be placed in a location other
than /etc/opt/&60;subdir&62;.
than /etc/opt/<subdir>.
The rationale behind this subtree is best explained by refering to the
rationale for /opt.