From 644c13de77864120d999242a4a92ad053ecdc2e1 Mon Sep 17 00:00:00 2001 From: Nuew Date: Thu, 24 Mar 2016 18:49:58 -0400 Subject: Change 'display' to 'output' in swaylock docs where necessary --- swaylock/main.c | 14 +++++++------- swaylock/swaylock.1.txt | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/swaylock/main.c b/swaylock/main.c index 7f4c424d..202d95c2 100644 --- a/swaylock/main.c +++ b/swaylock/main.c @@ -250,13 +250,13 @@ int main(int argc, char **argv) { const char *usage = "Usage: swaylock [options...]\n" "\n" - " -h, --help Show help message and quit.\n" - " -c, --color Turn the screen into the given color instead of white.\n" - " -s, --scaling Scaling mode: stretch, fill, fit, center, tile.\n" - " -t, --tiling Same as --scaling=tile.\n" - " -v, --version Show the version number and quit.\n" - " -i, --image [:] Display the given image.\n" - " --socket Use the specified socket.\n"; + " -h, --help Show help message and quit.\n" + " -c, --color Turn the screen into the given color instead of white.\n" + " -s, --scaling Scaling mode: stretch, fill, fit, center, tile.\n" + " -t, --tiling Same as --scaling=tile.\n" + " -v, --version Show the version number and quit.\n" + " -i, --image [:] Display the given image.\n" + " --socket Use the specified socket.\n"; registry = registry_poll(); diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt index 724573ce..c30e8d3d 100644 --- a/swaylock/swaylock.1.txt +++ b/swaylock/swaylock.1.txt @@ -26,8 +26,8 @@ Options Turn the screen into the given color instead of white. If an image is in use, also enables color display. -*-i, \--image* [:]:: - Display the given image, optionally only on the given display. +*-i, \--image* [:]:: + Display the given image, optionally only on the given output. *-s, \--scaling*:: Scaling mode for images: stretch, fill, fit, center, or tile. -- cgit v1.2.3-54-g00ecf