summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-29 17:18:58 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-29 17:18:58 +0100
commit8204551023d9b77294947a5170f3428fb5a4a225 (patch)
tree2b275acc81d82ef11f40c8ac3e7efbe5fc6bac1c
parente241f7927987f4ef542be028e7f03af39b57c105 (diff)
downloadratpoison-8204551023d9b77294947a5170f3428fb5a4a225.zip
Group non-optional args with parens.
-rw-r--r--doc/ratpoison.mdoc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ratpoison.mdoc.1 b/doc/ratpoison.mdoc.1
index a1c763a..adfc444 100644
--- a/doc/ratpoison.mdoc.1
+++ b/doc/ratpoison.mdoc.1
@@ -712,7 +712,7 @@ Output the list of all screens.
The screens are separated by commas. Each screen is shown as 6 values:
its number, its x-coordinate, its y-coordinate, its width, its height
and if it is currently selected (1=true, 0=false).
-.It Ic select Cm \- | Ar name | number Pq Ic C-t \&'
+.It Ic select ( Cm \- | Ar name | Ar number ) Pq Ic C-t \&'
If a number is given, switch to the window with number
.Ar number .
If a name is given, switch to the window in the current group with
@@ -772,7 +772,7 @@ command.
Switch to the screen
.Ar screennumber .
(If you have multiple physical ones.)
-.It Ic startup_message Cm on | off
+.It Ic startup_message Cm ( on | off )
Select whether
.Nm
will show a startup message or not.