apt.ent 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <!-- -*- mode: sgml; mode: fold -*- -->
  2. <!-- Some common paths.. -->
  3. <!ENTITY docdir "/usr/share/doc/apt/">
  4. <!ENTITY configureindex "<filename>&docdir;/examples/configure-index</>">
  5. <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
  6. <!ENTITY statedir "/var/lib/apt">
  7. <!ENTITY cachedir "/var/cache/apt">
  8. <!-- Cross references to other man pages -->
  9. <!ENTITY apt-conf "
  10. <CiteRefEntry>
  11. <RefEntryTitle><filename/apt.conf/</RefEntryTitle>
  12. <ManVolNum/5/
  13. </CiteRefEntry>
  14. ">
  15. <!ENTITY apt-get "
  16. <CiteRefEntry>
  17. <RefEntryTitle><command/apt-get/</RefEntryTitle>
  18. <ManVolNum/8/
  19. </CiteRefEntry>
  20. ">
  21. <!ENTITY apt-cdrom "
  22. <CiteRefEntry>
  23. <RefEntryTitle><command/apt-cdrom/</RefEntryTitle>
  24. <ManVolNum/8/
  25. </CiteRefEntry>
  26. ">
  27. <!ENTITY apt-cache "
  28. <CiteRefEntry>
  29. <RefEntryTitle><command/apt-cache/</RefEntryTitle>
  30. <ManVolNum/8/
  31. </CiteRefEntry>
  32. ">
  33. <!ENTITY sources-list "
  34. <CiteRefEntry>
  35. <RefEntryTitle><filename/sources.list/</RefEntryTitle>
  36. <ManVolNum/5/
  37. </CiteRefEntry>
  38. ">
  39. <!ENTITY bug "
  40. <CiteRefEntry>
  41. <RefEntryTitle><command/bug/</RefEntryTitle>
  42. <ManVolNum/1/
  43. </CiteRefEntry>
  44. ">
  45. <!ENTITY dpkg "
  46. <CiteRefEntry>
  47. <RefEntryTitle><command/dpkg/</RefEntryTitle>
  48. <ManVolNum/8/
  49. </CiteRefEntry>
  50. ">
  51. <!ENTITY dpkg-buildpackage "
  52. <CiteRefEntry>
  53. <RefEntryTitle><command/dpkg-buildpackage/</RefEntryTitle>
  54. <ManVolNum/1/
  55. </CiteRefEntry>
  56. ">
  57. <!ENTITY gzip "
  58. <CiteRefEntry>
  59. <RefEntryTitle><command/gzip/</RefEntryTitle>
  60. <ManVolNum/1/
  61. </CiteRefEntry>
  62. ">
  63. <!ENTITY dpkg-scanpackages "
  64. <CiteRefEntry>
  65. <RefEntryTitle><command/dpkg-scanpackages/</RefEntryTitle>
  66. <ManVolNum/8/
  67. </CiteRefEntry>
  68. ">
  69. <!ENTITY dpkg-scansources "
  70. <CiteRefEntry>
  71. <RefEntryTitle><command/dpkg-scansources/</RefEntryTitle>
  72. <ManVolNum/8/
  73. </CiteRefEntry>
  74. ">
  75. <!ENTITY dselect "
  76. <CiteRefEntry>
  77. <RefEntryTitle><command/dselect/</RefEntryTitle>
  78. <ManVolNum/8/
  79. </CiteRefEntry>
  80. ">
  81. <!-- Boiler plate docinfo section -->
  82. <!ENTITY apt-docinfo "
  83. <docinfo>
  84. <address><email>apt@packages.debian.org</></address>
  85. <author><firstname>Jason</> <surname>Gunthorpe</></>
  86. <copyright><year>1998-2000</> <holder>Jason Gunthorpe</></>
  87. <date>20 September 2000</>
  88. </docinfo>
  89. ">
  90. <!-- Boiler plate Bug reporting section -->
  91. <!ENTITY manbugs "
  92. <RefSect1><Title>Bugs</>
  93. <para>
  94. See the <ulink url='http://bugs.debian.org/apt'>APT bug page</>.
  95. If you wish to report a bug in APT, please see
  96. <filename>/usr/share/doc/debian/bug-reporting.txt</> or the &bug; command.
  97. </RefSect1>
  98. ">
  99. <!-- Boiler plate Author section -->
  100. <!ENTITY manauthor "
  101. <RefSect1><Title>Author</>
  102. <para>
  103. APT was written by the APT team <email>apt@packages.debian.org</>.
  104. </RefSect1>
  105. ">
  106. <!-- Should be used within the option section of the text to
  107. put in the blurb about -h, -v, -c and -o -->
  108. <!ENTITY apt-commonoptions "
  109. <VarListEntry><term><option/-h/</><term><option/--help/</>
  110. <ListItem><Para>
  111. Show a short usage summary.
  112. </VarListEntry>
  113. <VarListEntry><term><option/-v/</><term><option/--version/</>
  114. <ListItem><Para>
  115. Show the program verison.
  116. </VarListEntry>
  117. <VarListEntry><term><option/-c/</><term><option/--config-file/</>
  118. <ListItem><Para>
  119. Configuration File; Specify a configuration file to use.
  120. The program will read the default configuration file and then this
  121. configuration file. See &apt-conf; for syntax information.
  122. </VarListEntry>
  123. <VarListEntry><term><option/-o/</><term><option/--option/</>
  124. <ListItem><Para>
  125. Set a Configuration Option; This will set an arbitary configuration
  126. option. The syntax is <option>-o Foo::Bar=bar</>.
  127. </VarListEntry>
  128. ">
  129. <!-- Should be used within the option section of the text to
  130. put in the blurb about -h, -v, -c and -o -->
  131. <!ENTITY apt-cmdblurb "
  132. <para>
  133. All command line options may be set using the configuration file, the
  134. descriptions indicate the configuration option to set. For boolean
  135. options you can override the config file by using something like
  136. <option/-f-/,<option/--no-f/, <option/-f=no/ or several other variations.
  137. </para>
  138. ">