]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: fixing a .TP/.B mixup
authorWolfgang Bumiller <blub@speed.at>
Thu, 24 Jan 2013 11:56:38 +0000 (12:56 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 24 Jan 2013 11:56:38 +0000 (12:56 +0100)
doc/gmqcc.1

index 74cdda4f72e7fdd9a876a0669f0db1b13a8640fd..f5764713e9f0b778854c60691a8604f9645bd2e4 100644 (file)
@@ -502,7 +502,8 @@ void vafunc(string...count) {
 }
 .fi
 .in
-.TP -flegacy-vector-maths
+.TP
+.B -flegacy-vector-maths
 Most Quake VMs, including the one from FTEQW or up till recently
 Darkplaces, do not cope well with vector instructions with overlapping
 input and output. This option will avoid producing such code.