X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fqcvm.1;h=af91b8635aa1773cf5de546072a665fa5cf58ee1;hp=3a0562f0f4b357f2e753484660cabad5dc9e83d8;hb=1826971301dae48a9920ea4e331205371c48cc6b;hpb=c41ef65cc92193e9b685cc123ca9d4de9d142756 diff --git a/doc/qcvm.1 b/doc/qcvm.1 index 3a0562f..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; @@ -79,7 +81,7 @@ The following builtin functions are available: .It Li 5) string vtos(vector) = #5; .D1 Convert a vector to a string. .It Li 6) void error(string...) = #6; -.D1 Print at most 8 strings to stdout and then exit with an error. +.D1 Print strings to stdout and then exit with an error (limited to 8 arguments) .It Li 7) float vlen(vector) = #7; .D1 Get the length of a vector. .It Li 8) string etos(entity) = #8;