summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-06-10 18:02:56 +0200
committerJulian Andres Klode <jak@debian.org>2025-06-10 18:03:00 +0200
commit13e0d83d3186050485442bf2e8d50a12dc9e359f (patch)
tree3386078095f96fe0f751bfe98604fedacf456f2c /doc/apt.conf.5.xml
parented836aa73a87b9d60e81c607d5b4f57e9b82f948 (diff)
Revert "doc: Increase visibility of special signs' usage"
This reverts commit 66ec0dfad8ac1d4d8646a4734eb9353f3ebc0a91. This creates too much churn in the translation.
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 45b306f82..18379ac19 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 (<literal>=</literal>) then the new value of the option. To append a new element to a list, add a
+ sign 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>