diff --git a/doc/bspwm.1 b/doc/bspwm.1 index f034e8cf..76e6a5d2 100644 --- a/doc/bspwm.1 +++ b/doc/bspwm.1 @@ -615,7 +615,7 @@ Has its urgency hint set\&. This flag is set externally\&. .sp There\(cqs three stacking layers: BELOW, NORMAL and ABOVE\&. .sp -In each layer, the window are orderered as follow: tiled & pseudo\-tiled < floating < fullscreen\&. +In each layer, the windows are orderered as follows: tiled & pseudo\-tiled < floating < fullscreen\&. .SH "RECEPTACLES" .sp A leaf node that doesn\(cqt hold any window is called a receptacle\&. When a node is inserted on a receptacle in automatic mode, it will replace the receptacle\&. A receptacle can be inserted on a node, preselected and killed\&. Receptacles can therefore be used to build a tree whose leaves are receptacles\&. Using the appropriate rules, one can then send windows on the leaves of this tree\&. This feature is used in \fIexamples/receptacles\fR to store and recreate layouts\&. diff --git a/doc/bspwm.1.asciidoc b/doc/bspwm.1.asciidoc index dad47de6..a46f72be 100644 --- a/doc/bspwm.1.asciidoc +++ b/doc/bspwm.1.asciidoc @@ -386,7 +386,7 @@ Stacking Layers There's three stacking layers: BELOW, NORMAL and ABOVE. -In each layer, the window are orderered as follow: tiled & pseudo-tiled < floating < fullscreen. +In each layer, the windows are orderered as follows: tiled & pseudo-tiled < floating < fullscreen. Receptacles -----------