diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-06-10 18:02:56 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-06-10 18:03:00 +0200 |
| commit | 13e0d83d3186050485442bf2e8d50a12dc9e359f (patch) | |
| tree | 3386078095f96fe0f751bfe98604fedacf456f2c /doc/apt.8.xml | |
| parent | ed836aa73a87b9d60e81c607d5b4f57e9b82f948 (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.8.xml')
| -rw-r--r-- | doc/apt.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt.8.xml b/doc/apt.8.xml index 0a9cb292f..2c1256dce 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -76,11 +76,11 @@ <varlistentry><term><option>install</option>, <option>reinstall</option>, <option>remove</option>, <option>purge</option> (&apt-get;)</term> <listitem><para>Performs the requested action on one or more packages specified via ®ex;, &glob; or exact match. The requested action - can be overridden for specific packages by appending a plus sign (<literal>+</literal>) to the - package name to install this package or a minus sign (<literal>-</literal>) to remove it. + can be overridden for specific packages by appending a plus (+) to the + package name to install this package or a minus (-) to remove it. </para><para> A specific version of a package can be selected for installation by - following the package name with an equals sign (<literal>=</literal>) and the version of the + following the package name with an equals (=) and the version of the package to select. Alternatively the version from a specific release can be selected by following the package name with a forward slash (/) and codename (&debian-stable-codename;, &debian-testing-codename;, sid …) or suite name (stable, |
