diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-05-29 21:26:26 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-05-29 21:26:26 +0000 |
| commit | e3d854ebfa62662752cdf68136208f907d0a7cd7 (patch) | |
| tree | f8b72175c073f5bb7c7bd37a4d502c0cbc4acce3 /doc/apt.conf.5.xml | |
| parent | c4cb1e76999247867fc04bdbfa71c8c2c6b26ad1 (diff) | |
| parent | 66ec0dfad8ac1d4d8646a4734eb9353f3ebc0a91 (diff) | |
Merge branch 'doc-signs' into 'main'
doc: Increase visibility of special signs' usage
See merge request apt-team/apt!487
Diffstat (limited to 'doc/apt.conf.5.xml')
| -rw-r--r-- | doc/apt.conf.5.xml | 2 |
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> |
