X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fqcvm.1;h=af91b8635aa1773cf5de546072a665fa5cf58ee1;hp=72b99ed695ebd2ca747790948eda533d180a15b0;hb=a5636899f24251bf08125c99b14b16030f978d4f;hpb=bbab8969d1eb573f74b061eb85d308332777fad7 diff --git a/doc/qcvm.1 b/doc/qcvm.1 index 72b99ed..af91b86 100644 --- a/doc/qcvm.1 +++ b/doc/qcvm.1 @@ -69,7 +69,9 @@ Append a string parameter to be passed to The following builtin functions are available: .Bl -ohang .It Li 1) void print(string...) = #1; -.D1 Print the passed strings to stdout. At most 8 strings are allowed. +.Bd -unfilled -offset indent -compact +Print the passed strings to stdout. At most 8 strings are allowed. +.Ed .It Li 2) string ftos(float) = #2; .D1 Convert a float to a string. .It Li 3) entity spawn() = #3;