]>
Commit | Line | Data |
---|---|---|
17c78c79 MV |
1 | <?xml version="1.0" encoding="iso-8859-15"?> |
2 | ||
135442b8 AL |
3 | <!-- Some common paths.. --> |
4 | <!ENTITY docdir "/usr/share/doc/apt/"> | |
17c78c79 MV |
5 | <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</filename>"> |
6 | <!ENTITY aptconfdir "<filename>/etc/apt.conf</filename>"> | |
135442b8 AL |
7 | <!ENTITY statedir "/var/lib/apt"> |
8 | <!ENTITY cachedir "/var/cache/apt"> | |
9 | ||
10 | <!-- Cross references to other man pages --> | |
17c78c79 MV |
11 | <!ENTITY apt-conf "<citerefentry> |
12 | <refentrytitle><filename>apt.conf</filename></refentrytitle> | |
13 | <manvolnum>5</manvolnum> | |
14 | </citerefentry> | |
135442b8 AL |
15 | "> |
16 | ||
17c78c79 MV |
17 | <!ENTITY apt-get "<citerefentry> |
18 | <refentrytitle><command>apt-get</command></refentrytitle> | |
19 | <manvolnum>8</manvolnum> | |
20 | </citerefentry> | |
135442b8 AL |
21 | "> |
22 | ||
17c78c79 MV |
23 | <!ENTITY apt-config "<citerefentry> |
24 | <refentrytitle><command>apt-config</command></refentrytitle> | |
25 | <manvolnum>8</manvolnum> | |
26 | </citerefentry>"> | |
135442b8 | 27 | |
17c78c79 MV |
28 | <!ENTITY apt-cdrom "<citerefentry> |
29 | <refentrytitle><command>apt-cdrom</command></refentrytitle> | |
30 | <manvolnum>8</manvolnum> | |
31 | </citerefentry> | |
135442b8 AL |
32 | "> |
33 | ||
17c78c79 MV |
34 | <!ENTITY apt-cache "<citerefentry> |
35 | <refentrytitle><command>apt-cache</command></refentrytitle> | |
36 | <manvolnum>8</manvolnum> | |
37 | </citerefentry> | |
135442b8 AL |
38 | "> |
39 | ||
17c78c79 MV |
40 | <!ENTITY apt-preferences "<citerefentry> |
41 | <refentrytitle><command>apt_preferences</command></refentrytitle> | |
42 | <manvolnum>5</manvolnum> | |
43 | </citerefentry>"> | |
135442b8 | 44 | |
17c78c79 MV |
45 | <!ENTITY sources-list "<citerefentry> |
46 | <refentrytitle><filename>sources.list</filename></refentrytitle> | |
47 | <manvolnum>5</manvolnum> | |
48 | </citerefentry> | |
135442b8 AL |
49 | "> |
50 | ||
17c78c79 MV |
51 | <!ENTITY reportbug "<citerefentry> |
52 | <refentrytitle><command>reportbug</command></refentrytitle> | |
53 | <manvolnum>1</manvolnum> | |
54 | </citerefentry> | |
135442b8 AL |
55 | "> |
56 | ||
17c78c79 MV |
57 | <!ENTITY dpkg "<citerefentry> |
58 | <refentrytitle><command>dpkg</command></refentrytitle> | |
59 | <manvolnum>8</manvolnum> | |
60 | </citerefentry> | |
135442b8 AL |
61 | "> |
62 | ||
17c78c79 MV |
63 | <!ENTITY dpkg-buildpackage "<citerefentry> |
64 | <refentrytitle><command>dpkg-buildpackage</command></refentrytitle> | |
65 | <manvolnum>1</manvolnum> | |
66 | </citerefentry> | |
135442b8 AL |
67 | "> |
68 | ||
17c78c79 MV |
69 | <!ENTITY gzip "<citerefentry> |
70 | <refentrytitle><command>gzip</command></refentrytitle> | |
71 | <manvolnum>1</manvolnum> | |
72 | </citerefentry> | |
135442b8 AL |
73 | "> |
74 | ||
17c78c79 MV |
75 | <!ENTITY dpkg-scanpackages "<citerefentry> |
76 | <refentrytitle><command>dpkg-scanpackages</command></refentrytitle> | |
77 | <manvolnum>8</manvolnum> | |
78 | </citerefentry> | |
135442b8 AL |
79 | "> |
80 | ||
17c78c79 MV |
81 | <!ENTITY dpkg-scansources "<citerefentry> |
82 | <refentrytitle><command>dpkg-scansources</command></refentrytitle> | |
83 | <manvolnum>8</manvolnum> | |
84 | </citerefentry> | |
135442b8 AL |
85 | "> |
86 | ||
17c78c79 MV |
87 | <!ENTITY dselect "<citerefentry> |
88 | <refentrytitle><command>dselect</command></refentrytitle> | |
89 | <manvolnum>8</manvolnum> | |
90 | </citerefentry>"> | |
135442b8 AL |
91 | |
92 | <!-- Boiler plate docinfo section --> | |
93 | <!ENTITY apt-docinfo " | |
17c78c79 MV |
94 | <refentryinfo> |
95 | <address><email>apt@packages.debian.org</email></address> | |
96 | <author><firstname>Jason</firstname> <surname>Gunthorpe</surname></author> | |
97 | <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright> | |
98 |