]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
gen.pl: remove bold from .IP used for ##
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2024 00:01:46 +0000 (01:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2024 07:29:41 +0000 (08:29 +0100)
Reported-by: Viktor Szakats
Fixes #12776
Closes #12777

docs/cmdline-opts/gen.pl

index 59c996d7be6ef6c2057432efabb3596abce165c0..152d09595c335631e71201c1d8289cdbfca0378f 100755 (executable)
@@ -216,7 +216,7 @@ sub render {
                     push @desc, ".RS\n";
                     $tablemode = 1;
                 }
-                push @desc, ".IP \\fB$word\\fP\n";
+                push @desc, ".IP $word\n";
             }
             $header = 1;
             next;