diff options
| author | Wesley Schwengle <wesleys@opperschaap.net> | 2024-02-20 16:23:21 -0400 |
|---|---|---|
| committer | Wesley Schwengle <wesleys@opperschaap.net> | 2024-02-20 16:23:21 -0400 |
| commit | e61141a91ee300b758f3a00b4049459d4ae8cb57 (patch) | |
| tree | cad023be7b23685c84eb056e9a225e13402a4231 /doc | |
| parent | 1e6c5ed296e1a305db64cf807294f79c99ba73a0 (diff) | |
Show correct location of configure-index in man page
The man page uses examples/configure-index.gz for the configure-index
file, but this isn't a .gz file. Remove the .gz so users can find the
correct file.
Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/apt-verbatim.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index e2be2836f..fc1d49125 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -3,7 +3,7 @@ <!-- Some common paths.. --> <!ENTITY docdir "/usr/share/doc/apt/"> <!ENTITY guidesdir "/usr/share/doc/apt-doc/"> -<!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</filename>"> +<!ENTITY configureindex "<filename>&docdir;examples/configure-index</filename>"> <!ENTITY aptconfdir "<filename>/etc/apt.conf</filename>"> <!ENTITY statedir "/var/lib/apt"> <!ENTITY cachedir "/var/cache/apt"> |
