aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.1.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-27 11:27:34 -0500
committerDrew DeVault <sir@cmpwn.com>2019-01-27 11:27:48 -0500
commitcd22d555e8a665c3f2a8e2c07e7d54beb6ac254c (patch)
treeff8b2fb310177fd1a4ff30ba09faf1c389ff0a38 /sway/sway.1.scd
parent5f45a4bbc195400dd28e086c2e0e2f479b86e4eb (diff)
Remove unnecessary underscores in man pages
Diffstat (limited to 'sway/sway.1.scd')
-rw-r--r--sway/sway.1.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway.1.scd b/sway/sway.1.scd
index 09c8ccfd..bce63527 100644
--- a/sway/sway.1.scd
+++ b/sway/sway.1.scd
@@ -47,13 +47,13 @@ You can run sway directly from a tty, or via a Wayland-compatible login manager.
sway searches for a config file in the following locations, in this order:
. ~/.sway/config
-. $XDG\_CONFIG\_HOME/sway/config (suggested location)
+. $XDG_CONFIG_HOME/sway/config (suggested location)
. ~/.i3/config
-. $XDG\_CONFIG\_HOME/i3/config
+. $XDG_CONFIG_HOME/i3/config
. /etc/sway/config
. /etc/i3/config
-If unset, $XDG\_CONFIG\_HOME defaults to *~/.config*.
+If unset, $XDG_CONFIG_HOME defaults to *~/.config*.
An error is raised when no config file is found. The recommended default
configuration is usually installed to */etc/sway/config*; you are encouraged to