diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-04-12 16:14:31 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-04-12 16:14:31 +0000 |
commit | 27c0e5c4bd59f966ba8e189ba2ecd8ad3d4b41f0 (patch) | |
tree | a15c461d7d398870e21b1413b9cf5e63373d51df /entities/procinfo.ent | |
parent | b7a7faffc8db5d79850ad26a5a48243e06e53c11 (diff) |
the entities files should be .ent not .xml. Now syntax highlighting
actually works with the files in vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/procinfo.ent')
-rw-r--r-- | entities/procinfo.ent | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/entities/procinfo.ent b/entities/procinfo.ent new file mode 100644 index 000000000..c1b1e8d0f --- /dev/null +++ b/entities/procinfo.ent @@ -0,0 +1,20 @@ +<!ENTITY c3-procinfo SYSTEM "../chapter03/procinfo.xml"> + +<!ENTITY c6-procinfo SYSTEM "../chapter06/procinfo.xml"> +<!ENTITY c6-procinfo-exp SYSTEM "../chapter06/procinfo-exp.xml"> +<!ENTITY c6-procinfo-inst SYSTEM "../chapter06/procinfo-inst.xml"> + +<!ENTITY aa-procinfo SYSTEM "../appendixa/procinfo.xml"> +<!ENTITY aa-procinfo-desc SYSTEM "../appendixa/procinfo-desc.xml"> +<!ENTITY aa-procinfo-dep SYSTEM "../appendixa/procinfo-dep.xml"> +<!ENTITY aa-procinfo-down SYSTEM "../appendixa/procinfo-down.xml"> + +<!ENTITY procinfo-version "18"> +<!ENTITY procinfo-depversion "18"> +<!ENTITY procinfo-contversion "18"> +<!ENTITY procinfo-size "22 KB"> +<!ENTITY procinfo-dir "procinfo-&procinfo-version;"> +<!ENTITY procinfo-package "procinfo-&procinfo-version;.tar.bz2"> + +<!ENTITY procinfo-compsize "170 KB"> +<!ENTITY procinfo-time "1 minute"> |