manpage: fixing a .TP/.B mixup

This commit is contained in:
Wolfgang Bumiller 2013-01-24 12:56:38 +01:00
parent 62af1659eb
commit 32f1a5d2c8

View file

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