]> git.lizzy.rs Git - bspwm.git/commitdiff
Fix a few typos
authorEmanuele Torre <torreemanuele6@gmail.com>
Sat, 20 Jun 2020 03:46:38 +0000 (05:46 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Sun, 26 Jul 2020 12:20:17 +0000 (14:20 +0200)
doc/bspwm.1
doc/bspwm.1.asciidoc
examples/receptacles/README.md

index bbb6c6a7572225bca3002b100132e352077265f0..d3e428131a57754d7027700020a969d8db56ff7e 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: bspwm
 .\"    Author: [see the "Author" section]
-.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 03/16/2020
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 07/26/2020
 .\"    Manual: Bspwm Manual
-.\"    Source: Bspwm 0.9.9-7-gda1dc1d
+.\"    Source: Bspwm 0.9.9-13-g2df413f
 .\"  Language: English
 .\"
-.TH "BSPWM" "1" "03/16/2020" "Bspwm 0\&.9\&.9\-7\-gda1dc1d" "Bspwm Manual"
+.TH "BSPWM" "1" "07/26/2020" "Bspwm 0\&.9\&.9\-13\-g2df413f" "Bspwm Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1041,12 +1041,12 @@ rule \fICOMMANDS\fR
 \fBCommands\fR
 .RS 4
 .PP
-\fB\-a\fR, \fB\-\-add\fR (<class_name>|*)[:(<instance_name>|*)][:(<name>|*)] [\fB\-o\fR|\fB\-\-one\-shot\fR] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] [rectangle=WxH+X+Y]
+\fB\-a\fR, \fB\-\-add\fR (<class_name>|*)[:(<instance_name>|*)[:(<name>|\fB)]] [\fR\-o*|\fB\-\-one\-shot\fR] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] [rectangle=WxH+X+Y]
 .RS 4
 Create a new rule\&.
 .RE
 .PP
-\fB\-r\fR, \fB\-\-remove\fR ^<n>|head|tail|(<class_name>|*)[:(<instance_name>|*)][:(<name>|*)]\&...
+\fB\-r\fR, \fB\-\-remove\fR ^<n>|head|tail|(<class_name>|*)[:(<instance_name>|\fB)[:(<name>|\fR)]]\&...
 .RS 4
 Remove the given rules\&.
 .RE
@@ -1328,7 +1328,7 @@ Block the fullscreen state transitions that originate from an EWMH request\&. Th
 .PP
 \fIignore_ewmh_struts\fR
 .RS 4
-BIgnore strut hinting from clients requesting to reserve space (i\&.e\&. task bars)\&.
+Ignore strut hinting from clients requesting to reserve space (i\&.e\&. task bars)\&.
 .RE
 .PP
 \fIcenter_pseudo_tiled\fR
index 16dcf2b66200051479dfb11d8a745e5ccc30543d..14ec0bb3d5310c24a7e4b7699e111a219a827c10 100644 (file)
@@ -615,10 +615,10 @@ rule 'COMMANDS'
 Commands
 ^^^^^^^^
 
-*-a*, *--add* (<class_name>|\*)[:(<instance_name>|\*)] [*-o*|*--one-shot*] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] [rectangle=WxH+X+Y]::
+*-a*, *--add* (<class_name>|\*)[:(<instance_name>|\*)[:(<name>|*)]] [*-o*|*--one-shot*] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] [rectangle=WxH+X+Y]::
        Create a new rule.
 
-*-r*, *--remove* ^<n>|head|tail|(<class_name>|\*)[:(<instance_name>|*)]...::
+*-r*, *--remove* ^<n>|head|tail|(<class_name>|\*)[:(<instance_name>|*)[:(<name>|*)]]...::
        Remove the given rules.
 
 *-l*, *--list*::
@@ -760,7 +760,7 @@ Global Settings
        Block the fullscreen state transitions that originate from an EWMH request. The possible values are: *none*, *all*, or a comma separated list of the following values: *enter*, *exit*.
 
 'ignore_ewmh_struts'::
-       BIgnore strut hinting from clients requesting to reserve space (i.e. task bars).
+       Ignore strut hinting from clients requesting to reserve space (i.e. task bars).
 
 'center_pseudo_tiled'::
        Center pseudo tiled windows into their tiling rectangles. Defaults to 'true'.
index 63cafad5a50fa3740ce2c8e5bb08c17ab44551d2..2643f3a7094152668da96f157837ffd2e16b375d 100644 (file)
@@ -1,6 +1,6 @@
 The scripts present in this directory can be used to store and recreate layouts.
 
-Both scripts takes a JSON state (output of `bspc wm -d`) as input or argument.
+Both scripts take a JSON state (output of `bspc wm -d`) as input or argument.
 
 - `extract_canvas [state.json]` outputs a new JSON state where each leaf window is replaced by a receptacle.