diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-06-13 15:57:29 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-06-13 15:57:29 +0000 |
| commit | 6e34c130c5a47d7b193f39654a5a535cb8f8d289 (patch) | |
| tree | b5b35d7aab88dde91b98aaf7174a5761d66a369a /doc/apt.conf.5.xml | |
| parent | 3bfb483c8013eeb9bd3ce36aab1ef937ac9ffa6d (diff) | |
| parent | 68d82982f4104966df4f60aa168fdb24201c1917 (diff) | |
Merge branch 'snapshot-typo' into 'main'
Fix spelling of @SNAPSHOTID@ in apt.conf.5.xml
See merge request apt-team/apt!353
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 e873cf5a7..ced2c2064 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -759,7 +759,7 @@ APT::Compressor::rev { or <literal>Acquire::Snapshots::URI::Override::Origin::<replaceable>ORIGIN</replaceable></literal>. The value should be a normal URI to a directory, except that the snapshot ID replaced with the - placeholder <literal>@SNAPSHOTID</literal>. + placeholder <literal>@SNAPSHOTID@</literal>. The special value '<literal>no</literal>' is available for this option indicating that this source cannot be used to acquire snapshots from. Another source will be tried |
