]> git.lizzy.rs Git - bspwm.git/commitdiff
Clarify the possible arguments to query's options
authorBastien Dejean <nihilhill@gmail.com>
Thu, 10 Dec 2020 13:00:10 +0000 (14:00 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Thu, 10 Dec 2020 13:00:10 +0000 (14:00 +0100)
doc/bspwm.1
doc/bspwm.1.asciidoc

index c3cbd6ec3e87743840fbd97de72c00d1446e47e6..50574b15498ef18586d53e82894f9f5fc1225f7a 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: bspwm
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\"      Date: 09/08/2020
+.\"      Date: 12/10/2020
 .\"    Manual: Bspwm Manual
-.\"    Source: Bspwm 0.9.10-9-gab72002
+.\"    Source: Bspwm 0.9.10-14-g5198399
 .\"  Language: English
 .\"
-.TH "BSPWM" "1" "09/08/2020" "Bspwm 0\&.9\&.10\-9\-gab72002" "Bspwm Manual"
+.TH "BSPWM" "1" "12/10/2020" "Bspwm 0\&.9\&.10\-14\-g5198399" "Bspwm Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -952,13 +952,9 @@ Print a JSON representation of the matching item\&.
 \fBOptions\fR
 .RS 4
 .PP
-\fB\-m\fR,\fB\-\-monitor\fR [\fIMONITOR_SEL\fR], \fB\-d\fR,\fB\-\-desktop\fR [\fIDESKTOP_SEL\fR], \fB\-n\fR, \fB\-\-node\fR [\fINODE_SEL\fR]
+\fB\-m\fR,\fB\-\-monitor\fR [\fIMONITOR_SEL\fR|\fIMONITOR_MODIFIERS\fR], \fB\-d\fR,\fB\-\-desktop\fR [\fIDESKTOP_SEL\fR|\fIDESKTOP_MODIFIERS\fR], \fB\-n\fR, \fB\-\-node\fR [\fINODE_SEL\fR|\fINODE_MODIFIERS\fR]
 .RS 4
-Constrain matches to the selected monitor, desktop or node\&. The descriptor can be omitted for
-\fI\-M\fR,
-\fI\-D\fR
-and
-\fI\-N\fR\&.
+Constrain matches to the selected monitors, desktops or nodes\&.
 .RE
 .PP
 \fB\-\-names\fR
index 7a17b8d94d739e51856ba8d9a12c87a0e8757fb7..27f897123e069578facca192b07768a6ca04cd7b 100644 (file)
@@ -570,10 +570,10 @@ The optional selectors are references.
 Options
 ^^^^^^^
 
-*-m*,*--monitor* ['MONITOR_SEL']::
-*-d*,*--desktop* ['DESKTOP_SEL']::
-*-n*, *--node* ['NODE_SEL']::
-       Constrain matches to the selected monitor, desktop or node. The descriptor can be omitted for '-M', '-D' and '-N'.
+*-m*,*--monitor* ['MONITOR_SEL'|'MONITOR_MODIFIERS']::
+*-d*,*--desktop* ['DESKTOP_SEL'|'DESKTOP_MODIFIERS']::
+*-n*, *--node* ['NODE_SEL'|'NODE_MODIFIERS']::
+       Constrain matches to the selected monitors, desktops or nodes.
 
 *--names*::
        Print names instead of IDs. Can only be used with '-M' and '-D'.