summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-12 11:06:49 -0400
committerGitHub <noreply@github.com>2018-04-12 11:06:49 -0400
commit78740b978539144db15ce95d04904576b8fb4878 (patch)
tree0f38b855ff54a879205b6edb4dc549255a004f6d
parent22db601331b3f2a4a92fa56835cd7fe98ffaaba1 (diff)
parentbd3e4e326e4e66ccd4525c18bdca6caaf7a2983e (diff)
Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo0.15.2
<sway/man: In sway(5) treat scale as keyword for output command>
-rw-r--r--sway/sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 93e942d46..fbe5cff2b 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -362,7 +362,7 @@ The default colors are:
**output** <name> <position|pos> <X,Y>::
Configures the specified output to be arranged at the given position.
-**output** <name> <scale> <I>::
+**output** <name> scale <I>::
Configures the specified output to be scaled up by the specified integer
scaling factor (usually 2 for HiDPI screens).