From d5d49414cc16f12610167ab8ed37923134c1a501 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Wed, 13 Nov 2024 21:36:34 -0700 Subject: [PATCH] Escape <= to keep asciidoctor from turning into an arrow. --- doc/fvwm3_manpage_source.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fvwm3_manpage_source.adoc b/doc/fvwm3_manpage_source.adoc index d4e7c6406..ab57d4836 100644 --- a/doc/fvwm3_manpage_source.adoc +++ b/doc/fvwm3_manpage_source.adoc @@ -179,7 +179,7 @@ GTK use color cubes as palettes. So, the idea is to configure your applications/toolkits to all use the same color cube. Moreover, you can use the colors in this color cube in your X resources configuration files and/or as arguments to colors options. Fvwm can use any color cube -of the form RxGxB with 2 <= R <= 6, R = G, R-1 =< B <= R and B >= 2. To +of the form RxGxB with 2 \<= R \<= 6, R = G, R-1 =< B \<= R and B >= 2. To get an RxGxB color cube give an argument to *-l* an integer c >= R*G*B and < (R+1)*(G+1)*B if B=R and < R*G*(B+1) if B < R (and different from 61). If c > R*G*B, then some grey may be added to the color cube. You @@ -8312,7 +8312,7 @@ by specifying _!CirculateHit_ etc. explicitly. + The _Version_ _operator x.y.z_ test-condition is fulfilled if the logical condition of the expression is true. Valid _operator_ values -are: _>=_, _>_, _<=_, _<_, _==_ and _!=_. +are: _>=_, _>_, _\<=_, _<_, _==_ and _!=_. + Example: +