From: Wolfgang Bumiller Date: Thu, 24 Jan 2013 11:56:38 +0000 (+0100) Subject: manpage: fixing a .TP/.B mixup X-Git-Tag: before-library~225 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=32f1a5d2c85d43e1a85b481a38ac1f676668bb45 manpage: fixing a .TP/.B mixup --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 74cdda4..f576471 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -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.