aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/man/alacritty.5.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index 8b1b91df..b68fcbfb 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -129,7 +129,7 @@ This section documents the *[window]* table of the configuration file.
*opacity* = _<float>_
Background opacity as a floating point number from _0.0_ to _1.0_. The value
- \_0.0_ is completely transparent and _1.0_ is opaque.
+ _0.0_ is completely transparent and _1.0_ is opaque.
Default: _1.0_
@@ -519,7 +519,7 @@ This section documents the *[selection]* table of the configuration file.
This string contains all characters that are used as separators for
"semantic words" in Alacritty.
- Default: _",│`|:\"' ()[]{}<>\t"_
+ Default: _",│`|:\\"' ()[]{}<>\\t"_
*save_to_clipboard* = _true_ | _false_