Skip to content

Commit

Permalink
Escape <= to keep asciidoctor from turning into an arrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
somiaj authored and ThomasAdam committed Nov 14, 2024
1 parent 3e0d960 commit d5d4941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/fvwm3_manpage_source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
+
Expand Down

0 comments on commit d5d4941

Please sign in to comment.