]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - doc/qcvm.1
Generate PDF documentation from man pages for windows releases.
[xonotic/gmqcc.git] / doc / qcvm.1
index 3a0562f0f4b357f2e753484660cabad5dc9e83d8..72b99ed695ebd2ca747790948eda533d180a15b0 100644 (file)
@@ -79,7 +79,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;