From: Wolfgang Bumiller Date: Wed, 28 Aug 2013 12:38:51 +0000 (+0200) Subject: Fix bad use of .D1 in doc/qcvm.1 X-Git-Tag: 0.3.5~127 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=a80aa89e093d66ca069de87f001773dc449ccaa2;ds=sidebyside Fix bad use of .D1 in doc/qcvm.1 --- 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;