apt.ent 4.3 KB

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