Remove unnecessary underscores in man pages

This commit is contained in:
Drew DeVault 2019-01-27 11:27:34 -05:00
parent 5f45a4bbc1
commit cd22d555e8
5 changed files with 153 additions and 153 deletions

View file

@ -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