diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-08-31 14:46:51 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-31 22:50:39 +0900 |
commit | 3dcfa2ee90d6528c612227667279ad8bc1b57cad (patch) | |
tree | 039d7b7dd4e7ad02b659c6ecc997268c352ed9a4 /swaynag | |
parent | 1a8b9fda8a81d71ec9de65fd4c3f1df40e03f971 (diff) |
Fix markup syntax in man pages
Diffstat (limited to 'swaynag')
-rw-r--r-- | swaynag/swaynag.1.scd | 2 |
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...] *-b, --button* <text> <action> Create a button with the text _text_ that executes _action_ when pressed. - If the environment variable `TERMINAL` is set, _action_ will be run inside + If the environment variable _TERMINAL_ is set, _action_ will be run inside the terminal. Otherwise, it will fallback to running directly. Multiple buttons can be defined by providing the flag multiple times. |