From 66a078c10be7ef56d4e85289a35180c0644d5e3c Mon Sep 17 00:00:00 2001 From: WuerfelDev Date: Mon, 8 Jan 2024 15:10:54 +0100 Subject: Fix manpage string escapes Co-authored-by: Christian Duerr --- extra/man/alacritty.5.scd | 4 ++-- 1 file 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* = __ 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_ -- cgit v1.2.3-54-g00ecf