diff options
| author | Noah Meyerhans <frodo@morgul.net> | 2024-05-29 17:05:12 -0700 |
|---|---|---|
| committer | Noah Meyerhans <frodo@morgul.net> | 2024-05-29 17:05:12 -0700 |
| commit | 68d82982f4104966df4f60aa168fdb24201c1917 (patch) | |
| tree | 86e07f7d974f5102e4378bf0546057043727c4ef /doc | |
| parent | faf3af631aa8cc25100ccf88c9aaa07cc5ba2697 (diff) | |
Fix spelling of @SNAPSHOTID@ in apt.conf.5.xml
Closes: #1072189
Diffstat (limited to 'doc')
| -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 |
