From: Nicolas Schodet <nico@ni.fr.eu.org>
Date: Sun, 23 Mar 2025 16:31:19 +0100
Subject: Fix font selection error in manual page.

Can be seen using:

    man -l docs/leocad.1 > /dev/null

The \f is missing the I, and the f of float is interpreted as the font.

Forwarded: https://github.com/leozide/leocad/pull/969
Applied-Upstream: https://github.com/leozide/leocad/commit/db68a0420ab430e082fb0a544f1796a14f29ad9e
---
 docs/leocad.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/leocad.1 b/docs/leocad.1
index 109a419..f2cf72e 100644
--- a/docs/leocad.1
+++ b/docs/leocad.1
@@ -162,12 +162,12 @@ High contrast edge color for dark color parts.
 Enable automatically adjusted edge colors.\
 
 .TP
-\fB\-cc \fIfloat\fR,\ \fB\-\-color\-contrast\ \ffloat
+\fB\-cc \fIfloat\fR,\ \fB\-\-color\-contrast\ \fIfloat
 .br
 Set the near and far clipping planes used to render images (1 <= \fInear\fR < \fIfar\fR).
 
 .TP
-\fB\-ldv \fIfloat\fR,\ \fB\-\-light\-dark\-value\ \ffloat
+\fB\-ldv \fIfloat\fR,\ \fB\-\-light\-dark\-value\ \fIfloat
 .br
 Set the value to indicate a light or dark color.
 
