diff options
| author | Daniel Lublin <daniel@lublin.se> | 2025-05-29 22:29:21 +0200 |
|---|---|---|
| committer | Daniel Lublin <daniel@lublin.se> | 2025-05-29 22:30:50 +0200 |
| commit | 66ec0dfad8ac1d4d8646a4734eb9353f3ebc0a91 (patch) | |
| tree | f8b72175c073f5bb7c7bd37a4d502c0cbc4acce3 /doc/apt.8.xml | |
| parent | c4cb1e76999247867fc04bdbfa71c8c2c6b26ad1 (diff) | |
doc: Increase visibility of special signs' usage
Closes: #310975
Signed-off-by: Daniel Lublin <daniel@lublin.se>
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 2c1256dce..0a9cb292f 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 (+) to the - package name to install this package or a minus (-) to remove it. + 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. </para><para> A specific version of a package can be selected for installation by - following the package name with an equals (=) and the version of the + following the package name with an equals sign (<literal>=</literal>) 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, |
