pages*: remove curly braces from example descriptions (#11462)

This commit is contained in:
Lena
2023-11-12 04:08:58 +01:00
committed by GitHub
parent 02ed916a89
commit 8da5a29a70
29 changed files with 63 additions and 63 deletions

View File

@@ -3,7 +3,7 @@
> Bash builtin to substitute with a command found in history.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
- Substitute with the previous command and run it with sudo:
- Substitute with the previous command and run it with `sudo`:
`sudo !!`