From 69f1056c771afde32acad501b999242d80cb708c Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 23 Mar 2025 16:26:00 +0100 Subject: [PATCH] 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. --- docs/leocad.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/leocad.1 b/docs/leocad.1 index 109a419c..f2cf72ec 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.