aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
diff options
context:
space:
mode:
authorLibravatar Martin Michlmayr <tbm@cyrius.com>2019-08-31 14:46:51 +0200
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-31 22:50:39 +0900
commit3dcfa2ee90d6528c612227667279ad8bc1b57cad (patch)
tree039d7b7dd4e7ad02b659c6ecc997268c352ed9a4 /swaynag
parentcmd_mode: don't reset to default after subcommand (diff)
downloadsway-3dcfa2ee90d6528c612227667279ad8bc1b57cad.tar.gz
sway-3dcfa2ee90d6528c612227667279ad8bc1b57cad.tar.zst
sway-3dcfa2ee90d6528c612227667279ad8bc1b57cad.zip
Fix markup syntax in man pages
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/swaynag.1.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaynag/swaynag.1.scd b/swaynag/swaynag.1.scd
index b25568a0..fc839b96 100644
--- a/swaynag/swaynag.1.scd
+++ b/swaynag/swaynag.1.scd
@@ -12,7 +12,7 @@ _swaynag_ [options...]
12 12
13*-b, --button* <text> <action> 13*-b, --button* <text> <action>
14 Create a button with the text _text_ that executes _action_ when pressed. 14 Create a button with the text _text_ that executes _action_ when pressed.
15 If the environment variable `TERMINAL` is set, _action_ will be run inside 15 If the environment variable _TERMINAL_ is set, _action_ will be run inside
16 the terminal. Otherwise, it will fallback to running directly. Multiple 16 the terminal. Otherwise, it will fallback to running directly. Multiple
17 buttons can be defined by providing the flag multiple times. 17 buttons can be defined by providing the flag multiple times.
18 18