summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2025-05-29 22:29:21 +0200
committerDaniel Lublin <daniel@lublin.se>2025-05-29 22:30:50 +0200
commit66ec0dfad8ac1d4d8646a4734eb9353f3ebc0a91 (patch)
treef8b72175c073f5bb7c7bd37a4d502c0cbc4acce3 /doc/apt.conf.5.xml
parentc4cb1e76999247867fc04bdbfa71c8c2c6b26ad1 (diff)
doc: Increase visibility of special signs' usage
Closes: #310975 Signed-off-by: Daniel Lublin <daniel@lublin.se>
Diffstat (limited to 'doc/apt.conf.5.xml')
-rw-r--r--doc/apt.conf.5.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 18379ac19..45b306f82 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -129,7 +129,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<para>All of the APT tools take an -o option which allows an arbitrary configuration
directive to be specified on the command line. The syntax is a full option
name (<literal>APT::Get::Assume-Yes</literal> for instance) followed by an equals
- sign then the new value of the option. To append a new element to a list, add a
+ sign (<literal>=</literal>) then the new value of the option. To append a new element to a list, add a
trailing <literal>::</literal> to the name of the list.
(As you might suspect, the scope syntax can't be used on the command line.)</para>