summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-01-28 18:46:47 +0000
committerJulian Andres Klode <jak@debian.org>2025-01-28 18:46:47 +0000
commitd9f7d2c37023d186be4a21a4d714e032be48e315 (patch)
tree506498acc33104dbb511e945b00526966f61ea63 /apt-private
parent0da39f0241e065f1750373d26e9e3a4c616ada8f (diff)
parenta725a4af76fed9c4f06188f022f9a8f28ff333bd (diff)
Merge branch 'fix_manual_section' into 'main'
apt-secure manual page is in manual section 8 See merge request apt-team/apt!434
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-update.cc b/apt-private/private-update.cc
index d5faf5d2f..2b96f48fb 100644
--- a/apt-private/private-update.cc
+++ b/apt-private/private-update.cc
@@ -122,7 +122,7 @@ bool DoUpdate()
{
_error->Notice(_("Consider migrating all sources.list(5) entries to the deb822 .sources format"));
_error->Notice(_("The deb822 .sources format supports both embedded as well as external OpenPGP keys"));
- _error->Notice(_("See apt-secure(7) for best practices in configuring repository signing."));
+ _error->Notice(_("See apt-secure(8) for best practices in configuring repository signing."));
}
}