From 1037adbab700eac50a645d82de4f7184e1ff2fa2 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Thu, 16 Jul 2020 15:41:31 +0200 Subject: [PATCH] man: document -s and fix some typos --- cage.1.scd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cage.1.scd b/cage.1.scd index 51714a3..a67cddf 100644 --- a/cage.1.scd +++ b/cage.1.scd @@ -2,11 +2,11 @@ cage(1) # NAME -cage - a Wayland kiosk compsitor +cage - a Wayland kiosk compositor # SYNOPSIS -*cage* [-dhmrv] [--] _application_ [application argument ...] +*cage* [-dhmrsv] [--] _application_ [application argument ...] # DESCRIPTION @@ -23,14 +23,17 @@ activities outside the scope of the running application are prevented. Show the help message. *-m* - Set the multi-monitor behaviour. Supported modes are: + Set the multi-monitor behavior. Supported modes are: *last* Cage uses only the last connected monitor. *extend* Cage extends the display across all connected monitors. *-r* - Rotate the output 90 degrees clockwise. This can be specifed up to three + Rotate the output 90 degrees clockwise. This can be specified up to three times, each resulting in an additional 90 degrees clockwise rotation. +*-s* + Allow VT switching + *-v* Show the version number and exit.